We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de54512 commit 3c74d45Copy full SHA for 3c74d45
2 files changed
dev/entrypoint.sh
@@ -26,6 +26,7 @@ if [ ! -f /var/www/html/app/etc/env.php ]; then
26
--backend-frontname=admin \
27
--language=en_US \
28
--currency=NGN \
29
+ --allowed-currencies=NGN \
30
--timezone=Africa/Lagos \
31
--use-rewrites=1 \
32
--cleanup-database
dev/setup.sh
@@ -70,6 +70,7 @@ mage config:set payment/pstk_paystack/integration_type inline
70
71
echo ""
72
echo "==> Setting store currency to NGN..."
73
+mage config:set currency/options/allow NGN,USD,ZAR
74
mage config:set currency/options/base NGN
75
mage config:set currency/options/default NGN
76
mage config:set currency/options/allow NGN
0 commit comments