Showing
1 changed file
with
1 additions
and
1 deletions
@@ -102,7 +102,7 @@ function tranformPayment(data, orderInfo) { | @@ -102,7 +102,7 @@ function tranformPayment(data, orderInfo) { | ||
102 | obj.size = good.size_name; | 102 | obj.size = good.size_name; |
103 | obj.count = good.buy_number; | 103 | obj.count = good.buy_number; |
104 | obj.price = good.last_price; | 104 | obj.price = good.last_price; |
105 | - obj.isLimitSkn = good.is_limited === 'Y'; | 105 | + obj.isLimitSkn = good.is_limit_skn === 'Y'; |
106 | 106 | ||
107 | if (good.good_type === 'gift' && good.is_advance === 'Y') { | 107 | if (good.good_type === 'gift' && good.is_advance === 'Y') { |
108 | obj.gift = true; | 108 | obj.gift = true; |
-
Please register or login to post a comment