fixed stripe

This commit is contained in:
Edward Yang 2023-07-19 15:24:58 +08:00
parent 99f87cc9e6
commit 746b0382d9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class StripeController extends Controller
* @return array * @return array
* @throws \Throwable * @throws \Throwable
*/ */
public function capture(Request $request): array public function capture(Request $request)
{ {
try { try {
$number = request('order_number'); $number = request('order_number');