diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index 70318c1..903a3d6 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -272,7 +272,7 @@ class PaymentService extends AbstractService 'member_id' => $user->member_id, 'split_member_id' => $mainAccount->member_id, 'split_user_id' => $mainAccount->user_id, - 'split_user_type' => $mainAccount->user_type == 'MERCHANT' ? 'PERSON' : $mainAccount->user_type, + 'split_user_type' => $mainAccount->user_type == 'MERCHANT' ? 'B_ACCOUNT' : $mainAccount->user_type, 'order_no' => $order->order_no, 'out_order_no' => $order->out_order_no, 'sub_order_no' => $feeSubOrderNo,