UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

11 lines (9 loc) 236 B
"use strict"; module.exports = { LANDING_FRAME_NAME: "braintreepaypallanding", FLOW_ENDPOINTS: { checkout: "create_payment_resource", vault: "setup_billing_agreement", }, REQUIRED_OPTIONS: ["paymentId", "currency"], };