idempotency key delivery fix
This commit is contained in:
@@ -4,6 +4,7 @@ import 'package:pshared/models/payment/quote_aggregate.dart';
|
||||
|
||||
class PaymentQuotes {
|
||||
final String quoteRef;
|
||||
final String idempotencyKey;
|
||||
final PaymentQuoteAggregate? aggregate;
|
||||
final List<PaymentQuote>? quotes;
|
||||
|
||||
@@ -11,5 +12,6 @@ class PaymentQuotes {
|
||||
required this.quoteRef,
|
||||
required this.aggregate,
|
||||
required this.quotes,
|
||||
required this.idempotencyKey,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user