diff --git a/plugins/Stripe/Controllers/StripeController.php b/plugins/Stripe/Controllers/StripeController.php index d0907e38..fe865bcd 100644 --- a/plugins/Stripe/Controllers/StripeController.php +++ b/plugins/Stripe/Controllers/StripeController.php @@ -27,7 +27,7 @@ class StripeController extends Controller * @return array * @throws \Throwable */ - public function capture(Request $request): array + public function capture(Request $request) { try { $number = request('order_number');