@@ -79,8 +79,8 @@ public function buildZones() {
7979 [
8080 'id ' => 'gst ' ,
8181 'label ' => $ this ->t ('GST ' ),
82- 'amounts ' => [
83- ['amount ' => '0.05 ' , 'start_date ' => '2008-01-01 ' ],
82+ 'percentages ' => [
83+ ['number ' => '0.05 ' , 'start_date ' => '2008-01-01 ' ],
8484 ],
8585 'default ' => TRUE ,
8686 ],
@@ -97,8 +97,8 @@ public function buildZones() {
9797 [
9898 'id ' => 'pst ' ,
9999 'label ' => $ this ->t ('PST ' ),
100- 'amounts ' => [
101- ['amount ' => '0.07 ' , 'start_date ' => '2013-04-01 ' ],
100+ 'percentages ' => [
101+ ['number ' => '0.07 ' , 'start_date ' => '2013-04-01 ' ],
102102 ],
103103 ],
104104 ],
@@ -114,8 +114,8 @@ public function buildZones() {
114114 [
115115 'id ' => 'pst ' ,
116116 'label ' => $ this ->t ('PST ' ),
117- 'amounts ' => [
118- ['amount ' => '0.08 ' , 'start_date ' => '2013-07-01 ' , 'end_date ' => '2023-06-30 ' ],
117+ 'percentages ' => [
118+ ['number ' => '0.08 ' , 'start_date ' => '2013-07-01 ' , 'end_date ' => '2023-06-30 ' ],
119119 ],
120120 ],
121121 ],
@@ -131,8 +131,8 @@ public function buildZones() {
131131 [
132132 'id ' => 'hst ' ,
133133 'label ' => $ this ->t ('HST ' ),
134- 'amounts ' => [
135- ['amount ' => '0.15 ' , 'start_date ' => '2016-07-01 ' ],
134+ 'percentages ' => [
135+ ['number ' => '0.15 ' , 'start_date ' => '2016-07-01 ' ],
136136 ],
137137 ],
138138 ],
@@ -148,8 +148,8 @@ public function buildZones() {
148148 [
149149 'id ' => 'hst ' ,
150150 'label ' => $ this ->t ('HST ' ),
151- 'amounts ' => [
152- ['amount ' => '0.15 ' , 'start_date ' => '2016-07-01 ' ],
151+ 'percentages ' => [
152+ ['number ' => '0.15 ' , 'start_date ' => '2016-07-01 ' ],
153153 ],
154154 ],
155155 ],
@@ -165,8 +165,8 @@ public function buildZones() {
165165 [
166166 'id ' => 'hst ' ,
167167 'label ' => $ this ->t ('HST ' ),
168- 'amounts ' => [
169- ['amount ' => '0.15 ' , 'start_date ' => '2010-07-01 ' ],
168+ 'percentages ' => [
169+ ['number ' => '0.15 ' , 'start_date ' => '2010-07-01 ' ],
170170 ],
171171 ],
172172 ],
@@ -182,8 +182,8 @@ public function buildZones() {
182182 [
183183 'id ' => 'hst ' ,
184184 'label ' => $ this ->t ('HST ' ),
185- 'amounts ' => [
186- ['amount ' => '0.13 ' , 'start_date ' => '2010-07-01 ' ],
185+ 'percentages ' => [
186+ ['number ' => '0.13 ' , 'start_date ' => '2010-07-01 ' ],
187187 ],
188188 ],
189189 ],
@@ -199,8 +199,8 @@ public function buildZones() {
199199 [
200200 'id ' => 'hst ' ,
201201 'label ' => $ this ->t ('HST ' ),
202- 'amounts ' => [
203- ['amount ' => '0.14 ' , 'start_date ' => '2013-04-01 ' ],
202+ 'percentages ' => [
203+ ['number ' => '0.14 ' , 'start_date ' => '2013-04-01 ' ],
204204 ],
205205 ],
206206 ],
@@ -216,8 +216,8 @@ public function buildZones() {
216216 [
217217 'id ' => 'qst ' ,
218218 'label ' => $ this ->t ('QST ' ),
219- 'amounts ' => [
220- ['amount ' => '0.09975 ' , 'start_date ' => '2013-01-01 ' ],
219+ 'percentages ' => [
220+ ['number ' => '0.09975 ' , 'start_date ' => '2013-01-01 ' ],
221221 ],
222222 ],
223223 ],
0 commit comments