This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d6d9ec
commit e1f8201
Showing
11 changed files
with
416 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__VERSION__ = '0.0.1a74' | ||
__VERSION__ = '0.0.1a75' |
Empty file.
3 changes: 3 additions & 0 deletions
3
tests/Functional/Resources/Businesses/_fixtures/request/create_basic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "ChatApp Inc." | ||
} |
14 changes: 14 additions & 0 deletions
14
tests/Functional/Resources/Businesses/_fixtures/request/create_full.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "ChatApp Inc.", | ||
"company_number": "555775291485", | ||
"tax_identifier": "555952383", | ||
"contacts": [ | ||
{ | ||
"name": "Parker Jones", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"custom_data": { | ||
"customer_reference_id": "abcd1234" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
tests/Functional/Resources/Businesses/_fixtures/request/update_full.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "ChatApp Inc.", | ||
"company_number": "555775291485", | ||
"tax_identifier": "555952383", | ||
"contacts": [ | ||
{ | ||
"name": "Parker Jones", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jo Riley", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jesse Garcia", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"custom_data": { | ||
"customer_reference_id": "abcd1234" | ||
}, | ||
"status": "active" | ||
} |
17 changes: 17 additions & 0 deletions
17
tests/Functional/Resources/Businesses/_fixtures/request/update_partial.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "ChatApp Inc.", | ||
"contacts": [ | ||
{ | ||
"name": "Parker Jones", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jo Riley", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jesse Garcia", | ||
"email": "[email protected]" | ||
} | ||
] | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/Functional/Resources/Businesses/_fixtures/request/update_single.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "ChatApp Inc." | ||
} |
23 changes: 23 additions & 0 deletions
23
tests/Functional/Resources/Businesses/_fixtures/response/full_entity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"data": { | ||
"id": "biz_01h84a7hr4pzhsajkm8tev89ev", | ||
"status": "active", | ||
"name": "ChatApp Inc.", | ||
"company_number": "555775291485", | ||
"tax_identifier": "555952383", | ||
"contacts": [ | ||
{ | ||
"name": "Parker Jones", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"custom_data": { | ||
"customer_reference_id": "abcd1234" | ||
}, | ||
"created_at": "2023-08-18T12:34:25.668Z", | ||
"updated_at": "2023-08-18T12:34:25.668Z" | ||
}, | ||
"meta": { | ||
"request_id": "6f8eb0a1-9c91-4bc9-9e05-ed72987e5e24" | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
tests/Functional/Resources/Businesses/_fixtures/response/list_default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"id": "biz_01h84a7hr4pzhsajkm8tev89ev", | ||
"status": "active", | ||
"name": "ChatApp Inc.", | ||
"company_number": "555775291485", | ||
"tax_identifier": "555952383", | ||
"contacts": [ | ||
{ | ||
"name": "Parker Jones", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"custom_data": { | ||
"customer_reference_id": "abcd1234" | ||
}, | ||
"created_at": "2023-08-18T12:34:25.668Z", | ||
"updated_at": "2023-08-18T12:34:25.668Z" | ||
} | ||
], | ||
"meta": { | ||
"request_id": "2e2c747d-82d7-46de-a9ba-3c3ea02294e7", | ||
"pagination": { | ||
"per_page": 50, | ||
"next": "https://api.paddle.com/customers/ctm_01h8441jn5pcwrfhwh78jqt8hk/businesses?after=biz_01h84a7hr4pzhsajkm8tev89ev", | ||
"has_more": false, | ||
"estimated_total": 1 | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
tests/Functional/Resources/Businesses/_fixtures/response/minimal_entity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"data": { | ||
"id": "biz_01h84a7hr4pzhsajkm8tev89ev", | ||
"status": "active", | ||
"name": "ChatApp Inc.", | ||
"company_number": null, | ||
"tax_identifier": null, | ||
"contacts": [], | ||
"custom_data": null, | ||
"created_at": "2023-08-18T12:34:25.668Z", | ||
"updated_at": "2023-08-18T12:34:25.668Z" | ||
}, | ||
"meta": { | ||
"request_id": "6f8eb0a1-9c91-4bc9-9e05-ed72987e5e24" | ||
} | ||
} |
Oops, something went wrong.