UNPKG

@transferwise/approve-api-action-helpers

Version:

An http client that handles SCA protected requests gracefully

7 lines (5 loc) 371 B
export const APPROVAL_PAGE_URL_PRODUCTION = 'https://wise.com/approve-api-action/'; export const APPROVAL_PAGE_URL_SANDBOX = 'https://sandbox.transferwise.tech/approve-api-action/'; export const MESSAGE_SUCCESS = 'tw-approve-api-action-success'; export const MESSAGE_FAILED = 'tw-approve-api-action-failed'; export const MESSAGE_CLOSED = 'tw-approve-api-action-closed';