Skip to content

Commit

Permalink
Fix invalid JSON on Requiring State in order to Match
Browse files Browse the repository at this point in the history
  • Loading branch information
Warfront1 authored and tommysitu committed Nov 9, 2023
1 parent d240819 commit 8dafb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/keyconcepts/state/settingstate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A response includes two fields, `transitionsState` and `removesState` which alte
"status": 200,
"body": "eggs and large bacon",
"transitionsState" : {
"payment-flow" : "complete",
"payment-flow" : "complete"
},
"removesState" : [
"basket"
Expand Down

0 comments on commit 8dafb34

Please sign in to comment.