fixed mntx payout sequence
This commit is contained in:
@@ -24,6 +24,7 @@ import 'package:pshared/provider/payment/flow.dart';
|
||||
import 'package:pshared/provider/recipient/provider.dart';
|
||||
import 'package:pshared/utils/payment/fx_helpers.dart';
|
||||
|
||||
|
||||
class QuotationIntentBuilder {
|
||||
static const String _settlementCurrency = 'RUB';
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ import 'package:pshared/service/payment/quotation.dart';
|
||||
import 'package:pshared/utils/payment/quote_helpers.dart';
|
||||
import 'package:pshared/utils/exception.dart';
|
||||
|
||||
|
||||
class QuotationProvider extends ChangeNotifier {
|
||||
static final _logger = Logger('provider.payment.quotation');
|
||||
Resource<PaymentQuote> _quotation = Resource(
|
||||
|
||||
Reference in New Issue
Block a user