Compare commits

..

No commits in common. "7586df207e98b4b3473731ff24c1f65a91c2388b" and "f73aa619e9ddc9e207a1eb9285bf22d9310113b4" have entirely different histories.

4 changed files with 325 additions and 2072 deletions

View File

@ -290,7 +290,6 @@ class _PaymentAddOrderDialogState extends State<PaymentAddOrderDialog> {
state.maybeWhen(
orElse: () {},
success: (data) {
context.pop();
context.pushReplacement(
SuccessSaveOrderPage(
productQuantity: widget.items,

View File

@ -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