We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f34a1 commit 228451fCopy full SHA for 228451f
config/config.php
@@ -85,7 +85,7 @@
85
/**
86
* Mode of strict work with currencies.
87
*/
88
- 'currency_strict' => false,
+ 'currency_strict' => env('WALLET_CURRENCY_STRICT', false),
89
],
90
91
phpunit.xml
@@ -19,6 +19,7 @@
19
<env name="DB_PASSWORD" value="wallet"/>
20
<env name="WALLET_CACHE_DRIVER" value="array"/>
21
<env name="WALLET_LOCK_DRIVER" value="array"/>
22
+ <env name="WALLET_CURRENCY_STRICT" value="false"/>
23
</php>
24
<source>
25
<include>
0 commit comments