There was an error while loading. Please reload this page.
1 parent 808dfaa commit ec67bacCopy full SHA for ec67bac
1 file changed
docs/stripe/7_stripe_tax.md
@@ -10,7 +10,7 @@ An address is required on the Customer for tax calculations.
10
class User < ApplicationRecord
11
pay_customer stripe_attributes: :stripe_attributes
12
13
- def stripe_attributes
+ def stripe_attributes(pay_customer)
14
{
15
address: {
16
country: "US",
0 commit comments