-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
The following currencies of the WIR Bank are currently not supported, but are part of ISO 4217
- CHE, 947, WIR Euro
- CHW, 948, WIR Franc
Guess besides the translations in the resource, the following should be added to the repository.
// src/Currency/CurrencyRepository.php
protected function getBaseDefinitions(): array
{
return [
// ....
'CHE' => ['947', 2],
'CHW' => ['948', 2],
];
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels