mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
fix(currency): add RON and TRY currencies (#1455)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
This commit is contained in:
@ -230,6 +230,7 @@ pub enum Currency {
|
||||
PKR,
|
||||
PLN,
|
||||
QAR,
|
||||
RON,
|
||||
RUB,
|
||||
SAR,
|
||||
SCR,
|
||||
@ -241,6 +242,7 @@ pub enum Currency {
|
||||
SVC,
|
||||
SZL,
|
||||
THB,
|
||||
TRY,
|
||||
TTD,
|
||||
TWD,
|
||||
TZS,
|
||||
|
||||
Reference in New Issue
Block a user