Closed ioan-ghisoi-cko closed 7 years ago
At this location.
After the billing details are set, they are not added to the Charge.
This should be set after $billingDetails->setXXXXX: $CardTokenChargePayload->setBillingDetails($billingDetails);
$billingDetails->setXXXXX
$CardTokenChargePayload->setBillingDetails($billingDetails);
Missing line of code added to wiki documentation
At this location.
After the billing details are set, they are not added to the Charge.
This should be set after
$billingDetails->setXXXXX
:$CardTokenChargePayload->setBillingDetails($billingDetails);