Skip to content

Commit

Permalink
Update 7_stripe_tax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Apr 22, 2023
1 parent 808dfaa commit ec67bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stripe/7_stripe_tax.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An address is required on the Customer for tax calculations.
class User < ApplicationRecord
pay_customer stripe_attributes: :stripe_attributes

def stripe_attributes
def stripe_attributes(pay_customer)
{
address: {
country: "US",
Expand Down

0 comments on commit ec67bac

Please sign in to comment.