checkout-intents 0.6.0__tar.gz → 0.8.0__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.
- checkout_intents-0.8.0/.release-please-manifest.json +3 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/CHANGELOG.md +16 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/PKG-INFO +1 -1
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/pyproject.toml +1 -1
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_version.py +1 -1
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/resources/checkout_intents.py +12 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/base_checkout_intent.py +9 -1
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/checkout_intent.py +2 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/checkout_intent_create_params.py +9 -1
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/checkout_intent_purchase_params.py +12 -1
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/api_resources/test_checkout_intents.py +18 -0
- checkout_intents-0.6.0/.release-please-manifest.json +0 -3
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/.gitignore +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/CONTRIBUTING.md +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/LICENSE +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/README.md +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/SECURITY.md +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/api.md +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/bin/check-release-environment +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/bin/publish-pypi +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/examples/.keep +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/examples/complete-checkout-intent.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/examples/error-handling.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/noxfile.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/release-please-config.json +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/requirements-dev.lock +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/requirements.lock +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/__init__.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_base_client.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_client.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_compat.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_constants.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_exceptions.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_files.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_models.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_qs.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_resource.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_response.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_streaming.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_types.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/__init__.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_compat.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_datetime_parse.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_logs.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_proxy.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_reflection.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_resources_proxy.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_streams.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_sync.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_transform.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_typing.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_utils.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/lib/.keep +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/pagination.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/py.typed +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/resources/__init__.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/resources/brands.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/__init__.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/brand_retrieve_response.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/buyer.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/buyer_param.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/checkout_intent_add_payment_params.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/checkout_intent_confirm_params.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/checkout_intent_list_params.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/money.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/offer.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/payment_method.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/payment_method_param.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/variant_selection.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/variant_selection_param.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/__init__.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/api_resources/__init__.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/api_resources/test_brands.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/conftest.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/sample_file.txt +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_client.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_deepcopy.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_environment_inference.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_extract_files.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_files.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_models.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_polling.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_qs.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_required_args.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_response.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_streaming.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_transform.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_utils/test_proxy.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/test_utils/test_typing.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/utils.py +0 -0
- {checkout_intents-0.6.0 → checkout_intents-0.8.0}/uv.lock +0 -0
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.8.0 (2025-12-25)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.7.0...v0.8.0](https://github.com/rye-com/checkout-intents-python/compare/v0.7.0...v0.8.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** add support for purchase constraints ([6bfefb8](https://github.com/rye-com/checkout-intents-python/commit/6bfefb8494c05c7ea022f055e7b2644cf99de05e))
|
|
10
|
+
|
|
11
|
+
## 0.7.0 (2025-12-22)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.6.0...v0.7.0](https://github.com/rye-com/checkout-intents-python/compare/v0.6.0...v0.7.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** support promo codes in purchase endpoint ([db9b7ca](https://github.com/rye-com/checkout-intents-python/commit/db9b7caa613c20a0d516930551f89932be8f14d9))
|
|
18
|
+
|
|
3
19
|
## 0.6.0 (2025-12-22)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v0.5.0...v0.6.0](https://github.com/rye-com/checkout-intents-python/compare/v0.5.0...v0.6.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: checkout-intents
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8.0
|
|
4
4
|
Summary: The official Python library for the Checkout Intents API
|
|
5
5
|
Project-URL: Homepage, https://github.com/rye-com/checkout-intents-python
|
|
6
6
|
Project-URL: Repository, https://github.com/rye-com/checkout-intents-python
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/resources/checkout_intents.py
RENAMED
|
@@ -71,6 +71,7 @@ class CheckoutIntentsResource(SyncAPIResource):
|
|
|
71
71
|
buyer: BuyerParam,
|
|
72
72
|
product_url: str,
|
|
73
73
|
quantity: float,
|
|
74
|
+
constraints: checkout_intent_create_params.Constraints | Omit = omit,
|
|
74
75
|
promo_codes: SequenceNotStr[str] | Omit = omit,
|
|
75
76
|
variant_selections: Iterable[VariantSelectionParam] | Omit = omit,
|
|
76
77
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
@@ -101,6 +102,7 @@ class CheckoutIntentsResource(SyncAPIResource):
|
|
|
101
102
|
"buyer": buyer,
|
|
102
103
|
"product_url": product_url,
|
|
103
104
|
"quantity": quantity,
|
|
105
|
+
"constraints": constraints,
|
|
104
106
|
"promo_codes": promo_codes,
|
|
105
107
|
"variant_selections": variant_selections,
|
|
106
108
|
},
|
|
@@ -294,6 +296,8 @@ class CheckoutIntentsResource(SyncAPIResource):
|
|
|
294
296
|
buyer: BuyerParam,
|
|
295
297
|
product_url: str,
|
|
296
298
|
quantity: float,
|
|
299
|
+
constraints: checkout_intent_purchase_params.Constraints | Omit = omit,
|
|
300
|
+
promo_codes: SequenceNotStr[str] | Omit = omit,
|
|
297
301
|
variant_selections: Iterable[VariantSelectionParam] | Omit = omit,
|
|
298
302
|
payment_method: PaymentMethodParam,
|
|
299
303
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
@@ -329,6 +333,8 @@ class CheckoutIntentsResource(SyncAPIResource):
|
|
|
329
333
|
"payment_method": payment_method,
|
|
330
334
|
"product_url": product_url,
|
|
331
335
|
"quantity": quantity,
|
|
336
|
+
"constraints": constraints,
|
|
337
|
+
"promo_codes": promo_codes,
|
|
332
338
|
"variant_selections": variant_selections,
|
|
333
339
|
},
|
|
334
340
|
checkout_intent_purchase_params.CheckoutIntentPurchaseParams
|
|
@@ -726,6 +732,7 @@ class AsyncCheckoutIntentsResource(AsyncAPIResource):
|
|
|
726
732
|
buyer: BuyerParam,
|
|
727
733
|
product_url: str,
|
|
728
734
|
quantity: float,
|
|
735
|
+
constraints: checkout_intent_create_params.Constraints | Omit = omit,
|
|
729
736
|
promo_codes: SequenceNotStr[str] | Omit = omit,
|
|
730
737
|
variant_selections: Iterable[VariantSelectionParam] | Omit = omit,
|
|
731
738
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
@@ -756,6 +763,7 @@ class AsyncCheckoutIntentsResource(AsyncAPIResource):
|
|
|
756
763
|
"buyer": buyer,
|
|
757
764
|
"product_url": product_url,
|
|
758
765
|
"quantity": quantity,
|
|
766
|
+
"constraints": constraints,
|
|
759
767
|
"promo_codes": promo_codes,
|
|
760
768
|
"variant_selections": variant_selections,
|
|
761
769
|
},
|
|
@@ -949,6 +957,8 @@ class AsyncCheckoutIntentsResource(AsyncAPIResource):
|
|
|
949
957
|
buyer: BuyerParam,
|
|
950
958
|
product_url: str,
|
|
951
959
|
quantity: float,
|
|
960
|
+
constraints: checkout_intent_purchase_params.Constraints | Omit = omit,
|
|
961
|
+
promo_codes: SequenceNotStr[str] | Omit = omit,
|
|
952
962
|
variant_selections: Iterable[VariantSelectionParam] | Omit = omit,
|
|
953
963
|
payment_method: PaymentMethodParam,
|
|
954
964
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
@@ -984,6 +994,8 @@ class AsyncCheckoutIntentsResource(AsyncAPIResource):
|
|
|
984
994
|
"payment_method": payment_method,
|
|
985
995
|
"product_url": product_url,
|
|
986
996
|
"quantity": quantity,
|
|
997
|
+
"constraints": constraints,
|
|
998
|
+
"promo_codes": promo_codes,
|
|
987
999
|
"variant_selections": variant_selections,
|
|
988
1000
|
},
|
|
989
1001
|
checkout_intent_purchase_params.CheckoutIntentPurchaseParams
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/base_checkout_intent.py
RENAMED
|
@@ -9,7 +9,13 @@ from .buyer import Buyer
|
|
|
9
9
|
from .._models import BaseModel
|
|
10
10
|
from .variant_selection import VariantSelection
|
|
11
11
|
|
|
12
|
-
__all__ = ["BaseCheckoutIntent"]
|
|
12
|
+
__all__ = ["BaseCheckoutIntent", "Constraints"]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class Constraints(BaseModel):
|
|
16
|
+
max_shipping_price: Optional[int] = FieldInfo(alias="maxShippingPrice", default=None)
|
|
17
|
+
|
|
18
|
+
max_total_price: Optional[int] = FieldInfo(alias="maxTotalPrice", default=None)
|
|
13
19
|
|
|
14
20
|
|
|
15
21
|
class BaseCheckoutIntent(BaseModel):
|
|
@@ -23,6 +29,8 @@ class BaseCheckoutIntent(BaseModel):
|
|
|
23
29
|
|
|
24
30
|
quantity: float
|
|
25
31
|
|
|
32
|
+
constraints: Optional[Constraints] = None
|
|
33
|
+
|
|
26
34
|
promo_codes: Optional[List[str]] = FieldInfo(alias="promoCodes", default=None)
|
|
27
35
|
|
|
28
36
|
variant_selections: Optional[List[VariantSelection]] = FieldInfo(alias="variantSelections", default=None)
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/checkout_intent.py
RENAMED
|
@@ -71,6 +71,8 @@ class FailedCheckoutIntentFailureReason(BaseModel):
|
|
|
71
71
|
"form_validation_error",
|
|
72
72
|
"captcha_blocked",
|
|
73
73
|
"bot_protection_blocked",
|
|
74
|
+
"constraint_total_price_exceeded",
|
|
75
|
+
"constraint_shipping_cost_exceeded",
|
|
74
76
|
"unknown",
|
|
75
77
|
]
|
|
76
78
|
"""Type derived from runtime array - always in sync"""
|
|
@@ -10,7 +10,7 @@ from .._utils import PropertyInfo
|
|
|
10
10
|
from .buyer_param import BuyerParam
|
|
11
11
|
from .variant_selection_param import VariantSelectionParam
|
|
12
12
|
|
|
13
|
-
__all__ = ["CheckoutIntentCreateParams"]
|
|
13
|
+
__all__ = ["CheckoutIntentCreateParams", "Constraints"]
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class CheckoutIntentCreateParams(TypedDict, total=False):
|
|
@@ -20,6 +20,14 @@ class CheckoutIntentCreateParams(TypedDict, total=False):
|
|
|
20
20
|
|
|
21
21
|
quantity: Required[float]
|
|
22
22
|
|
|
23
|
+
constraints: Constraints
|
|
24
|
+
|
|
23
25
|
promo_codes: Annotated[SequenceNotStr[str], PropertyInfo(alias="promoCodes")]
|
|
24
26
|
|
|
25
27
|
variant_selections: Annotated[Iterable[VariantSelectionParam], PropertyInfo(alias="variantSelections")]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
class Constraints(TypedDict, total=False):
|
|
31
|
+
max_shipping_price: Annotated[int, PropertyInfo(alias="maxShippingPrice")]
|
|
32
|
+
|
|
33
|
+
max_total_price: Annotated[int, PropertyInfo(alias="maxTotalPrice")]
|
|
@@ -5,12 +5,13 @@ from __future__ import annotations
|
|
|
5
5
|
from typing import Iterable
|
|
6
6
|
from typing_extensions import Required, Annotated, TypedDict
|
|
7
7
|
|
|
8
|
+
from .._types import SequenceNotStr
|
|
8
9
|
from .._utils import PropertyInfo
|
|
9
10
|
from .buyer_param import BuyerParam
|
|
10
11
|
from .payment_method_param import PaymentMethodParam
|
|
11
12
|
from .variant_selection_param import VariantSelectionParam
|
|
12
13
|
|
|
13
|
-
__all__ = ["CheckoutIntentPurchaseParams"]
|
|
14
|
+
__all__ = ["CheckoutIntentPurchaseParams", "Constraints"]
|
|
14
15
|
|
|
15
16
|
|
|
16
17
|
class CheckoutIntentPurchaseParams(TypedDict, total=False):
|
|
@@ -22,4 +23,14 @@ class CheckoutIntentPurchaseParams(TypedDict, total=False):
|
|
|
22
23
|
|
|
23
24
|
quantity: Required[float]
|
|
24
25
|
|
|
26
|
+
constraints: Constraints
|
|
27
|
+
|
|
28
|
+
promo_codes: Annotated[SequenceNotStr[str], PropertyInfo(alias="promoCodes")]
|
|
29
|
+
|
|
25
30
|
variant_selections: Annotated[Iterable[VariantSelectionParam], PropertyInfo(alias="variantSelections")]
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class Constraints(TypedDict, total=False):
|
|
34
|
+
max_shipping_price: Annotated[int, PropertyInfo(alias="maxShippingPrice")]
|
|
35
|
+
|
|
36
|
+
max_total_price: Annotated[int, PropertyInfo(alias="maxTotalPrice")]
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/tests/api_resources/test_checkout_intents.py
RENAMED
|
@@ -58,6 +58,10 @@ class TestCheckoutIntents:
|
|
|
58
58
|
},
|
|
59
59
|
product_url="productUrl",
|
|
60
60
|
quantity=1,
|
|
61
|
+
constraints={
|
|
62
|
+
"max_shipping_price": 500,
|
|
63
|
+
"max_total_price": 100000,
|
|
64
|
+
},
|
|
61
65
|
promo_codes=["string"],
|
|
62
66
|
variant_selections=[
|
|
63
67
|
{
|
|
@@ -386,6 +390,11 @@ class TestCheckoutIntents:
|
|
|
386
390
|
},
|
|
387
391
|
product_url="productUrl",
|
|
388
392
|
quantity=1,
|
|
393
|
+
constraints={
|
|
394
|
+
"max_shipping_price": 500,
|
|
395
|
+
"max_total_price": 100000,
|
|
396
|
+
},
|
|
397
|
+
promo_codes=["string"],
|
|
389
398
|
variant_selections=[
|
|
390
399
|
{
|
|
391
400
|
"label": "Size, Color, etc.",
|
|
@@ -497,6 +506,10 @@ class TestAsyncCheckoutIntents:
|
|
|
497
506
|
},
|
|
498
507
|
product_url="productUrl",
|
|
499
508
|
quantity=1,
|
|
509
|
+
constraints={
|
|
510
|
+
"max_shipping_price": 500,
|
|
511
|
+
"max_total_price": 100000,
|
|
512
|
+
},
|
|
500
513
|
promo_codes=["string"],
|
|
501
514
|
variant_selections=[
|
|
502
515
|
{
|
|
@@ -825,6 +838,11 @@ class TestAsyncCheckoutIntents:
|
|
|
825
838
|
},
|
|
826
839
|
product_url="productUrl",
|
|
827
840
|
quantity=1,
|
|
841
|
+
constraints={
|
|
842
|
+
"max_shipping_price": 500,
|
|
843
|
+
"max_total_price": 100000,
|
|
844
|
+
},
|
|
845
|
+
promo_codes=["string"],
|
|
828
846
|
variant_selections=[
|
|
829
847
|
{
|
|
830
848
|
"label": "Size, Color, etc.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_datetime_parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_reflection.py
RENAMED
|
File without changes
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/_utils/_resources_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/resources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/payment_method.py
RENAMED
|
File without changes
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/payment_method_param.py
RENAMED
|
File without changes
|
{checkout_intents-0.6.0 → checkout_intents-0.8.0}/src/checkout_intents/types/variant_selection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|