fixed stripe
This commit is contained in:
parent
99f87cc9e6
commit
746b0382d9
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue