mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for Stripe import issue
This commit is contained in:
parent
a83f441b98
commit
a6a4eac8fd
@ -111,6 +111,7 @@ class StripePaymentDriver extends BasePaymentDriver
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
$this->tokenResponse = $response->getData();
|
||||
|
||||
// import Stripe tokens created before payment methods table was added
|
||||
@ -121,6 +122,7 @@ class StripePaymentDriver extends BasePaymentDriver
|
||||
$customer->load('payment_methods');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user