Comparing version 0.4.7 to 0.4.8
# ae_sdk | ||
## 0.4.8 | ||
### Patch Changes | ||
- Ensure API returns predefined types #3 | ||
## 0.4.7 | ||
@@ -4,0 +10,0 @@ |
@@ -433,3 +433,3 @@ "use strict"; | ||
}) { | ||
return yield this.execute("aliexpress.trade.buy.placeorder", { | ||
let response = yield this.execute("aliexpress.trade.buy.placeorder", { | ||
param_place_order_request4_open_api_d_t_o: JSON.stringify({ | ||
@@ -440,2 +440,6 @@ logistics_address, | ||
}); | ||
if (response.ok && response.data.aliexpress_trade_buy_placeorder_response.result.is_success) { | ||
response.data.aliexpress_trade_buy_placeorder_response.result.order_list = response.data.aliexpress_trade_buy_placeorder_response.result.order_list.number; | ||
} | ||
return response; | ||
}); | ||
@@ -442,0 +446,0 @@ } |
{ | ||
"name": "ae_sdk", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "A simple SDK for Aliexpress (dropshipping and affiliate) APIs.", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154896
2649