Skip to content

Commit

Permalink
Fix Checkout owner
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 24, 2021
1 parent 1a5476e commit 7bbfe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static function create($owner, array $sessionOptions = [], array $custome
'payment_method_types' => ['card'],
], $sessionOptions), Cashier::stripeOptions());

return new static($customer, $session);
return new static($owner, $session);
}

/**
Expand Down

0 comments on commit 7bbfe23

Please sign in to comment.