Integrate wallet IFrame for payments #42
@ -229,7 +229,7 @@ const Configure = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Validate transaction hash
|
// Validate transaction hash
|
||||||
const isTxHashValid = await verifyTx(senderAddress, txHash, amount);
|
const isTxHashValid = await verifyTx(senderAddress, txHash, amountToBePaid);
|
||||||
setIsPaymentLoading(false);
|
setIsPaymentLoading(false);
|
||||||
|
|
||||||
if (isTxHashValid) {
|
if (isTxHashValid) {
|
||||||
|
Loading…
Reference in New Issue
Block a user