We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7512846 commit bfd7b84Copy full SHA for bfd7b84
src/Message/CIMDeletePaymentProfileResponse.php
@@ -5,12 +5,8 @@
5
/**
6
* Authorize.Net CIM Delete payment profile Response
7
*/
8
-class CIMDeletePaymentProfileResponse extends CIMCreatePaymentProfileResponse
+class CIMDeletePaymentProfileResponse extends CIMAbstractResponse
9
{
10
protected $responseType = 'deleteCustomerPaymentProfileResponse';
11
12
- public function getCustomerPaymentProfileId()
13
- {
14
- return $this->request->getCustomerPaymentProfileId();
15
- }
16
}
0 commit comments