Showing
1 changed file
with
2 additions
and
1 deletions
@@ -431,7 +431,8 @@ public class BuyerOrderPaymentService extends AbstractOrderPaymentService { | @@ -431,7 +431,8 @@ public class BuyerOrderPaymentService extends AbstractOrderPaymentService { | ||
431 | OrderStatus.SELLER_SHAM_SEND_OUT_AUTO.getCode(), | 431 | OrderStatus.SELLER_SHAM_SEND_OUT_AUTO.getCode(), |
432 | OrderStatus.SELLER_SHAM_SEND_OUT.getCode(), | 432 | OrderStatus.SELLER_SHAM_SEND_OUT.getCode(), |
433 | OrderStatus.BUYER_BLOWN_CUSTOMS_CLEARANCE.getCode(), | 433 | OrderStatus.BUYER_BLOWN_CUSTOMS_CLEARANCE.getCode(), |
434 | - OrderStatus.PLATFORM_BLOWN_CUSTOMS_CLEARANCE.getCode()); | 434 | + OrderStatus.PLATFORM_BLOWN_CUSTOMS_CLEARANCE.getCode(), |
435 | + OrderStatus.PLATFORM_DETECTION_NOT_PASS.getCode()); | ||
435 | 436 | ||
436 | @Override | 437 | @Override |
437 | public boolean canRefund(OrderInfo orderInfo) { | 438 | public boolean canRefund(OrderInfo orderInfo) { |
-
Please register or login to post a comment