ultracart-rest-sdk 4.0.214__py3-none-any.whl → 4.0.216__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.
- ultracart/__init__.py +1 -1
- ultracart/api_client.py +1 -1
- ultracart/configuration.py +1 -1
- ultracart/model/cart_checkout.py +4 -0
- ultracart/model/channel_partner_order.py +49 -0
- ultracart/model/conversation_pbx_audio.py +4 -0
- ultracart/model/order_utm.py +24 -0
- {ultracart_rest_sdk-4.0.214.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/METADATA +1 -1
- {ultracart_rest_sdk-4.0.214.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/RECORD +12 -12
- {ultracart_rest_sdk-4.0.214.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/LICENSE +0 -0
- {ultracart_rest_sdk-4.0.214.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/WHEEL +0 -0
- {ultracart_rest_sdk-4.0.214.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/top_level.txt +0 -0
ultracart/__init__.py
CHANGED
ultracart/api_client.py
CHANGED
|
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
|
77
77
|
self.default_headers[header_name] = header_value
|
|
78
78
|
self.cookie = cookie
|
|
79
79
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/4.0.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/4.0.216/python'
|
|
81
81
|
|
|
82
82
|
def __enter__(self):
|
|
83
83
|
return self
|
ultracart/configuration.py
CHANGED
|
@@ -422,7 +422,7 @@ conf = ultracart.Configuration(
|
|
|
422
422
|
"OS: {env}\n"\
|
|
423
423
|
"Python Version: {pyversion}\n"\
|
|
424
424
|
"Version of the API: 2.0.0\n"\
|
|
425
|
-
"SDK Package Version: 4.0.
|
|
425
|
+
"SDK Package Version: 4.0.216".\
|
|
426
426
|
format(env=sys.platform, pyversion=sys.version)
|
|
427
427
|
|
|
428
428
|
def get_host_settings(self):
|
ultracart/model/cart_checkout.py
CHANGED
|
@@ -122,6 +122,7 @@ class CartCheckout(ModelNormal):
|
|
|
122
122
|
"""
|
|
123
123
|
return {
|
|
124
124
|
'comments': (str,), # noqa: E501
|
|
125
|
+
'current_step': (str,), # noqa: E501
|
|
125
126
|
'custom_field1': (str,), # noqa: E501
|
|
126
127
|
'custom_field10': (str,), # noqa: E501
|
|
127
128
|
'custom_field2': (str,), # noqa: E501
|
|
@@ -147,6 +148,7 @@ class CartCheckout(ModelNormal):
|
|
|
147
148
|
|
|
148
149
|
attribute_map = {
|
|
149
150
|
'comments': 'comments', # noqa: E501
|
|
151
|
+
'current_step': 'current_step', # noqa: E501
|
|
150
152
|
'custom_field1': 'custom_field1', # noqa: E501
|
|
151
153
|
'custom_field10': 'custom_field10', # noqa: E501
|
|
152
154
|
'custom_field2': 'custom_field2', # noqa: E501
|
|
@@ -207,6 +209,7 @@ class CartCheckout(ModelNormal):
|
|
|
207
209
|
through its discriminator because we passed in
|
|
208
210
|
_visited_composed_classes = (Animal,)
|
|
209
211
|
comments (str): Comments from the customer. Rarely used on the single page checkout.. [optional] # noqa: E501
|
|
212
|
+
current_step (str): Current step of the checkout (read only). [optional] # noqa: E501
|
|
210
213
|
custom_field1 (str): Custom field 1. [optional] # noqa: E501
|
|
211
214
|
custom_field10 (str): Custom field 10. [optional] # noqa: E501
|
|
212
215
|
custom_field2 (str): Custom field 2. [optional] # noqa: E501
|
|
@@ -309,6 +312,7 @@ class CartCheckout(ModelNormal):
|
|
|
309
312
|
through its discriminator because we passed in
|
|
310
313
|
_visited_composed_classes = (Animal,)
|
|
311
314
|
comments (str): Comments from the customer. Rarely used on the single page checkout.. [optional] # noqa: E501
|
|
315
|
+
current_step (str): Current step of the checkout (read only). [optional] # noqa: E501
|
|
312
316
|
custom_field1 (str): Custom field 1. [optional] # noqa: E501
|
|
313
317
|
custom_field10 (str): Custom field 10. [optional] # noqa: E501
|
|
314
318
|
custom_field2 (str): Custom field 2. [optional] # noqa: E501
|
|
@@ -62,12 +62,21 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
62
62
|
"""
|
|
63
63
|
|
|
64
64
|
allowed_values = {
|
|
65
|
+
('echeck_bank_account_type',): {
|
|
66
|
+
'CHECKING': "Checking",
|
|
67
|
+
'SAVINGS': "Savings",
|
|
68
|
+
},
|
|
69
|
+
('echeck_bank_owner_type',): {
|
|
70
|
+
'BUSINESS': "Business",
|
|
71
|
+
'PERSONAL': "Personal",
|
|
72
|
+
},
|
|
65
73
|
('payment_method',): {
|
|
66
74
|
'AFFIRM': "Affirm",
|
|
67
75
|
'AMAZON': "Amazon",
|
|
68
76
|
'CHECK': "Check",
|
|
69
77
|
'COD': "COD",
|
|
70
78
|
'CREDIT_CARD': "Credit Card",
|
|
79
|
+
'ECHECK': "eCheck",
|
|
71
80
|
'LOANHERO': "LoanHero",
|
|
72
81
|
'MONEY_ORDER': "Money Order",
|
|
73
82
|
'PAYPAL': "PayPal",
|
|
@@ -253,6 +262,16 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
253
262
|
'custom_field6': (str,), # noqa: E501
|
|
254
263
|
'custom_field7': (str,), # noqa: E501
|
|
255
264
|
'delivery_date': (str,), # noqa: E501
|
|
265
|
+
'echeck_bank_aba_code': (str,), # noqa: E501
|
|
266
|
+
'echeck_bank_account_name': (str,), # noqa: E501
|
|
267
|
+
'echeck_bank_account_number': (str,), # noqa: E501
|
|
268
|
+
'echeck_bank_account_type': (str,), # noqa: E501
|
|
269
|
+
'echeck_bank_name': (str,), # noqa: E501
|
|
270
|
+
'echeck_bank_owner_type': (str,), # noqa: E501
|
|
271
|
+
'echeck_customer_tax_id': (str,), # noqa: E501
|
|
272
|
+
'echeck_drivers_license_dob': (str,), # noqa: E501
|
|
273
|
+
'echeck_drivers_license_number': (str,), # noqa: E501
|
|
274
|
+
'echeck_drivers_license_state': (str,), # noqa: E501
|
|
256
275
|
'email': (str,), # noqa: E501
|
|
257
276
|
'gift': (bool,), # noqa: E501
|
|
258
277
|
'gift_email': (str,), # noqa: E501
|
|
@@ -342,6 +361,16 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
342
361
|
'custom_field6': 'custom_field6', # noqa: E501
|
|
343
362
|
'custom_field7': 'custom_field7', # noqa: E501
|
|
344
363
|
'delivery_date': 'delivery_date', # noqa: E501
|
|
364
|
+
'echeck_bank_aba_code': 'echeck_bank_aba_code', # noqa: E501
|
|
365
|
+
'echeck_bank_account_name': 'echeck_bank_account_name', # noqa: E501
|
|
366
|
+
'echeck_bank_account_number': 'echeck_bank_account_number', # noqa: E501
|
|
367
|
+
'echeck_bank_account_type': 'echeck_bank_account_type', # noqa: E501
|
|
368
|
+
'echeck_bank_name': 'echeck_bank_name', # noqa: E501
|
|
369
|
+
'echeck_bank_owner_type': 'echeck_bank_owner_type', # noqa: E501
|
|
370
|
+
'echeck_customer_tax_id': 'echeck_customer_tax_id', # noqa: E501
|
|
371
|
+
'echeck_drivers_license_dob': 'echeck_drivers_license_dob', # noqa: E501
|
|
372
|
+
'echeck_drivers_license_number': 'echeck_drivers_license_number', # noqa: E501
|
|
373
|
+
'echeck_drivers_license_state': 'echeck_drivers_license_state', # noqa: E501
|
|
345
374
|
'email': 'email', # noqa: E501
|
|
346
375
|
'gift': 'gift', # noqa: E501
|
|
347
376
|
'gift_email': 'gift_email', # noqa: E501
|
|
@@ -466,6 +495,16 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
466
495
|
custom_field6 (str): Custom field 6. [optional] # noqa: E501
|
|
467
496
|
custom_field7 (str): Custom field 7. [optional] # noqa: E501
|
|
468
497
|
delivery_date (str): Date the customer is requesting delivery on. Typically used for perishable product delivery.. [optional] # noqa: E501
|
|
498
|
+
echeck_bank_aba_code (str): eCheck bank ABA code. [optional] # noqa: E501
|
|
499
|
+
echeck_bank_account_name (str): eCheck bank account name. [optional] # noqa: E501
|
|
500
|
+
echeck_bank_account_number (str): eCheck bank account number. [optional] # noqa: E501
|
|
501
|
+
echeck_bank_account_type (str): eCheck bank account type. [optional] # noqa: E501
|
|
502
|
+
echeck_bank_name (str): eCheck bank name. [optional] # noqa: E501
|
|
503
|
+
echeck_bank_owner_type (str): eCheck bank owner type. [optional] # noqa: E501
|
|
504
|
+
echeck_customer_tax_id (str): eCheck customer tax id. [optional] # noqa: E501
|
|
505
|
+
echeck_drivers_license_dob (str): eCheck drivers license dob. [optional] # noqa: E501
|
|
506
|
+
echeck_drivers_license_number (str): eCheck drivers license number. [optional] # noqa: E501
|
|
507
|
+
echeck_drivers_license_state (str): eCheck drivers license state. [optional] # noqa: E501
|
|
469
508
|
email (str): Email. [optional] # noqa: E501
|
|
470
509
|
gift (bool): True if this order is a gift. [optional] # noqa: E501
|
|
471
510
|
gift_email (str): Email address of the gift recipient. [optional] # noqa: E501
|
|
@@ -632,6 +671,16 @@ class ChannelPartnerOrder(ModelNormal):
|
|
|
632
671
|
custom_field6 (str): Custom field 6. [optional] # noqa: E501
|
|
633
672
|
custom_field7 (str): Custom field 7. [optional] # noqa: E501
|
|
634
673
|
delivery_date (str): Date the customer is requesting delivery on. Typically used for perishable product delivery.. [optional] # noqa: E501
|
|
674
|
+
echeck_bank_aba_code (str): eCheck bank ABA code. [optional] # noqa: E501
|
|
675
|
+
echeck_bank_account_name (str): eCheck bank account name. [optional] # noqa: E501
|
|
676
|
+
echeck_bank_account_number (str): eCheck bank account number. [optional] # noqa: E501
|
|
677
|
+
echeck_bank_account_type (str): eCheck bank account type. [optional] # noqa: E501
|
|
678
|
+
echeck_bank_name (str): eCheck bank name. [optional] # noqa: E501
|
|
679
|
+
echeck_bank_owner_type (str): eCheck bank owner type. [optional] # noqa: E501
|
|
680
|
+
echeck_customer_tax_id (str): eCheck customer tax id. [optional] # noqa: E501
|
|
681
|
+
echeck_drivers_license_dob (str): eCheck drivers license dob. [optional] # noqa: E501
|
|
682
|
+
echeck_drivers_license_number (str): eCheck drivers license number. [optional] # noqa: E501
|
|
683
|
+
echeck_drivers_license_state (str): eCheck drivers license state. [optional] # noqa: E501
|
|
635
684
|
email (str): Email. [optional] # noqa: E501
|
|
636
685
|
gift (bool): True if this order is a gift. [optional] # noqa: E501
|
|
637
686
|
gift_email (str): Email address of the gift recipient. [optional] # noqa: E501
|
|
@@ -107,6 +107,7 @@ class ConversationPbxAudio(ModelNormal):
|
|
|
107
107
|
'filename': (str,), # noqa: E501
|
|
108
108
|
'merchant_id': (str,), # noqa: E501
|
|
109
109
|
'mime_type': (str,), # noqa: E501
|
|
110
|
+
'url': (str,), # noqa: E501
|
|
110
111
|
'user_id': (int,), # noqa: E501
|
|
111
112
|
'version': (int,), # noqa: E501
|
|
112
113
|
}
|
|
@@ -124,6 +125,7 @@ class ConversationPbxAudio(ModelNormal):
|
|
|
124
125
|
'filename': 'filename', # noqa: E501
|
|
125
126
|
'merchant_id': 'merchant_id', # noqa: E501
|
|
126
127
|
'mime_type': 'mime_type', # noqa: E501
|
|
128
|
+
'url': 'url', # noqa: E501
|
|
127
129
|
'user_id': 'user_id', # noqa: E501
|
|
128
130
|
'version': 'version', # noqa: E501
|
|
129
131
|
}
|
|
@@ -176,6 +178,7 @@ class ConversationPbxAudio(ModelNormal):
|
|
|
176
178
|
filename (str): Filename. [optional] # noqa: E501
|
|
177
179
|
merchant_id (str): Merchant Id. [optional] # noqa: E501
|
|
178
180
|
mime_type (str): Mime Type. [optional] # noqa: E501
|
|
181
|
+
url (str): URL. [optional] # noqa: E501
|
|
179
182
|
user_id (int): User Id. [optional] # noqa: E501
|
|
180
183
|
version (int): Version. [optional] # noqa: E501
|
|
181
184
|
"""
|
|
@@ -270,6 +273,7 @@ class ConversationPbxAudio(ModelNormal):
|
|
|
270
273
|
filename (str): Filename. [optional] # noqa: E501
|
|
271
274
|
merchant_id (str): Merchant Id. [optional] # noqa: E501
|
|
272
275
|
mime_type (str): Mime Type. [optional] # noqa: E501
|
|
276
|
+
url (str): URL. [optional] # noqa: E501
|
|
273
277
|
user_id (int): User Id. [optional] # noqa: E501
|
|
274
278
|
version (int): Version. [optional] # noqa: E501
|
|
275
279
|
"""
|
ultracart/model/order_utm.py
CHANGED
|
@@ -95,6 +95,12 @@ class OrderUtm(ModelNormal):
|
|
|
95
95
|
'fbclid': (str,), # noqa: E501
|
|
96
96
|
'gbraid': (str,), # noqa: E501
|
|
97
97
|
'glcid': (str,), # noqa: E501
|
|
98
|
+
'itm_campaign': (str,), # noqa: E501
|
|
99
|
+
'itm_content': (str,), # noqa: E501
|
|
100
|
+
'itm_id': (str,), # noqa: E501
|
|
101
|
+
'itm_medium': (str,), # noqa: E501
|
|
102
|
+
'itm_source': (str,), # noqa: E501
|
|
103
|
+
'itm_term': (str,), # noqa: E501
|
|
98
104
|
'msclkid': (str,), # noqa: E501
|
|
99
105
|
'ttclid': (str,), # noqa: E501
|
|
100
106
|
'uc_message_id': (str,), # noqa: E501
|
|
@@ -127,6 +133,12 @@ class OrderUtm(ModelNormal):
|
|
|
127
133
|
'fbclid': 'fbclid', # noqa: E501
|
|
128
134
|
'gbraid': 'gbraid', # noqa: E501
|
|
129
135
|
'glcid': 'glcid', # noqa: E501
|
|
136
|
+
'itm_campaign': 'itm_campaign', # noqa: E501
|
|
137
|
+
'itm_content': 'itm_content', # noqa: E501
|
|
138
|
+
'itm_id': 'itm_id', # noqa: E501
|
|
139
|
+
'itm_medium': 'itm_medium', # noqa: E501
|
|
140
|
+
'itm_source': 'itm_source', # noqa: E501
|
|
141
|
+
'itm_term': 'itm_term', # noqa: E501
|
|
130
142
|
'msclkid': 'msclkid', # noqa: E501
|
|
131
143
|
'ttclid': 'ttclid', # noqa: E501
|
|
132
144
|
'uc_message_id': 'uc_message_id', # noqa: E501
|
|
@@ -194,6 +206,12 @@ class OrderUtm(ModelNormal):
|
|
|
194
206
|
fbclid (str): [optional] # noqa: E501
|
|
195
207
|
gbraid (str): [optional] # noqa: E501
|
|
196
208
|
glcid (str): [optional] # noqa: E501
|
|
209
|
+
itm_campaign (str): [optional] # noqa: E501
|
|
210
|
+
itm_content (str): [optional] # noqa: E501
|
|
211
|
+
itm_id (str): [optional] # noqa: E501
|
|
212
|
+
itm_medium (str): [optional] # noqa: E501
|
|
213
|
+
itm_source (str): [optional] # noqa: E501
|
|
214
|
+
itm_term (str): [optional] # noqa: E501
|
|
197
215
|
msclkid (str): [optional] # noqa: E501
|
|
198
216
|
ttclid (str): [optional] # noqa: E501
|
|
199
217
|
uc_message_id (str): [optional] # noqa: E501
|
|
@@ -303,6 +321,12 @@ class OrderUtm(ModelNormal):
|
|
|
303
321
|
fbclid (str): [optional] # noqa: E501
|
|
304
322
|
gbraid (str): [optional] # noqa: E501
|
|
305
323
|
glcid (str): [optional] # noqa: E501
|
|
324
|
+
itm_campaign (str): [optional] # noqa: E501
|
|
325
|
+
itm_content (str): [optional] # noqa: E501
|
|
326
|
+
itm_id (str): [optional] # noqa: E501
|
|
327
|
+
itm_medium (str): [optional] # noqa: E501
|
|
328
|
+
itm_source (str): [optional] # noqa: E501
|
|
329
|
+
itm_term (str): [optional] # noqa: E501
|
|
306
330
|
msclkid (str): [optional] # noqa: E501
|
|
307
331
|
ttclid (str): [optional] # noqa: E501
|
|
308
332
|
uc_message_id (str): [optional] # noqa: E501
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
ultracart/__init__.py,sha256=
|
|
2
|
-
ultracart/api_client.py,sha256=
|
|
3
|
-
ultracart/configuration.py,sha256=
|
|
1
|
+
ultracart/__init__.py,sha256=j1LG4VLpLiVjwV6IgCJ_ukApSkDeZ9d9rYdqeN7nUok,699
|
|
2
|
+
ultracart/api_client.py,sha256=oUd6ou7UuQ7dygQt0ms56zWarAGfT5b06R5nma58DRw,39072
|
|
3
|
+
ultracart/configuration.py,sha256=9yjVQXmyH3a98Tk96HzpXLp1Pkm34kXvmoboinVXWeA,17842
|
|
4
4
|
ultracart/exceptions.py,sha256=dwRtrWJsW4H_jKk3B1w2chykcQ7E2FSlhftUByD9e9E,5069
|
|
5
5
|
ultracart/model_utils.py,sha256=X_RAfA-TlvDKBICnIve7PPVDM34Nl58aV1bqCrVmoTo,82574
|
|
6
6
|
ultracart/rest.py,sha256=2lM6zwrjGp_SjkddamoKdpk3jFuc8Ow7fKIXRdKNp24,14268
|
|
@@ -76,7 +76,7 @@ ultracart/model/cart_affiliate.py,sha256=NvnFyTzWeT_d3DD83h5s70JxYTdp-uQrZYMo3Nt
|
|
|
76
76
|
ultracart/model/cart_affirm_checkout_response.py,sha256=3jLmkTEHni3df3VXWU84QK9yApbpv3wXRe72dZglWTk,11808
|
|
77
77
|
ultracart/model/cart_billing.py,sha256=NrRWo0nTumwsuh2dXfDZ0Z1po8LfklIb35Lv6q-yvMI,16564
|
|
78
78
|
ultracart/model/cart_buysafe.py,sha256=9_Px64m9DvKa0422DZyeJxLoUXHwTG8PyVY9hj6I-iY,13145
|
|
79
|
-
ultracart/model/cart_checkout.py,sha256=
|
|
79
|
+
ultracart/model/cart_checkout.py,sha256=15DYnO5CaKcOFaAmNjNlsrqtKLw61pQqn77ldLt-c9k,17323
|
|
80
80
|
ultracart/model/cart_coupon.py,sha256=n4TPSWr-d5nDtcs6twhX2NB2YGSI0tDTopHzXBtBXB8,11440
|
|
81
81
|
ultracart/model/cart_currency_conversion.py,sha256=77Xxc5s15wtmkLbDrmuyQnlkzBy8gu4bbg4za6nnWvM,12087
|
|
82
82
|
ultracart/model/cart_customer_profile.py,sha256=0ButbDYJuXjElhdVrmBMgwyictY03Ro14h5m-mXUCcg,19383
|
|
@@ -136,7 +136,7 @@ ultracart/model/channel_partner_cancel_response.py,sha256=jUOeYsm5CqtHInXWujdpHJ
|
|
|
136
136
|
ultracart/model/channel_partner_estimate_shipping_response.py,sha256=Y1mG1FK9UEoTaYBvGwt2Eiod4r0oabWfUbUnY_Hfuwc,13090
|
|
137
137
|
ultracart/model/channel_partner_estimate_tax_response.py,sha256=deJ8MMWfw9UjYXqyBFRiC6WYQKF4JnqAkzLK5MfEd6U,12744
|
|
138
138
|
ultracart/model/channel_partner_import_response.py,sha256=Oyt0Q-5zzTKQkOl8e2YtdruLR-TWJWPymKW0vYwEoI4,13430
|
|
139
|
-
ultracart/model/channel_partner_order.py,sha256=
|
|
139
|
+
ultracart/model/channel_partner_order.py,sha256=bpKzUix5Hfac1qmCrU_JAARs-_BZoilr3fzLofuEKzY,45296
|
|
140
140
|
ultracart/model/channel_partner_order_item.py,sha256=JWKbD-NtLFI--C6Ob613sNwtbQQOEt7mkfSTAY2NEAU,14596
|
|
141
141
|
ultracart/model/channel_partner_order_item_option.py,sha256=PXlQNBEXO00Ef4I7TE_yFAYfogbH-3sef5YleCruBnk,11741
|
|
142
142
|
ultracart/model/channel_partner_order_transaction.py,sha256=iJc9N5cr57Od203rNJYf3u9ZTqmR5ZQb-uutw4S3pQE,12195
|
|
@@ -200,7 +200,7 @@ ultracart/model/conversation_participant.py,sha256=AL9wPJxm2TozPN31HbUisIv6AhvTL
|
|
|
200
200
|
ultracart/model/conversation_pbx_agent.py,sha256=aHLJ_UGwMLAJYZa-bI_2fIVgg7MWBjVgr5EgKKJGU0Q,14594
|
|
201
201
|
ultracart/model/conversation_pbx_agent_response.py,sha256=ExYxi_fMSjPzyaBA1U9OODt0Ktn8DSMHlRFiq8vfQ04,12871
|
|
202
202
|
ultracart/model/conversation_pbx_agents_response.py,sha256=DsJzAkoq_3y8maXw3rlGTfshJnZK9gG0sdVO5WnFjTQ,12885
|
|
203
|
-
ultracart/model/conversation_pbx_audio.py,sha256=
|
|
203
|
+
ultracart/model/conversation_pbx_audio.py,sha256=0SF54E2KA7HeOb8szFIeydhTuilStBu7cbE3A0GX_JA,14218
|
|
204
204
|
ultracart/model/conversation_pbx_audio_response.py,sha256=D0fZUpw22P5QXSvfEp756d67ArwTSsNiBJzye9_pH3E,12871
|
|
205
205
|
ultracart/model/conversation_pbx_audio_upload_url.py,sha256=h3KlzvgL2QkDEdx6-55qB2xI4wHehOM5Dv4tKhkbh_g,11604
|
|
206
206
|
ultracart/model/conversation_pbx_audio_upload_url_response.py,sha256=gXXooQs_zWA_qwMEJoFywCcZedNzFXbNyKkfhaeukF0,13103
|
|
@@ -697,7 +697,7 @@ ultracart/model/order_token_response.py,sha256=HX53gJ6_G8Ifll-jc12Vu3FB2_w_5_J39
|
|
|
697
697
|
ultracart/model/order_tracking_number_detail.py,sha256=COyjRV94ApPrwheZBIGxquZy7TruRsage5-35tDcHkQ,14014
|
|
698
698
|
ultracart/model/order_tracking_number_details.py,sha256=2gibQ2Skhyc0jEwwspXiGsxbbJTMfDGYzPM1L6ryEkM,16062
|
|
699
699
|
ultracart/model/order_transactional_merchant_note.py,sha256=LqxIlPcc8gDDvrcfIOdmoRQQ5my49Ial-knJ5eHHgog,12199
|
|
700
|
-
ultracart/model/order_utm.py,sha256=
|
|
700
|
+
ultracart/model/order_utm.py,sha256=WijwQwM1z0uBWwl2PzxfMGmE3Y8Lz11gYIFOyzzHvm4,18198
|
|
701
701
|
ultracart/model/order_validation_request.py,sha256=5HojsjTF-bhOyvc7twg-yAZRJQIdBvOvlDNWPqgpR1c,11797
|
|
702
702
|
ultracart/model/order_validation_response.py,sha256=75YUEcSvOHtq7Kt90K6mr18qRmTSOqFf8fHLyjOKyRM,12326
|
|
703
703
|
ultracart/model/orders_response.py,sha256=tJZs-I7nB_eQ2E6ehT-hyCfzATnLjQk31Tlw5qjCKLM,12749
|
|
@@ -877,8 +877,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
|
|
|
877
877
|
ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
|
|
878
878
|
ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
|
|
879
879
|
ultracart/models/__init__.py,sha256=0VZcMHj-u6Zc6EOw-mQH_PPHT2FtR1T1Lzjalm0RbLI,65370
|
|
880
|
-
ultracart_rest_sdk-4.0.
|
|
881
|
-
ultracart_rest_sdk-4.0.
|
|
882
|
-
ultracart_rest_sdk-4.0.
|
|
883
|
-
ultracart_rest_sdk-4.0.
|
|
884
|
-
ultracart_rest_sdk-4.0.
|
|
880
|
+
ultracart_rest_sdk-4.0.216.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
|
|
881
|
+
ultracart_rest_sdk-4.0.216.dist-info/METADATA,sha256=zxQdijEfToCr-eZPBknWxsFLV5Y25gnIolLKqAdoUMQ,403
|
|
882
|
+
ultracart_rest_sdk-4.0.216.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
|
883
|
+
ultracart_rest_sdk-4.0.216.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
|
|
884
|
+
ultracart_rest_sdk-4.0.216.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|