mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
7f76084109
* Moving the web constants to the app config for more flexibility * removing personal integrations from QA * changing the PayPal Configuration setup to match the pattern in the services module * removing the webConstants file after successful test * renaming the braintree config key to something more understandable
10 lines
263 B
JSON
10 lines
263 B
JSON
{
|
|
"urls": {},
|
|
"stripeKey": "pk_test_KPoCfZXu7mznb9uSCPZ2JpTD",
|
|
"braintreeKey": "sandbox_r72q8jq6_9pnxkwm75f87sdc2",
|
|
"paypal": {
|
|
"businessId": "AD3LAUZSNVPJY",
|
|
"buttonAction": "https://www.sandbox.paypal.com/cgi-bin/webscr"
|
|
}
|
|
}
|