@@ -141,7 +141,7 @@ class PaymentQrCodeDialog : DialogFragment() {
time = 60 * 15 * 1 - it - 1
val minutes = time / 60
val seconds = time % 60
- if (it == time - 1) {
+ if (it.toInt() == 0) {
rxTimer.cancel()
tvCountdown?.show(false)
delPayOrder()
@@ -176,7 +176,7 @@ class PurchaseServicesDialog : DialogFragment() {
+ if (time.toInt() == 0) {
if (mContext != null) {