wip
This commit is contained in:
@@ -34,6 +34,15 @@ class OnlinePaymentController extends Controller
|
||||
/** @var \App\Modules\VisaMasterPaymentOrder\Models\VisaMasterPaymentOrderItem */
|
||||
$resource = $data['resource'];
|
||||
|
||||
if ($data['success'] === true) {
|
||||
info($response);
|
||||
// OnlinePaymentRepo::syncWithBilling(
|
||||
// uuid: $request->orderId,
|
||||
// bank_code: $bank->unique_code,
|
||||
// terminal_id:
|
||||
// );
|
||||
}
|
||||
|
||||
return view(OnlinePaymentRepo::statusView(), $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user