happycog / brilliantretail

BrilliantRetail e-commerce version 1.X for ExpressionEngine 2.
4 stars 6 forks source link

Stripe Checkout “Invalid Source Object” #4

Open dsoneil opened 8 years ago

dsoneil commented 8 years ago

When a client attempts to pay on the BR checkout page using the Stripe payment module the following error occurs:

“Invalid source object: must be a dictionary or a non-empty string. See API docs at https://stripe.com/docs’”

Current Stripe API is 2015-10-16, EE 2.10.1 and BR 1.8.0

dsoneil commented 8 years ago

A fix for an earlier Stripe API version fix was done by @MaxLazar and can be found here: https://github.com/MaxLazar/brilliantretail-stripe-fix

Doesn't work for API 2015-10-16 though.

petrov82 commented 8 years ago

I am having the same issue after trying @MaxLazar 's fix.