This commit is contained in:
everythingonblack
2025-05-20 17:47:43 +07:00
parent b726ae6919
commit df7c4f737c
7 changed files with 119 additions and 81 deletions

View File

@@ -135,6 +135,7 @@ function App() {
return;
}
setModal('transaction_confirmed',{transactionId: lastTransaction.transactionId})
const myLastTransaction = await checkIsMyTransaction(lastTransaction.transactionId);
console.log(myLastTransaction)
if (myLastTransaction.isMyTransaction) {
@@ -771,6 +772,7 @@ function App() {
sendParam={handleSetParam}
deviceType={deviceType}
paymentUrl={shop.qrPayment}
setModal={setModal}
/>
{/* <Footer
shopId={shopIdentifier}