order success
This commit is contained in:
@@ -98,7 +98,8 @@ class OrderRepositoryImpl implements OrderRepository {
|
||||
required Map<String, dynamic> deliveryAddress,
|
||||
required String paymentMethod,
|
||||
bool needsInvoice = false,
|
||||
bool needsNegotiation = false,
|
||||
bool ignorePricingRule = false,
|
||||
bool contractRequest = false,
|
||||
String? notes,
|
||||
}) async {
|
||||
try {
|
||||
@@ -107,7 +108,8 @@ class OrderRepositoryImpl implements OrderRepository {
|
||||
deliveryAddress: deliveryAddress,
|
||||
paymentMethod: paymentMethod,
|
||||
needsInvoice: needsInvoice,
|
||||
needsNegotiation: needsNegotiation,
|
||||
ignorePricingRule: ignorePricingRule,
|
||||
contractRequest: contractRequest,
|
||||
notes: notes,
|
||||
);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user