Ingenico-ePayments / connect-sdk-client-android

Ingenico Connect Android Client SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/mobile/android/
Other
34 stars 17 forks source link

Add support of BYN instead of BYR #8

Closed Kolyall closed 2 years ago

Kolyall commented 4 years ago

/home/nick/StudioProjects/EpaymentExample/globalcollect-sdk/src/main/java/com/globalcollect/gateway/sdk/client/android/sdk/model/CurrencyCode.java

CurrencyCode BYR, exist but BYN, doesn't exist https://en.wikipedia.org/wiki/Belarusian_ruble

rob-spoor commented 2 years ago

Since the latest release, version 5.8.0, the currency code can (and should) be given as strings (although the enums are still supported). Does that work for you?