This commit is contained in:
2026-02-25 14:33:11 +08:00
parent beffc91b8e
commit 9060de7d1b
2 changed files with 3 additions and 1 deletions
@@ -352,6 +352,6 @@ class Refund extends EntityParse
return RefundType::RETURN_AND_REFUND->value;
}
return RefundType::REFUND_ONLY->value;
return RefundType::RETURN_BEFORE_SHIPPING->value;
}
}