Stripe Error: value.replace is not a function
Posted: Tue Mar 17, 2015 11:27 am
Hello,
I am trying to implement Stripe API and StripePayment_ChargeService is working when I am testing it. However, when I invoke the service in my app, it mentions an error message : value.replace is not a function from :
var newValue = value && value.replace(this.PARAM_PATTERN,performParametersSubstitution);
Could you please let me know what I should do ?
Thanks,
Take care,
Benoit