File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integrations/webhooks/events Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ Payload objects with the following scopes take the form that follows:
607607 "store_id" : " 1025646" ,
608608 "data" : {
609609 "type" : " transaction" , // will always be transaction
610- "order_id" : 250 , // ID of the order associated with the transaction
610+ "order_id" : " 250" , // ID of the order associated with the transaction
611611 "transaction_id" : " 176342342" , // ID of the transaction; created by the payment provider
612612 "transaction_status" : " complete" ,
613613 "transaction_type" : " capture" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ properties:
1818 type : object
1919 properties :
2020 order_id :
21- type : integer
21+ type : string
2222 transaction_id :
2323 type : string
2424 type :
You can’t perform that action at this time.
0 commit comments