ed-roh/react-ecommerce

How to change the currency of price on Strapi?

jordanfaciol opened this issue · 1 comments

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

I don't know what to do

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