diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-11 19:17:52 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-11 19:17:52 -0500 |
| commit | 9dbef9843e2a63c04ed26f7c11d184d8925f2eb5 (patch) | |
| tree | 6aa98dde61530f5b2401ad16b0f881fa9dc9e132 /StoneIsland/www/js/sdk/shipping.js | |
| parent | e49d68aa34532bbdf9d8d942f9d7e2532454e55d (diff) | |
| parent | 26c059e0e459aa2088355c82fccfb637991ec229 (diff) | |
determine whats in inventory from ModelColorSize arrays
Diffstat (limited to 'StoneIsland/www/js/sdk/shipping.js')
| -rw-r--r-- | StoneIsland/www/js/sdk/shipping.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/StoneIsland/www/js/sdk/shipping.js b/StoneIsland/www/js/sdk/shipping.js index 71e0267f..1a148b23 100644 --- a/StoneIsland/www/js/sdk/shipping.js +++ b/StoneIsland/www/js/sdk/shipping.js @@ -53,7 +53,10 @@ sdk.shipping = (function() { "x-yoox-cart-token": sdk.cart.token, }, success: function(data){ + console.log("delivery types") console.log(data) + // *returning an error here* + // [types] not valid.. investigate opt.success(data['DeliveryTypes']['Types']) }, error: opt.error, @@ -72,7 +75,7 @@ sdk.shipping = (function() { "Id": opt.id, }, success: function(data){ - console.log(data) + //console.log(data) opt.success(data) }, error: opt.error, @@ -80,4 +83,4 @@ sdk.shipping = (function() { } return shipping -})()
\ No newline at end of file +})() |
