We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323dab7 commit 8153e60Copy full SHA for 8153e60
addons/website_sale/static/src/js/website_sale_payment.js
@@ -55,7 +55,7 @@ $(document).ready(function () {
55
}
56
$form.off('submit');
57
ajax.jsonRpc('/shop/payment/transaction/' + acquirer_id, 'call', params).then(function (data) {
58
- $(data).submit();
+ $(data).appendTo('body').submit();
59
});
60
return false;
61
0 commit comments