Integrate wallet IFrame for payments #42

Merged
nabarun merged 27 commits from iv-integrate-frame into main 2024-11-13 13:32:28 +00:00
Showing only changes of commit b3c0d2e64c - Show all commits

View File

@ -229,7 +229,7 @@ const Configure = () => {
}
// Validate transaction hash
const isTxHashValid = await verifyTx(senderAddress, txHash, amount);
const isTxHashValid = await verifyTx(senderAddress, txHash, amountToBePaid);
setIsPaymentLoading(false);
if (isTxHashValid) {