You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
I created an initialiser and put this line in it
ActiveMerchant::Billing::StripeGateway.default_currency = 'AUD'
but my piggyback payments are failing and the stripe logs say that the Parsed Request POST Body ==
{
amount: "110"
card: tok_103KAQ2Rk1i9iyNwylAD97b6
currency: "usd"
}
How do I set piggybak_stripe to respect my currency choice?
-=Tucker
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created an initialiser and put this line in it
ActiveMerchant::Billing::StripeGateway.default_currency = 'AUD'
but my piggyback payments are failing and the stripe logs say that the Parsed Request POST Body ==
{
amount: "110"
card: tok_103KAQ2Rk1i9iyNwylAD97b6
currency: "usd"
}
How do I set piggybak_stripe to respect my currency choice?
-=Tucker
The text was updated successfully, but these errors were encountered: