Skip to content

Commit

Permalink
Standardize
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Sep 16, 2024
1 parent 7dc3a95 commit 1d7eae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/pay/stripe/customer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def billing_portal(**options)

def customer_session(**options)
api_record unless processor_id?
args = { customer: processor_id }
args = {customer: processor_id}
::Stripe::CustomerSession.create(args.merge(options), stripe_options)
end

Expand Down

0 comments on commit 1d7eae0

Please sign in to comment.