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 a8cafa8 commit 2cf352eCopy full SHA for 2cf352e
src/Message/CIMDeletePaymentProfileResponse.php
@@ -0,0 +1,16 @@
1
+<?php
2
+
3
+namespace Omnipay\AuthorizeNet\Message;
4
5
+/**
6
+ * Authorize.Net CIM Delete payment profile Response
7
+ */
8
+class CIMDeletePaymentProfileResponse extends CIMCreatePaymentProfileResponse
9
+{
10
+ protected $responseType = 'deleteCustomerPaymentProfileResponse';
11
12
+ public function getCustomerPaymentProfileId()
13
+ {
14
+ return $this->request->getCustomerPaymentProfileId();
15
+ }
16
+}
0 commit comments