elemento-loyalty-processing 1.0.12__tar.gz → 1.0.13__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: elemento-loyalty-processing
3
- Version: 1.0.12
3
+ Version: 1.0.13
4
4
  Summary: Elemento Loyalty Processing
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: kaiju-tools<3,>=2.4.12
@@ -180,6 +180,7 @@ class Transaction(Struct):
180
180
  timestamp: datetime = None
181
181
  cart: Cart = None
182
182
  confirmed: bool = False
183
+ payment_type: str | None = None
183
184
 
184
185
 
185
186
  class PurchaseStats(Struct):
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "elemento-loyalty-processing"
3
- version = "1.0.12"
3
+ version = "1.0.13"
4
4
  description = "Elemento Loyalty Processing"
5
5
  requires-python = ">=3.11"
6
6
  dependencies = [