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 439bb6e commit a8cafa8Copy full SHA for a8cafa8
src/CIMGateway.php
@@ -45,6 +45,17 @@ public function createCard(array $parameters = array())
45
{
46
return $this->createRequest('\Omnipay\AuthorizeNet\Message\CIMCreateCardRequest', $parameters);
47
}
48
+ /**
49
+ * Removes a customer payment profile
50
+ *
51
+ * @param array $parameters
52
53
+ * @return CIMDeletePaymentProfileRequest
54
+ */
55
+ public function deleteCard(array $parameters = array())
56
+ {
57
+ return $this->createRequest('\Omnipay\AuthorizeNet\Message\CIMDeletePaymentProfileRequest', $parameters);
58
+ }
59
60
public function authorize(array $parameters = array())
61
0 commit comments