sample-code-php icon indicating copy to clipboard operation
sample-code-php copied to clipboard

Variable defination missing from example code

Open TerrePorter opened this issue 6 years ago • 0 comments

Just thought I would pass along that it appears the definition for the $errorMessages variable got left out from the last commit in this example.

Assuming this is the missing code, from the previous commit.

$errorMessages = $response->getMessages()->getMessage();

Example reference: https://github.com/AuthorizeNet/sample-code-php/blob/6e1dcf6d2d86950b5973946b2507c70d8ec83381/CustomerProfiles/update-customer-payment-profile.php#L79

TerrePorter avatar Jul 30 '19 19:07 TerrePorter