mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 19:02:01 +01:00
show card not initialized method
This commit is contained in:
parent
786997a2d3
commit
d5c8283d01
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@
|
|||
|
||||
setState("ShowBalance");
|
||||
}
|
||||
else if(this.readyState == 4 && this.status == 404) {
|
||||
setState("WaitingForCard");
|
||||
handleError(new Error("Card not initialized"));
|
||||
}
|
||||
else {
|
||||
setState("WaitingForCard");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue