This commit is contained in:
2026-02-04 23:42:35 +05:00
parent e5b600df5b
commit e6488343c1
2 changed files with 23 additions and 14 deletions

View File

@@ -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);
}