Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
test_BusinessesClient.py works
Browse files Browse the repository at this point in the history
  • Loading branch information
Invincibear committed Jan 31, 2024
1 parent 4d6d9ec commit e1f8201
Show file tree
Hide file tree
Showing 11 changed files with 416 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paddle_billing_python_sdk/__VERSION__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = '0.0.1a74'
__VERSION__ = '0.0.1a75'
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "ChatApp Inc."
}
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"
}
}
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"
}
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]"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "ChatApp Inc."
}
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"
}
}
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
}
}
}
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"
}
}
Loading

0 comments on commit e1f8201

Please sign in to comment.