connections-sdk 3.0.0__py3-none-any.whl → 3.1.0__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.
@@ -123,7 +123,8 @@ class AdyenClient:
123
123
  "merchantAccount": self.merchant_account,
124
124
  "shopperInteraction": "ContAuth" if request.merchant_initiated else "Ecommerce",
125
125
  "storePaymentMethod": request.source.store_with_provider,
126
- "channel": request.customer.channel if request.customer else 'web'
126
+ "channel": request.customer.channel if request.customer else 'web',
127
+ "additionalData": {}
127
128
  }
128
129
 
129
130
  if request.metadata:
@@ -157,7 +158,7 @@ class AdyenClient:
157
158
  payment_method["holderName"] = request.source.holder_name
158
159
 
159
160
  if request.previous_network_transaction_id:
160
- payment_method["networkPaymentReference"] = request. previous_network_transaction_id
161
+ payment_method["additionalData"]["networkTxReference"] = request. previous_network_transaction_id
161
162
 
162
163
  payload["paymentMethod"] = payment_method
163
164
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: connections_sdk
3
- Version: 3.0.0
3
+ Version: 3.1.0
4
4
  Summary: A Python SDK for payment processing
5
5
  Author: Basis Theory
6
6
  Author-email: support@basistheory.com
@@ -3,12 +3,12 @@ connections_sdk/client.py,sha256=FkZq68S_syvaJTVRSVPtpA4FwsybRdC9FivRi2SOkoI,316
3
3
  connections_sdk/config.py,sha256=OPH-J11ecQYP17ubtIXuB_VVuso3t-Ym9V8f5j-G1Xk,398
4
4
  connections_sdk/exceptions.py,sha256=AuLet9gpV6OmQrKLO9ozgyrWw1KCPuUxV8Own7gTEmk,761
5
5
  connections_sdk/models.py,sha256=L_AntoEFsD9I3TeAi8j-h7HGQK1mNXsHnwZOT5vn7iI,7414
6
- connections_sdk/providers/adyen.py,sha256=j2-FRLsqGJFNYMxq9-8hy1R5zLzmYJ_h-uHwPtcAk9Y,18509
6
+ connections_sdk/providers/adyen.py,sha256=VDUhm08VEzE-DCbzd0ODnxgvAlzsqKg17HYTn1o5WwE,18556
7
7
  connections_sdk/providers/checkout.py,sha256=j3YwmpFWt66Zbb9j-pO8vyxYxV_cupbrw0aixvBdKy4,35153
8
8
  connections_sdk/utils/__init__.py,sha256=iKwqW2egmbc_LO0oQoNLiP5-RBXUd9OpMW6sdEVB_Fs,153
9
9
  connections_sdk/utils/model_utils.py,sha256=FB6Cf-dMFr52gi-F6yMEAPJU413Sjv_8zx3IUNBI-Q8,4015
10
10
  connections_sdk/utils/request_client.py,sha256=M9eqEpRVoIFUMS51jGJ-C2R1L9_NWw3v3saAq31hVoI,3251
11
- connections_sdk-3.0.0.dist-info/LICENSE,sha256=OJSDpWNs9gHwRBdHonZIkQ2-rUpFMxn0V8xxjfz4UQQ,11342
12
- connections_sdk-3.0.0.dist-info/METADATA,sha256=CwqdNMn8KCXHaSRk-10MFWcqMxtnE2dT1MyGIbkyQZI,2821
13
- connections_sdk-3.0.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
14
- connections_sdk-3.0.0.dist-info/RECORD,,
11
+ connections_sdk-3.1.0.dist-info/LICENSE,sha256=OJSDpWNs9gHwRBdHonZIkQ2-rUpFMxn0V8xxjfz4UQQ,11342
12
+ connections_sdk-3.1.0.dist-info/METADATA,sha256=5nD5En6Wz4DH4kd0Zm_ABa6ZoGf1TmuFpFSeujlmDpo,2821
13
+ connections_sdk-3.1.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
14
+ connections_sdk-3.1.0.dist-info/RECORD,,