[Plugin: WP Stripe] Received unknown parameter: amount
-
Hi,
I have a production and development version of my site. In production, I can get WP-Stripe to work, but in development I get
“Received unknown parameter: amount” when I submit to Stripe.I want to make additional modifications in development before moving to production, but I do not know why I am now getting this error message on submit in development.
As far as I can tell, I have the same version of WP-Stripe installed (v1.4.6)and all of the settings are the same in production versus development.
On Stripe.com my tokens on production look like this:
/v1/tokens?key=pk_0K6vuhRK8MEh6QB2gLpXKjSF0JDXp&card[name]=Paige&card[number]=************4242&card[cvc]=***&card[exp_month]=1&card[exp_year]=2015&callback=sjsonp1347169591168&_method=POSTMy failing tokens in development look like this:
/v1/tokens?key=pk_0K6vuhRK8MEh6QB2gLpXKjSF0JDXp&card[name]=Paige&card[number]=************4242&card[cvc]=***&card[exp_month]=1&card[exp_year]=2014&amount=100000&callback=sjsonp1347170981876&_method=POSTYour help is appreciated.
- The topic ‘[Plugin: WP Stripe] Received unknown parameter: amount’ is closed to new replies.