asharif / packit4me.com

5 stars 0 forks source link

Raw call, bin id all are 0 #28

Closed TooAngel closed 6 years ago

TooAngel commented 6 years ago
    id: '0',
    size_1: 118,
    size_2: 78,
    size_3: 117,
    weight_limit: 0,
    curr_weight: 0,
    item_count: 3,
    items: [ [Object], [Object], [Object] ] },
  { size: '118 x 78 x 218',
    id: '0',
    size_1: 118,
    size_2: 78,
    size_3: 218,
    weight_limit: 0,
    curr_weight: 0,
    item_count: 4,
    items: [ [Object], [Object], [Object], [Object] ] },
  { size: '231 x 98 x 218',
    id: '0',
    size_1: 231,
    size_2: 98,
    size_3: 218,
    weight_limit: 0,
    curr_weight: 0,
    item_count: 2,
    items: [ [Object], [Object] ] } ]

The Id of each bin is 0, I guess these should be the Ids for the preview call.

TooAngel commented 6 years ago

Nevermind, I'm stupid