expressCart/config/paypal.json

7 lines
170 B
JSON
Raw Normal View History

2018-01-07 04:55:48 +10:00
{
"mode": "sandbox",
2018-01-07 22:41:09 +10:00
"client_id": "this_is_not_real",
"client_secret": "this_is_not_real",
2018-01-07 04:55:48 +10:00
"paypalCartDescription": "BKLYN",
"paypalCurrency": "USD"
}