1
0
mirror of https://github.com/v2board/v2board.git synced 2025-04-21 09:02:34 +08:00
This commit is contained in:
root 2019-11-30 12:31:35 +08:00
parent dbd55e8380
commit 8630029e1c

@ -71,7 +71,7 @@ class OrderController extends Controller
switch ($event->type) {
case 'source.chargeable':
$source = $event->data->object;
$charge = Charge::create([
$charge = \Stripe\Charge::create([
'amount' => $source['amount'],
'currency' => $source['currency'],
'source' => $source['id'],