You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After further analysis it seems the issue is that PragmaRX\Countries\Package\Support\Collection::whereISO4217() is using the wrong attribute currency which should be currencies. After changing that the validation works.
I've created PR #177 which includes a simple test for the function.
Using the default validation in Laravel for a currency I got an error while validating e.g. PLN:
After further analysis it seems the issue is that
PragmaRX\Countries\Package\Support\Collection::whereISO4217()
is using the wrong attributecurrency
which should becurrencies
. After changing that the validation works.I've created PR #177 which includes a simple test for the function.
PS: Seems to be related to PR #155
The text was updated successfully, but these errors were encountered: