Showing
1 changed file
with
3 additions
and
1 deletions
@@ -289,7 +289,9 @@ public class BuyerOrderPaymentService extends AbstractOrderPaymentService { | @@ -289,7 +289,9 @@ public class BuyerOrderPaymentService extends AbstractOrderPaymentService { | ||
289 | OrderStatus.BUYER_CANCEL_TIMEOUT.getCode(), | 289 | OrderStatus.BUYER_CANCEL_TIMEOUT.getCode(), |
290 | OrderStatus.BUYER_CANCEL_BEFORE_PAY.getCode(), | 290 | OrderStatus.BUYER_CANCEL_BEFORE_PAY.getCode(), |
291 | OrderStatus.SELLER_SHAM_SEND_OUT_AUTO.getCode(), | 291 | OrderStatus.SELLER_SHAM_SEND_OUT_AUTO.getCode(), |
292 | - OrderStatus.SELLER_SHAM_SEND_OUT.getCode()); | 292 | + OrderStatus.SELLER_SHAM_SEND_OUT.getCode(), |
293 | + OrderStatus.BUYER_BLOWN_CUSTOMS_CLEARANCE.getCode(), | ||
294 | + OrderStatus.PLATFORM_BLOWN_CUSTOMS_CLEARANCE.getCode()); | ||
293 | 295 | ||
294 | @Override | 296 | @Override |
295 | public boolean canRefund(OrderInfo orderInfo) { | 297 | public boolean canRefund(OrderInfo orderInfo) { |
-
Please register or login to post a comment