Skip to content

Commit

Permalink
- Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jan 20, 2024
1 parent 8a60100 commit 7f3600f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"refunded_amount": 2000,
"payment_log_id": "paylog_...",
"refunded_payment_logs": [
"paylog...",
"paylog..."
],
"refunded_payment_logs": ["paylog...", "paylog..."],
"errors": []
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"refunded_amount": 2000,
"payment_log_id": "paylog_...",
"refunded_payment_logs": [
"paylog...",
"paylog..."
],
"refunded_payment_logs": ["paylog...", "paylog..."],
"errors": []
}
4 changes: 1 addition & 3 deletions official/docs/responses/scan-form/scan-form-create.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"object": "ScanForm",
"created_at": "2024-01-19T21:41:59Z",
"updated_at": "2024-01-19T21:42:00Z",
"tracking_codes": [
"9405500207552010707764"
],
"tracking_codes": ["9405500207552010707764"],
"address": {
"id": "adr_9284d509b71311eea334ac1f6bc53342",
"object": "Address",
Expand Down
4 changes: 1 addition & 3 deletions official/docs/responses/scan-form/scan-form-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"object": "ScanForm",
"created_at": "2024-01-19T21:42:01Z",
"updated_at": "2024-01-19T21:42:02Z",
"tracking_codes": [
"9405500207552010707771"
],
"tracking_codes": ["9405500207552010707771"],
"address": {
"id": "adr_939e948eb71311eeb35fac1f6bc539aa",
"object": "Address",
Expand Down
4 changes: 1 addition & 3 deletions official/docs/responses/scan-form/scan-form-retrieve.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"object": "ScanForm",
"created_at": "2024-01-19T21:42:01Z",
"updated_at": "2024-01-19T21:42:02Z",
"tracking_codes": [
"9405500207552010707771"
],
"tracking_codes": ["9405500207552010707771"],
"address": {
"id": "adr_939e948eb71311eeb35fac1f6bc539aa",
"object": "Address",
Expand Down
4 changes: 1 addition & 3 deletions official/docs/responses/shipments/shipments-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,7 @@
"object": "ScanForm",
"created_at": "2024-01-19T21:42:01Z",
"updated_at": "2024-01-19T21:42:02Z",
"tracking_codes": [
"9405500207552010707771"
],
"tracking_codes": ["9405500207552010707771"],
"address": {
"id": "adr_939e948eb71311eeb35fac1f6bc539aa",
"object": "Address",
Expand Down

0 comments on commit 7f3600f

Please sign in to comment.