UNPKG

securepay

Version:

https://www.securepay.com.au/

19 lines (18 loc) 440 B
export declare const PaypalEndpoints: { /** * Initial Paypal */ INITIAL: (sandbox: boolean) => string; /** * Execute Paypal */ EXECUTE: (sandbox: boolean, orderId: string) => string; /** * Refund Paypal */ REFUND: (sandbox: boolean, orderId: string) => string; /** * Retrieve Paypal */ RETRIEVE: (sandbox: boolean, orderId: string, merchantCode: string) => string; };