FIX: process locked script
This commit is contained in:
parent
963348102d
commit
9df3ce249b
@ -105,6 +105,10 @@ export class Paym {
|
||||
this._isPaid = false;
|
||||
}
|
||||
|
||||
if (payment.payment_error && payment.payment_error.indexOf('IncorrectOrUnknownPaymentDetails') !== -1) {
|
||||
this._isPaid = false;
|
||||
}
|
||||
|
||||
if (payment.payment_error && payment.payment_error.indexOf('payment is in transition') !== -1) {
|
||||
this._isPaid = null; // null is default, but lets set it anyway
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user