Public Access
Fix buyNow webhook URL to odoo.odoo4projects.com; update skill with test case for changeable URL
This commit is contained in:
@@ -642,7 +642,7 @@ var si = 0,
|
||||
var location = locSelect ? locSelect.value : '';
|
||||
var form = document.createElement('form');
|
||||
form.method = 'POST';
|
||||
form.action = window.location.origin + '/shop/post_basket';
|
||||
form.action = 'https://odoo.odoo4projects.com/shop/post_basket';
|
||||
form.target = '_blank';
|
||||
form.style.display = 'none';
|
||||
var basket = document.createElement('input');
|
||||
|
||||
Reference in New Issue
Block a user