iframre redirect

This commit is contained in:
Damian Bzdon 2018-03-15 14:17:44 +01:00
parent f3f82944b8
commit d2351ea220
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ if ($$('div.bitpay_invoice_div').length > 0) {
if (data.paid) {
ipnPoller.stop();
response.redirect = null;
transport.responseText = JSON.stringify(response);
review.nextStep(transport);
}
}
});