Merge pull request #138 from damianbz321/master

iframre redirect
This commit is contained in:
Pieter Poorthuis 2018-03-15 14:45:57 +01:00 committed by GitHub
commit a0a16815cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}
}
});