How to change the currency of price on Strapi?
jordanfaciol opened this issue · 1 comments
jordanfaciol commented
in here I want to change the USD to PHP. Please help
I don't know what to do
TheKab commented
I think -
In server/src/api/orders/controllers/order.js
return {
price_data: {
currency: "php"
}
}
(https://stripe.com/docs/payments/checkout/how-checkout-works)