π²Payments
Currently, FoodMonkey offers two payment methods: Cash on Delivery and Stripe. To enable or disable these methods, you'll need to configure several variables.
By default, both methods are set to false. To enable them, you'll need to change their values to true.
- Cash on Delivery
HIDE_CODE
change from false to true if you want to enable it.
HIDE_COD=false //Hide or Show Cash on Delivery payment
- Stripe Gateway
π°Stripe GatewayDefault Payment Method
You have the option to select which payment method will be set as the default. Choose one of the aliases provided.
cod
- Cash on delivery
stripe
- Stripe gateway
DEFAULT_PAYMENT="cod" //Default payment method - Cash On Delivery defau
Currency Preference for Payment
FoodMonkey offers support for various currencies. By default, it is configured with the USD currency, but you have the option to switch to any of the available currencies.
CASHIER_CURRENCY="usd" //usd,eur etc.
Last updated
Was this helpful?