Fixes for Stripe import customers
This commit is contained in:
parent
887bc3d4a6
commit
d582e67962
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ class UpdatePaymentMethods
|
|||
|
||||
// }
|
||||
|
||||
private function updateMethods(Customer $customer, Client $client)
|
||||
public function updateMethods(Customer $customer, Client $client)
|
||||
{
|
||||
$card_methods = PaymentMethod::all([
|
||||
'customer' => $customer->id,
|
||||
|
|
@ -145,7 +145,7 @@ class UpdatePaymentMethods
|
|||
|
||||
}
|
||||
|
||||
private function buildPaymentMethodMeta(PaymentMethod $method, GatewayType $type_id)
|
||||
private function buildPaymentMethodMeta(PaymentMethod $method, $type_id)
|
||||
{
|
||||
|
||||
switch ($type_id) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue