up
This commit is contained in:
parent
ef6ff9fb30
commit
f944900392
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ export default class {
|
|||
stream.responses.onMessage(payment => {
|
||||
switch (payment.status) {
|
||||
case Payment_PaymentStatus.FAILED:
|
||||
console.log(payment)
|
||||
this.log("invoice payment failed", payment.failureReason)
|
||||
rej(PaymentFailureReason[payment.failureReason])
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue