From 7c735834af0e7a4907d250b86e2549254c35a057 Mon Sep 17 00:00:00 2001 From: suvaysov Date: Wed, 30 Mar 2022 13:06:00 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=82=D0=B8=D0=BF=D0=B0=20=D0=BE?= =?UTF-8?q?=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BF=D1=80=D0=B8=20=D0=A5?= =?UTF-8?q?=D0=B0=D0=BB=D1=8B=D0=BA=20=D0=9F=D0=9E=D0=A1=20=D0=BA=D0=B0?= =?UTF-8?q?=D0=BA=20=D0=BA=D0=B0=D1=80=D1=82=D0=BE=D1=87=D0=BD=D1=8B=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/views/payment/payment_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/payment/payment_view.dart b/lib/views/payment/payment_view.dart index dbee553..f37e337 100644 --- a/lib/views/payment/payment_view.dart +++ b/lib/views/payment/payment_view.dart @@ -236,7 +236,7 @@ class _PaymentViewState extends State { await Redux.store!.dispatch(changePinSkipFromSetting(true)); AmanDao data = await paymentHalykPos(_total); if (data.success == true) { - pressPayment(widget.model.operationType, data.data); + pressPayment('card', data.data); } else { _dialogService.showDialog(description: data.msg ?? ''); }