Merge branch 'main' of ssh://git.ma-al.com:8822/goc_daniel/b2b into front-styles

This commit is contained in:
2026-04-17 08:04:24 +02:00
27 changed files with 696 additions and 27 deletions

View File

@@ -5,15 +5,14 @@ info:
http:
method: POST
url: http://localhost:3000/api/v1/public/auth/update-choice?lang_id=0&country_id=1
url: http://localhost:3000/api/v1/public/auth/update-choice?lang_id=1&country_id=1
params:
- name: lang_id
value: "0"
value: "1"
type: query
- name: country_id
value: "1"
type: query
auth: inherit
settings:
encodeUrl: true

View File

@@ -5,7 +5,7 @@ info:
http:
method: GET
url: http://localhost:3000/api/v1/restricted/carts/add-product-to-cart?cart_id=1&product_id=51&product_attribute_id=1115&amount=1&set_amount=true
url: http://localhost:3000/api/v1/restricted/carts/add-product-to-cart?cart_id=1&product_id=51&product_attribute_id=1115&amount=2&set_amount=true
params:
- name: cart_id
value: "1"
@@ -17,7 +17,7 @@ http:
value: "1115"
type: query
- name: amount
value: "1"
value: "2"
type: query
- name: set_amount
value: "true"