Skip to content

Commit a642526

Browse files
authored
Update update-customer-payment-profile.php
1 parent 6e1dcf6 commit a642526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CustomerProfiles/update-customer-payment-profile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ function updateCustomerPaymentProfile($customerProfileId = "1916322670",
7676
}
7777
else
7878
{
79+
$errorMessages = $response->getMessages()->getMessage();
7980
echo "Failed to Update Customer Payment Profile : " . $errorMessages[0]->getCode() . " " .$errorMessages[0]->getText() . "\n";
8081
}
8182

0 commit comments

Comments
 (0)