Skip to content

Commit 7512846

Browse files
authored
Update CIMDeletePaymentProfileRequest.php
Changed the parent class to the abstract request, since there is no need for additional methods
1 parent b81954d commit 7512846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/CIMDeletePaymentProfileRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Request to delete a customer payment profile for an existing customer and existing payment profile.
77
*/
8-
class CIMDeletePaymentProfileRequest extends CIMCreatePaymentProfileRequest
8+
class CIMDeletePaymentProfileRequest extends CIMAbstractRequest
99
{
1010
protected $requestType = 'deleteCustomerPaymentProfileRequest';
1111

0 commit comments

Comments
 (0)