payrex-python 1.0.2__tar.gz → 1.2.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.
Files changed (44) hide show
  1. {payrex_python-1.0.2 → payrex_python-1.2.0}/PKG-INFO +12 -2
  2. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/billing_statement_entity.py +3 -1
  3. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/checkout_session_entity.py +1 -0
  4. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/payment_intent_entity.py +1 -0
  5. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex_python.egg-info/PKG-INFO +12 -2
  6. {payrex_python-1.0.2 → payrex_python-1.2.0}/setup.py +1 -1
  7. {payrex_python-1.0.2 → payrex_python-1.2.0}/LICENSE +0 -0
  8. {payrex_python-1.0.2 → payrex_python-1.2.0}/README.md +0 -0
  9. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/__init__.py +0 -0
  10. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/api_resource.py +0 -0
  11. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/client.py +0 -0
  12. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/config.py +0 -0
  13. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/__init__.py +0 -0
  14. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/billing_statement_line_item_entity.py +0 -0
  15. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/customer_entity.py +0 -0
  16. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/deleted_entity.py +0 -0
  17. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/event_entity.py +0 -0
  18. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/listing_entity.py +0 -0
  19. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/refund_entity.py +0 -0
  20. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/entities/webhook_entity.py +0 -0
  21. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/error.py +0 -0
  22. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/exceptions/__init__.py +0 -0
  23. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/exceptions/authentication_invalid_exception.py +0 -0
  24. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/exceptions/base_exception.py +0 -0
  25. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/exceptions/request_invalid_exception.py +0 -0
  26. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/exceptions/resource_not_found_exception.py +0 -0
  27. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/exceptions/signature_invalid_exception.py +0 -0
  28. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/exceptions/value_unexpected_exception.py +0 -0
  29. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/http_client.py +0 -0
  30. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/__init__.py +0 -0
  31. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/base_service.py +0 -0
  32. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/billing_statement_line_item_service.py +0 -0
  33. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/billing_statement_service.py +0 -0
  34. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/checkout_session_service.py +0 -0
  35. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/customer_service.py +0 -0
  36. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/payment_intent_service.py +0 -0
  37. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/refund_service.py +0 -0
  38. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/service_factory.py +0 -0
  39. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex/services/webhook_service.py +0 -0
  40. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex_python.egg-info/SOURCES.txt +0 -0
  41. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex_python.egg-info/dependency_links.txt +0 -0
  42. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex_python.egg-info/requires.txt +0 -0
  43. {payrex_python-1.0.2 → payrex_python-1.2.0}/payrex_python.egg-info/top_level.txt +0 -0
  44. {payrex_python-1.0.2 → payrex_python-1.2.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: payrex-python
3
- Version: 1.0.2
3
+ Version: 1.2.0
4
4
  Summary: PayRex Python Library
5
5
  Home-page: https://github.com/payrexhq/payrex-python
6
6
  Author: PayRex
@@ -16,6 +16,16 @@ Classifier: License :: OSI Approved :: MIT License
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
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: requires-dist
28
+ Dynamic: summary
19
29
 
20
30
  # PayRex Python
21
31
 
@@ -3,6 +3,7 @@ class BillingStatementEntity:
3
3
  data = api_resource.data
4
4
 
5
5
  self.id = data.get('id')
6
+ self.billing_details_collection = data.get('billing_details_collection')
6
7
  self.customer_reference_id = data.get('customer_reference_id')
7
8
  self.client_secret = data.get('client_secret')
8
9
  self.status = data.get('status')
@@ -15,8 +16,9 @@ class BillingStatementEntity:
15
16
  self.success_url = data.get('success_url')
16
17
  self.cancel_url = data.get('cancel_url')
17
18
  self.payment_methods = data.get('payment_methods')
19
+ self.statement_descriptor = data.get('statement_descriptor')
18
20
  self.description = data.get('description')
19
21
  self.submit_type = data.get('submit_type')
20
22
  self.expires_at = data.get('expires_at')
21
23
  self.created_at = data.get('created_at')
22
- self.updated_at = data.get('updated_at')
24
+ self.updated_at = data.get('updated_at')
@@ -3,6 +3,7 @@ class CheckoutSessionEntity:
3
3
  data = api_resource.data
4
4
 
5
5
  self.id = data.get('id')
6
+ self.billing_details_collection = data.get('billing_details_collection')
6
7
  self.customer_reference_id = data.get('customer_reference_id')
7
8
  self.client_secret = data.get('client_secret')
8
9
  self.status = data.get('status')
@@ -15,6 +15,7 @@ class PaymentIntentEntity:
15
15
  self.payment_method_id = data.get('payment_method_id')
16
16
  self.payment_methods = data.get('payment_methods')
17
17
  self.payment_method_options = data.get('payment_method_options')
18
+ self.statement_descriptor = data.get('statement_descriptor')
18
19
  self.status = data.get('status')
19
20
  self.next_action = data.get('next_action')
20
21
  self.return_url = data.get('return_url')
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: payrex-python
3
- Version: 1.0.2
3
+ Version: 1.2.0
4
4
  Summary: PayRex Python Library
5
5
  Home-page: https://github.com/payrexhq/payrex-python
6
6
  Author: PayRex
@@ -16,6 +16,16 @@ Classifier: License :: OSI Approved :: MIT License
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
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: requires-dist
28
+ Dynamic: summary
19
29
 
20
30
  # PayRex Python
21
31
 
@@ -3,7 +3,7 @@ from pathlib import Path
3
3
 
4
4
  setup(
5
5
  name='payrex-python',
6
- version='1.0.2',
6
+ version='1.2.0',
7
7
  author='PayRex',
8
8
  author_email='support@payrexhq.com',
9
9
  description='PayRex Python Library',
File without changes
File without changes
File without changes