Skip to content

Commit ec67bac

Browse files
authored
Update 7_stripe_tax.md
1 parent 808dfaa commit ec67bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/stripe/7_stripe_tax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An address is required on the Customer for tax calculations.
1010
class User < ApplicationRecord
1111
pay_customer stripe_attributes: :stripe_attributes
1212

13-
def stripe_attributes
13+
def stripe_attributes(pay_customer)
1414
{
1515
address: {
1616
country: "US",

0 commit comments

Comments
 (0)