|
3 | 3 | """
|
4 | 4 | Hostinger API Python SDK
|
5 | 5 |
|
6 |
| - API Version: 0.0.17 |
| 6 | + API Version: 0.0.20 |
7 | 7 |
|
8 | 8 | NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
9 | 9 | If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
@@ -49,7 +49,7 @@ def create_new_service_order_v1(
|
49 | 49 | ) -> BillingV1OrderOrderResource:
|
50 | 50 | """Create new service order
|
51 | 51 |
|
52 |
| - This endpoint creates a new service order. To place order, you need to provide payment method ID and list of price items from the catalog endpoint together with quantity. Coupons also can be provided during order creation. Orders created using this endpoint will be set for automatically renewal. |
| 52 | + This endpoint creates a new service order. To place order, you need to provide payment method ID and list of price items from the catalog endpoint together with quantity. Coupons also can be provided during order creation. Orders created using this endpoint will be set for automatic renewal. Some `credit_card` payments might need additional verification, rendering purchase unprocessed. We recommend use other payment methods than `credit_card` if you encounter this issue. |
53 | 53 |
|
54 | 54 | :param billing_v1_order_store_request: (required)
|
55 | 55 | :type billing_v1_order_store_request: BillingV1OrderStoreRequest
|
@@ -119,7 +119,7 @@ def create_new_service_order_v1_with_http_info(
|
119 | 119 | ) -> ApiResponse[BillingV1OrderOrderResource]:
|
120 | 120 | """Create new service order
|
121 | 121 |
|
122 |
| - This endpoint creates a new service order. To place order, you need to provide payment method ID and list of price items from the catalog endpoint together with quantity. Coupons also can be provided during order creation. Orders created using this endpoint will be set for automatically renewal. |
| 122 | + This endpoint creates a new service order. To place order, you need to provide payment method ID and list of price items from the catalog endpoint together with quantity. Coupons also can be provided during order creation. Orders created using this endpoint will be set for automatic renewal. Some `credit_card` payments might need additional verification, rendering purchase unprocessed. We recommend use other payment methods than `credit_card` if you encounter this issue. |
123 | 123 |
|
124 | 124 | :param billing_v1_order_store_request: (required)
|
125 | 125 | :type billing_v1_order_store_request: BillingV1OrderStoreRequest
|
@@ -189,7 +189,7 @@ def create_new_service_order_v1_without_preload_content(
|
189 | 189 | ) -> RESTResponseType:
|
190 | 190 | """Create new service order
|
191 | 191 |
|
192 |
| - This endpoint creates a new service order. To place order, you need to provide payment method ID and list of price items from the catalog endpoint together with quantity. Coupons also can be provided during order creation. Orders created using this endpoint will be set for automatically renewal. |
| 192 | + This endpoint creates a new service order. To place order, you need to provide payment method ID and list of price items from the catalog endpoint together with quantity. Coupons also can be provided during order creation. Orders created using this endpoint will be set for automatic renewal. Some `credit_card` payments might need additional verification, rendering purchase unprocessed. We recommend use other payment methods than `credit_card` if you encounter this issue. |
193 | 193 |
|
194 | 194 | :param billing_v1_order_store_request: (required)
|
195 | 195 | :type billing_v1_order_store_request: BillingV1OrderStoreRequest
|
|
0 commit comments