refactor of money utils with new money2 package
This commit is contained in:
@@ -12,7 +12,7 @@ class PaymentQuotationCurrencyResolver {
|
||||
PaymentMethodData? paymentData,
|
||||
}) {
|
||||
final quoteCurrency = _normalizeCurrency(
|
||||
quote?.amounts?.destinationSettlement?.currency,
|
||||
quote?.amounts?.destinationSettlement?.currency.isoCode,
|
||||
);
|
||||
if (quoteCurrency != null) return quoteCurrency;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user