UNPKG
@atlas-kitchen/adyen-web
Version:
latest (6.15.0)
6.15.0
docs.adyen.com/checkout
atlas-kitchen/adyen-web
@atlas-kitchen/adyen-web
/
dist
/
es
/
components
/
CashAppPay
/
services
/
config.js
3 lines
(2 loc)
•
181 B
JavaScript
View Raw
1
2
3
const
p=
"https://sandbox.kit.cash.app/v1/pay.js"
,s=
"https://kit.cash.app/v1/pay.js"
;
export
{s
as
CASHAPPPAY_PROD_SDK
,p
as
CASHAPPPAY_SANDBOX_SDK
};
//# sourceMappingURL=config.js.map