-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silently handle "no such customer" Stripe error.
- Loading branch information
1 parent
6cb7a84
commit 73d6ce0
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -453,6 +453,9 @@ public function getStripeCustomerId() | |
return $this->stripeCustomerId; | ||
} | ||
|
||
/** | ||
* @var string|null $stripeCustomerId | ||
*/ | ||
public function setStripeCustomerId($stripeCustomerId) | ||
Check failure on line 459 in src/Entity/User.php
|
||
{ | ||
$this->stripeCustomerId = $stripeCustomerId; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters