From 3f6959d120af21a33eebc21b3823ad60708aceca Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 1 Jul 2020 11:46:08 -0500 Subject: [PATCH] configuration --- src/config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index b5993ac..df1736a 100644 --- a/src/config.json +++ b/src/config.json @@ -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",