1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Fix for Stripe import issue

This commit is contained in:
Hillel Coren 2019-05-26 18:24:00 +03:00
parent b1c64bae6c
commit 800db04f1e

View File

@ -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;
}