diff --git a/php/payment.php b/php/payment.php index 251b912..ebb0ebf 100644 --- a/php/payment.php +++ b/php/payment.php @@ -102,6 +102,9 @@ bKash.execute().onError(); } }); + }, + onClose: function() { + alert('closed') } });