-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedbug reportnon-issue
Description
To use the Magento 2 Checkout, I am starting with getting a Cart Id. Due to that, I run the following request:
BASEURL/rest/V1/guest-carts
Preconditions
- Magento EE 2.1.6
Steps to reproduce
- Enter the following request in your terminal:
curl --request POST --url BASE_URL/rest/V1/guest-carts
Expected result
- 9cdb1f51fdc3bfa2313dae65eb231271
Actual result
- "9cdb1f51fdc3bfa2313dae65eb231271"
In my opinion, there is no need to have the quotes around the result. Am I wrong?
Metadata
Metadata
Assignees
Labels
Issue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedbug reportnon-issue