Compare commits
No commits in common. "7586df207e98b4b3473731ff24c1f65a91c2388b" and "f73aa619e9ddc9e207a1eb9285bf22d9310113b4" have entirely different histories.
7586df207e
...
f73aa619e9
@ -290,7 +290,6 @@ class _PaymentAddOrderDialogState extends State<PaymentAddOrderDialog> {
|
||||
state.maybeWhen(
|
||||
orElse: () {},
|
||||
success: (data) {
|
||||
context.pop();
|
||||
context.pushReplacement(
|
||||
SuccessSaveOrderPage(
|
||||
productQuantity: widget.items,
|
||||
|
||||
@ -295,7 +295,6 @@ class _PaymentSaveDialogState extends State<PaymentSaveDialog> {
|
||||
state.maybeWhen(
|
||||
orElse: () {},
|
||||
success: (data) {
|
||||
context.pop();
|
||||
context.pushReplacement(SuccessSaveOrderPage(
|
||||
productQuantity: widget.items,
|
||||
orderId: data.id ?? "",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user