Merge pull request #3806 from expsa/ENS-3555
add website id in return url
This commit is contained in:
commit
4d9b1f0a0e
|
|
@ -121,7 +121,7 @@ odoo.define("payment_hyperpay.payment_hyperpay", function (require) {
|
|||
'<form action="' +
|
||||
base_url +
|
||||
"/payment/hyperpay/result?acq=" +
|
||||
acq + "website=" + website_id +
|
||||
acq + "&website=" + website_id +
|
||||
'" class="paymentWidgets" data-brands="' +
|
||||
data_brands +
|
||||
'"></form>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue