Skip to content

Commit 899efbb

Browse files
committed
wip
1 parent ccff7d5 commit 899efbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/frontend/json-api/endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ When the order requires payment, this endpoint will report a `404` status code.
153153

154154
@blade
155155
<x-api-endpoint
156-
method="GET / POST"
156+
:methods="['GET', 'POST']"
157157
path="/!/cargo/cart/checkout"
158158
:parameters="[
159159
['key' => 'discount_code', 'type' => 'string'],
@@ -170,7 +170,7 @@ When the order does not require payment, this endpoint will return a `404` statu
170170

171171
@blade
172172
<x-api-endpoint
173-
method="GET / POST"
173+
:methods="['GET', 'POST']"
174174
path="/!/cargo/cart/payments/{gateway}/checkout"
175175
:parameters="[
176176
['key' => 'discount_code', 'type' => 'string'],

0 commit comments

Comments
 (0)