Fix for Stripe import issue
This commit is contained in:
parent
b1c64bae6c
commit
800db04f1e
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ class StripePaymentDriver extends BasePaymentDriver
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
$this->tokenResponse = $response->getData();
|
$this->tokenResponse = $response->getData();
|
||||||
|
|
||||||
// import Stripe tokens created before payment methods table was added
|
// import Stripe tokens created before payment methods table was added
|
||||||
|
|
@ -121,6 +122,7 @@ class StripePaymentDriver extends BasePaymentDriver
|
||||||
$customer->load('payment_methods');
|
$customer->load('payment_methods');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue