update shopee refund parse
This commit is contained in:
@@ -354,4 +354,14 @@ class Refund extends EntityParse
|
||||
|
||||
return RefundType::RETURN_BEFORE_SHIPPING->value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Shopee 的退款包含子项,因此 确定有父退款
|
||||
*/
|
||||
public function hasParentRefund(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user