Skip to content

Commit

Permalink
Merge pull request #1 from jishnu-mohan/readme-edit
Browse files Browse the repository at this point in the history
- added new checkout object
  • Loading branch information
jishnu-mohan authored Nov 13, 2019
2 parents 5971c41 + 8729c93 commit 976a85e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ item.totalAmount = itemOptions.totalAmount;
var items = [];
items.push(item);

var checkout = new Checkout();
checkout.buyer = buyer;
checkout.totalAmount = itemOptions.totalAmount;
checkout.requestReferenceNumber = YOUR_REQUEST_REFERENCE_NUMBER;
Expand Down

0 comments on commit 976a85e

Please sign in to comment.