Skip to content

Commit 9d5c3e4

Browse files
committed
remove omitted ids from checkout rest examples
1 parent 13cad6a commit 9d5c3e4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/specification/checkout-rest.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ include all previously set fields it intends to retain.
253253
Content-Type: application/json
254254

255255
{
256-
"id": "chk_123456789", // deprecated: id is provided in URL path
257256
"buyer": {
258257
"email": "jane@example.com",
259258
"first_name": "Jane",
@@ -384,7 +383,6 @@ type & addresses.
384383
Content-Type: application/json
385384

386385
{
387-
"id": "chk_123456789", // deprecated: id is provided in URL path
388386
"buyer": {
389387
"email": "jane@example.com",
390388
"first_name": "Jane",
@@ -586,7 +584,6 @@ Follow-up calls after initial `fulfillment` data to update selection.
586584
Content-Type: application/json
587585

588586
{
589-
"id": "chk_123456789", // deprecated: id is provided in URL path
590587
"buyer": {
591588
"email": "jane@example.com",
592589
"first_name": "Jane",

0 commit comments

Comments
 (0)