UNPKG

@tamara-solution/checkout

Version:

Script will be embedded in merchant's site to checkout. The merchant's don't need to redirect to tamara's site.

10 lines (9 loc) 245 B
// These events are the communication statuses between the embedded script and the merchant page. export default { STARTED: 'STARTED', LOADED: 'LOADED', CLOSED: 'CLOSED', SUCCESS: 'SUCCESS', FAILED: 'FAILED', CANCELED: 'CANCELED', }