Created
December 4, 2018 08:14
-
-
Save bblanchon/835ea869d9a55551d35a6dcaa9e7a05c to your computer and use it in GitHub Desktop.
PayHip: object passed to the success callback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"transactionKey": "43ffa7e64bdd0c1ffa3bfcbc551e466aa5346293", | |
"buyer": "[email protected]", | |
"total": "12.34", | |
"currency": "USD", | |
"user_id_hash": "O1wW94N4KT", | |
"items": [ | |
{ | |
"productName": "My Awesome Product", | |
"productLink": "oU5g", | |
"pricePaid": "12.34", | |
"quantity": "1" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's the object passed to the callback function passed as
data-success-callback
: