Fix for removing payment method
This commit is contained in:
parent
d44213bce9
commit
903036c02c
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ class BasePaymentDriver
|
|||
->with('payment_methods')
|
||||
->first();
|
||||
|
||||
if ($this->customer) {
|
||||
if ($this->customer && $this->invitation) {
|
||||
$this->customer = $this->checkCustomerExists($this->customer) ? $this->customer : null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue