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",