elemento-loyalty-processing 1.0.9__py3-none-any.whl → 1.0.10__py3-none-any.whl

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.
@@ -115,6 +115,8 @@ class ElementoLoyaltyProcessingClient(RPCClientService):
115
115
  max_timeout=_max_timeout,
116
116
  nowait=_nowait,
117
117
  )
118
+ if not data:
119
+ return None
118
120
  return convert(data, Transaction)
119
121
 
120
122
  async def balance_refund(
@@ -131,7 +131,7 @@ class Item(Struct):
131
131
  quantity: int
132
132
  total: Decimal
133
133
  price: Decimal
134
- initial_total: Decimal = None
134
+ initial_total: Decimal | None = None
135
135
  cashback: Points = 0
136
136
  discount: Decimal = Decimal("0.00")
137
137
  points_add: Points = 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: elemento-loyalty-processing
3
- Version: 1.0.9
3
+ Version: 1.0.10
4
4
  Summary: Elemento Loyalty Processing
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: kaiju-tools<3,>=2.4.12
@@ -0,0 +1,7 @@
1
+ elemento_loyalty_processing/__init__.py,sha256=fHuu8DtGv3an9oFY_4YEI9lvKn0w-rLd7ooxKUdlA2g,117
2
+ elemento_loyalty_processing/client.py,sha256=x6g-53AxHTCwCp7FZKFL2lSyDLUMegaDAuXPFGhUeX4,5346
3
+ elemento_loyalty_processing/types.py,sha256=A0WNlIOJGL4WfmcJtKt9FXz7QSvkUUqzYYuubDZkdyc,3777
4
+ elemento_loyalty_processing-1.0.10.dist-info/METADATA,sha256=1RVpJdIZnrWcAmrJNyudXf16xMw2u3lgDaUFW4bOo5c,450
5
+ elemento_loyalty_processing-1.0.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ elemento_loyalty_processing-1.0.10.dist-info/top_level.txt,sha256=N_AtPyYKvkr1NkoPAUrVl_4VCTP-kJIehtsLhkdacAc,28
7
+ elemento_loyalty_processing-1.0.10.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- elemento_loyalty_processing/__init__.py,sha256=fHuu8DtGv3an9oFY_4YEI9lvKn0w-rLd7ooxKUdlA2g,117
2
- elemento_loyalty_processing/client.py,sha256=s7-cBBloQTGoQau46Zt_0RUOXpnmY6s5OSwQrh5H7uc,5301
3
- elemento_loyalty_processing/types.py,sha256=mRf8bfcZx0skKfkGk8z7L5FESBAZerwGtQ04d3NERU8,3770
4
- elemento_loyalty_processing-1.0.9.dist-info/METADATA,sha256=wuDq4bwfyc4KdNpCBhY3eBahHW6vytn4T4OsjkFuf-M,449
5
- elemento_loyalty_processing-1.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- elemento_loyalty_processing-1.0.9.dist-info/top_level.txt,sha256=N_AtPyYKvkr1NkoPAUrVl_4VCTP-kJIehtsLhkdacAc,28
7
- elemento_loyalty_processing-1.0.9.dist-info/RECORD,,