Paypal currency #164
Answered
by
vstudenichnik-insoft
benrandja-akram
asked this question in
Help
-
I'm running into an issue where our store currency is AUD , so when user clicks paypal button it will raise an error:
any way to pass currency to paypal ? here is my code: swell.payment.createElements({
paypal: {
elementId: '#paypal-button',
style: {
layout: 'horizontal',
color: 'gold',
shape: 'rect',
label: 'paypal',
tagline: false,
},
onSuccess: async () => {
await swell.cart.submitOrder();
},
},
}); |
Beta Was this translation helpful? Give feedback.
Answered by
vstudenichnik-insoft
Mar 6, 2023
Replies: 1 comment 1 reply
-
Hi @benrandja-akram, thanks for reaching out! We are working on it |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
benrandja-akram
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @benrandja-akram, thanks for reaching out! We are working on it