Skip to content

Commit 2cf352e

Browse files
authored
Create CIMDeletePaymentProfileResponse.php
1 parent a8cafa8 commit 2cf352e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)