payrex-python 1.6.0__tar.gz → 1.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {payrex-python-1.6.0 → payrex_python-1.7.0}/PKG-INFO +14 -5
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/billing_statement_entity.py +2 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/payout_transaction_entity.py +1 -1
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex_python.egg-info/PKG-INFO +14 -5
- {payrex-python-1.6.0 → payrex_python-1.7.0}/setup.py +1 -1
- {payrex-python-1.6.0 → payrex_python-1.7.0}/LICENSE +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/README.md +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/__init__.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/api_resource.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/client.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/config.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/__init__.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/billing_statement_line_item_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/checkout_session_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/customer_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/customer_session_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/deleted_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/event_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/listing_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/payment_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/payment_intent_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/payout_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/refund_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/webhook_entity.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/error.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/__init__.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/authentication_invalid_exception.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/base_exception.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/request_invalid_exception.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/resource_not_found_exception.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/signature_invalid_exception.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/value_unexpected_exception.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/http_client.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/__init__.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/base_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/billing_statement_line_item_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/billing_statement_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/checkout_session_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/customer_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/customer_session_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/payment_intent_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/payment_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/payout_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/refund_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/service_factory.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/webhook_service.py +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex_python.egg-info/SOURCES.txt +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex_python.egg-info/dependency_links.txt +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex_python.egg-info/requires.txt +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/payrex_python.egg-info/top_level.txt +0 -0
- {payrex-python-1.6.0 → payrex_python-1.7.0}/setup.cfg +0 -0
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: payrex-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
4
4
|
Summary: PayRex Python Library
|
|
5
5
|
Home-page: https://github.com/payrexhq/payrex-python
|
|
6
6
|
Author: PayRex
|
|
7
7
|
Author-email: support@payrexhq.com
|
|
8
8
|
License: MIT
|
|
9
9
|
Keywords: payrex
|
|
10
|
-
Platform: UNKNOWN
|
|
11
10
|
Classifier: Development Status :: 4 - Beta
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Classifier: Operating System :: OS Independent
|
|
@@ -16,6 +15,18 @@ Classifier: Programming Language :: Python :: 3
|
|
|
16
15
|
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Description-Content-Type: text/markdown
|
|
18
17
|
License-File: LICENSE
|
|
18
|
+
Requires-Dist: requests
|
|
19
|
+
Dynamic: author
|
|
20
|
+
Dynamic: author-email
|
|
21
|
+
Dynamic: classifier
|
|
22
|
+
Dynamic: description
|
|
23
|
+
Dynamic: description-content-type
|
|
24
|
+
Dynamic: home-page
|
|
25
|
+
Dynamic: keywords
|
|
26
|
+
Dynamic: license
|
|
27
|
+
Dynamic: license-file
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: summary
|
|
19
30
|
|
|
20
31
|
# PayRex Python
|
|
21
32
|
|
|
@@ -112,5 +123,3 @@ try:
|
|
|
112
123
|
except SignatureVerificationException as e:
|
|
113
124
|
# Handle invalid signature
|
|
114
125
|
```
|
|
115
|
-
|
|
116
|
-
|
|
@@ -4,6 +4,8 @@ class BillingStatementEntity:
|
|
|
4
4
|
|
|
5
5
|
self.id = data.get('id')
|
|
6
6
|
self.billing_details_collection = data.get('billing_details_collection')
|
|
7
|
+
self.billing_statement_merchant_name = data.get('billing_statement_merchant_name')
|
|
8
|
+
self.billing_statement_number = data.get('billing_statement_number')
|
|
7
9
|
self.customer_reference_id = data.get('customer_reference_id')
|
|
8
10
|
self.client_secret = data.get('client_secret')
|
|
9
11
|
self.status = data.get('status')
|
|
@@ -4,7 +4,7 @@ class PayoutTransactionEntity:
|
|
|
4
4
|
|
|
5
5
|
self.id = data.get('id')
|
|
6
6
|
self.amount = data.get('amount')
|
|
7
|
-
self.
|
|
7
|
+
self.net_amount = data.get('net_amount')
|
|
8
8
|
self.transaction_type = data.get('transaction_type')
|
|
9
9
|
self.transaction_id = data.get('transaction_id')
|
|
10
10
|
self.created_at = data.get('created_at')
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: payrex-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
4
4
|
Summary: PayRex Python Library
|
|
5
5
|
Home-page: https://github.com/payrexhq/payrex-python
|
|
6
6
|
Author: PayRex
|
|
7
7
|
Author-email: support@payrexhq.com
|
|
8
8
|
License: MIT
|
|
9
9
|
Keywords: payrex
|
|
10
|
-
Platform: UNKNOWN
|
|
11
10
|
Classifier: Development Status :: 4 - Beta
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Classifier: Operating System :: OS Independent
|
|
@@ -16,6 +15,18 @@ Classifier: Programming Language :: Python :: 3
|
|
|
16
15
|
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Description-Content-Type: text/markdown
|
|
18
17
|
License-File: LICENSE
|
|
18
|
+
Requires-Dist: requests
|
|
19
|
+
Dynamic: author
|
|
20
|
+
Dynamic: author-email
|
|
21
|
+
Dynamic: classifier
|
|
22
|
+
Dynamic: description
|
|
23
|
+
Dynamic: description-content-type
|
|
24
|
+
Dynamic: home-page
|
|
25
|
+
Dynamic: keywords
|
|
26
|
+
Dynamic: license
|
|
27
|
+
Dynamic: license-file
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: summary
|
|
19
30
|
|
|
20
31
|
# PayRex Python
|
|
21
32
|
|
|
@@ -112,5 +123,3 @@ try:
|
|
|
112
123
|
except SignatureVerificationException as e:
|
|
113
124
|
# Handle invalid signature
|
|
114
125
|
```
|
|
115
|
-
|
|
116
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/entities/billing_statement_line_item_entity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/authentication_invalid_exception.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/resource_not_found_exception.py
RENAMED
|
File without changes
|
{payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/exceptions/signature_invalid_exception.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{payrex-python-1.6.0 → payrex_python-1.7.0}/payrex/services/billing_statement_line_item_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|