Custom currency
-
Hello 🙂
Is there a way I can use a custom currency for the PayPal request? My store uses a credit system and WooCommerce has a custom currency (which is the credits). I have few products you can buy with money and when I configure PayPal, the request is being sent with the currency I use in WooCommerce:
This is part of the PayPal request.
"name": "50 Créditos",
"description": "",
"unit_amount": {
"currency_code": "CREDITS",
"value": 24
},
"quantity": 1
}
],
"amount": {
"currency_code": "CREDITS",
"value": 24,
"breakdown": {
"item_total": {
"currency_code": "CREDITS",
"value": 24
},
"shipping": {
"currency_code": "CREDITS",
"value": 0
},
"tax_total": {
"currency_code": "CREDITS",
"value": 0
},My question is if there’s some way I can override the currency code I send to PayPal 🙂
Thanks 🙂
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Custom currency’ is closed to new replies.