mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-18 22:23:48 +00:00
Removed xml fields escaping
Edited billing info table so that fields has the right length
This commit is contained in:
@@ -206,8 +206,8 @@ class Basket(models.Model):
|
||||
cart, newlines=False
|
||||
)
|
||||
data += [
|
||||
("PBX_SHOPPINGCART", html.escape(cart)),
|
||||
("PBX_BILLING", html.escape(customer.billing_infos.to_3dsv2_xml())),
|
||||
("PBX_SHOPPINGCART", cart),
|
||||
("PBX_BILLING", customer.billing_infos.to_3dsv2_xml()),
|
||||
]
|
||||
pbx_hmac = hmac.new(
|
||||
settings.SITH_EBOUTIC_HMAC_KEY,
|
||||
|
Reference in New Issue
Block a user