Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the currency of price on Strapi? #5

Open
jordanfaciol opened this issue Mar 20, 2023 · 1 comment
Open

How to change the currency of price on Strapi? #5

jordanfaciol opened this issue Mar 20, 2023 · 1 comment

Comments

@jordanfaciol
Copy link

in here I want to change the USD to PHP. Please help

I don't know what to do

@TheKab
Copy link

TheKab commented May 10, 2023

I think -
In server/src/api/orders/controllers/order.js
return {
price_data: {
currency: "php"
}
}
(https://stripe.com/docs/payments/checkout/how-checkout-works)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants