We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d55808 commit fb30e55Copy full SHA for fb30e55
CustomerProfiles/get-customer-payment-profile-list.php
@@ -25,7 +25,7 @@ function getCustomerPaymentProfileList()
25
//Setting the sorting
26
$sorting = new AnetAPI\CustomerPaymentProfileSortingType();
27
$sorting->setOrderBy("id");
28
- $sorting->setOrderDescending("false");
+ $sorting->setOrderDescending(false);
29
30
//Creating the request with the required parameters
31
$request = new AnetAPI\GetCustomerPaymentProfileListRequest();
0 commit comments