File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33 "info" : {
44 "title" : " Unit OpenAPI specifications" ,
55 "description" : " An OpenAPI specifications for unit-sdk clients" ,
6- "version" : " 0.2.2 "
6+ "version" : " 0.2.3 "
77 },
88 "servers" : [
99 {
Original file line number Diff line number Diff line change 874874 "additionalProperties" : false
875875 }
876876 },
877+ "required" : [" data" ],
877878 "additionalProperties" : false
878879 }
879880 }
Original file line number Diff line number Diff line change 27892789 " returnedCheckPaymentTransaction" ,
27902790 " cardReversalTransaction" ,
27912791 " feeReversalTransaction" ,
2792- " pushToCardReversalTransaction"
2792+ " pushToCardReversalTransaction" ,
2793+ " paymentCanceledTransaction"
27932794 ]
27942795 }
27952796 },
28292830 "returnedCheckPaymentTransaction" : " #/components/schemas/ReturnedCheckPaymentTransaction" ,
28302831 "cardReversalTransaction" : " #/components/schemas/CardReversalTransaction" ,
28312832 "feeReversalTransaction" : " #/components/schemas/FeeReversalTransaction" ,
2832- "pushToCardReversalTransaction" : " #/components/schemas/PushToCardReversalTransaction"
2833+ "pushToCardReversalTransaction" : " #/components/schemas/PushToCardReversalTransaction" ,
2834+ "paymentCanceledTransaction" : " #/components/schemas/PaymentCanceledTransaction"
28332835 }
28342836 }
28352837 }
You can’t perform that action at this time.
0 commit comments