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],
];
}
The following currencies of the WIR Bank are currently not supported, but are part of ISO 4217
Guess besides the translations in the resource, the following should be added to the repository.