mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
Add onComplete on interactionCompleted state (#353)
Some checks failed
Master / Build (push) Has been cancelled
Some checks failed
Master / Build (push) Has been cancelled
This commit is contained in:
parent
ea5b03fb5d
commit
ddc66a6b35
@ -45,6 +45,9 @@ export function PaymentResultView() {
|
|||||||
onComplete();
|
onComplete();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 'interactionCompleted':
|
||||||
|
onComplete();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}, [onComplete, lastCondition]);
|
}, [onComplete, lastCondition]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user