Page 1 of 1

Stripe Error: value.replace is not a function

Posted: Tue Mar 17, 2015 11:27 am
by Benoit

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


Stripe Error: value.replace is not a function

Posted: Tue Mar 17, 2015 11:49 am
by Benoit

Problem Solved.
Thanks,


Stripe Error: value.replace is not a function

Posted: Tue Mar 17, 2015 11:54 am
by Egor Kotov6832188

Hello Benoit,

Thank you for update.