Skip to content

Commit 5fb39cc

Browse files
Merge pull request #12 from ConvertKit/update-mock-invoice
update mock_invoice for application_fee_amount
2 parents 69157a3 + 6f66679 commit 5fb39cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stripe_mock/data.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def self.mock_invoice(lines, params={})
407407
customer: "test_customer",
408408
object: 'invoice',
409409
attempted: false,
410-
application_fee: nil,
410+
application_fee_amount: nil,
411411
closed: false,
412412
description: nil,
413413
forgiven: false,

0 commit comments

Comments
 (0)