checkout / checkout-php-library

Checkout.com API PHP Library
MIT License
24 stars 29 forks source link

Charge with Card Token example missing a line of code (corresponding to release v1.2.10) #93

Closed ioan-ghisoi-cko closed 7 years ago

ioan-ghisoi-cko commented 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);

avish-bisbeehurry-cko commented 7 years ago

Missing line of code added to wiki documentation