configuration

legacy
Steve L. Nyemba 4 years ago
parent 4cb1a93ba9
commit 3f6959d120

@ -7,7 +7,15 @@
"secret": "sk_test_I16uOM1ZfGALSc03AF0xqN2z",
"pub":"pk_test_qTkOpNkaZVP0xHtWN28wF1ym",
"version":"2016-07-06"
},
"forms":{
"card":{
"number":{"placeholder":"Card Number"},
"cvc":{"placeholder":"CVC","pattern":"^[0-9]{3,4}$"},
"card_name":{"placeholder":"Name on Card"},
"exp_month":{"pattern":"(^0[1-9]$|^1[0-2])"},
"exp_year":{"pattern":"^20[0-2]{2}"}
}
},
"cloud-view":"http://localhost/cloud-view/:id",
"redir_url":"http://localhost/:context/oauth.html",

Loading…
Cancel
Save