Skip to content

Commit de657c7

Browse files
committed
Add missing attribute to tax rate fixtures
1 parent a887a03 commit de657c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec/fixtures/responses/tax_rates.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"tax_rate_type": "sales_invoice",
88
"show_tax": true,
99
"active": true,
10+
"country": null,
1011
"created_at": "2015-12-23T07:43:17.881Z",
1112
"updated_at": "2015-12-23T07:43:17.881Z"
1213
},
@@ -18,6 +19,7 @@
1819
"tax_rate_type": "sales_invoice",
1920
"show_tax": true,
2021
"active": true,
22+
"country": null,
2123
"created_at": "2015-12-23T07:43:17.890Z",
2224
"updated_at": "2015-12-23T07:43:17.890Z"
2325
},
@@ -29,7 +31,8 @@
2931
"tax_rate_type": "sales_invoice",
3032
"show_tax": true,
3133
"active": true,
34+
"country": null,
3235
"created_at": "2015-12-23T07:43:17.897Z",
3336
"updated_at": "2015-12-23T07:43:17.897Z"
3437
}
35-
]
38+
]

0 commit comments

Comments
 (0)