mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX][H14427] website_sale_signifyd: typo
This commit is contained in:
@@ -179,6 +179,6 @@ class SaleOrder(models.Model):
|
||||
}
|
||||
|
||||
if browser_ip_address:
|
||||
new_case_vals['purchase']['browserIpAddress'] = browser_ip_address,
|
||||
new_case_vals['purchase']['browserIpAddress'] = browser_ip_address
|
||||
|
||||
return new_case_vals
|
||||
|
||||
Reference in New Issue
Block a user