ultracart-rest-sdk 4.0.215__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_rest_sdk-4.0.215.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/METADATA +1 -1
- {ultracart_rest_sdk-4.0.215.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/RECORD +9 -9
- {ultracart_rest_sdk-4.0.215.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/LICENSE +0 -0
- {ultracart_rest_sdk-4.0.215.dist-info → ultracart_rest_sdk-4.0.216.dist-info}/WHEEL +0 -0
- {ultracart_rest_sdk-4.0.215.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
|
|
@@ -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
|
|
@@ -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
|