File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -698,10 +698,7 @@ public function getCurrenciesAlpha3(): array {
698
698
self ::Costa_Rica => [CurrencyAlpha3::Costa_Rican_Colon],
699
699
self ::Cote_d_Ivoire => [CurrencyAlpha3::CFA_Franc_BCEAO],
700
700
self ::Croatia => [CurrencyAlpha3::Euro],
701
- self ::Cuba => [
702
- CurrencyAlpha3::Cuban_Peso,
703
- CurrencyAlpha3::Peso_Convertible
704
- ],
701
+ self ::Cuba => [CurrencyAlpha3::Cuban_Peso],
705
702
self ::Curacao => [CurrencyAlpha3::Netherlands_Antillean_Guilder],
706
703
self ::Cyprus => [CurrencyAlpha3::Euro],
707
704
self ::Czechia => [CurrencyAlpha3::Czech_Koruna],
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ enum CurrencyAlpha3: string {
136
136
case Pakistan_Rupee = 'PKR ' ;
137
137
case Palladium = 'XPD ' ;
138
138
case Pataca = 'MOP ' ;
139
- case Peso_Convertible = 'CUC ' ;
140
139
case Peso_Uruguayo = 'UYU ' ;
141
140
case Philippine_Peso = 'PHP ' ;
142
141
case Platinum = 'XPT ' ;
@@ -208,6 +207,9 @@ enum CurrencyAlpha3: string {
208
207
/** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
209
208
case Leone_Old = 'SLL ' ;
210
209
210
+ /** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
211
+ case Peso_Convertible = 'CUC ' ;
212
+
211
213
/** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
212
214
case Zimbabwe_Dollar = 'ZWL ' ;
213
215
@@ -621,7 +623,6 @@ public function getCountriesAlpha2(): array {
621
623
self ::Pa_anga => [CountryAlpha2::Tonga],
622
624
self ::Pakistan_Rupee => [CountryAlpha2::Pakistan],
623
625
self ::Pataca => [CountryAlpha2::Macao],
624
- self ::Peso_Convertible => [CountryAlpha2::Cuba],
625
626
self ::Peso_Uruguayo => [CountryAlpha2::Uruguay],
626
627
self ::Philippine_Peso => [CountryAlpha2::Philippines],
627
628
self ::Pound_Sterling => [
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ enum CurrencyName: string {
135
135
case Pakistan_Rupee = 'Pakistan Rupee ' ;
136
136
case Palladium = 'Palladium ' ;
137
137
case Pataca = 'Pataca ' ;
138
- case Peso_Convertible = 'Peso Convertible ' ;
139
138
case Peso_Uruguayo = 'Peso Uruguayo ' ;
140
139
case Philippine_Peso = 'Philippine Peso ' ;
141
140
case Platinum = 'Platinum ' ;
@@ -207,6 +206,9 @@ enum CurrencyName: string {
207
206
/** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
208
207
case Leone_Old = 'Leone_Old ' ;
209
208
209
+ /** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
210
+ case Peso_Convertible = 'Peso Convertible ' ;
211
+
210
212
/** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
211
213
case Zimbabwe_Dollar = 'Zimbabwe Dollar ' ;
212
214
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ enum CurrencyNumeric: string {
137
137
case Pakistan_Rupee = '586 ' ;
138
138
case Palladium = '964 ' ;
139
139
case Pataca = '446 ' ;
140
- case Peso_Convertible = '931 ' ;
141
140
case Peso_Uruguayo = '858 ' ;
142
141
case Philippine_Peso = '608 ' ;
143
142
case Platinum = '962 ' ;
@@ -209,6 +208,9 @@ enum CurrencyNumeric: string {
209
208
/** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
210
209
case Leone_Old = '694 ' ;
211
210
211
+ /** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
212
+ case Peso_Convertible = '931 ' ;
213
+
212
214
/** @deprecated Has been removed from the specification but is maintained here for Backwards Compatibility reasons */
213
215
case Zimbabwe_Dollar = '932 ' ;
214
216
You can’t perform that action at this time.
0 commit comments