fix ci/cd test pipeline
PHP Tests / php-tests (push) Has been cancelled

This commit is contained in:
Nyan Lin Paing
2026-08-20 00:01:28 +07:00
parent a9124ccb8d
commit dfffdd343b
3 changed files with 21 additions and 10 deletions
@@ -22,7 +22,7 @@ class PaymentController extends Controller
$openid = $request->attributes->get('fastapi_openid');
if ($openid === null) {
Gate::authorize('create', Booking::class);
Gate::authorize('pay', $booking);
}
$payment = $this->initiatePaymentAction->handle($booking);