oceania.php in FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler trunk, at app/Services/Tax/rates/oceania.php
| 1 | <?php if ( ! defined( 'ABSPATH' ) ) exit; |
| 2 | |
| 3 | return [ |
| 4 | "AU" => [ |
| 5 | "group" => "OC", |
| 6 | "tax" => [ |
| 7 | [ |
| 8 | 'rate' => 10, |
| 9 | 'compound' => false, |
| 10 | 'type' => 'standard', |
| 11 | 'name' => 'GST', |
| 12 | ], |
| 13 | [ |
| 14 | 'rate' => 0, |
| 15 | 'compound' => false, |
| 16 | 'type' => 'zero', |
| 17 | ], |
| 18 | ], |
| 19 | ], |
| 20 | "NZ" => [ |
| 21 | "group" => "OC", |
| 22 | "tax" => [ |
| 23 | [ |
| 24 | 'rate' => 15, |
| 25 | 'compound' => false, |
| 26 | 'type' => 'standard', |
| 27 | 'name' => 'GST', |
| 28 | ], |
| 29 | [ |
| 30 | 'rate' => 0, |
| 31 | 'compound' => false, |
| 32 | 'type' => 'zero', |
| 33 | ], |
| 34 | ], |
| 35 | ], |
| 36 | "FJ" => [ |
| 37 | "group" => "OC", |
| 38 | "tax" => [ |
| 39 | [ |
| 40 | 'rate' => 9, |
| 41 | 'compound' => false, |
| 42 | 'type' => 'standard', |
| 43 | 'name' => 'VAT', |
| 44 | ], |
| 45 | [ |
| 46 | 'rate' => 0, |
| 47 | 'compound' => false, |
| 48 | 'type' => 'zero', |
| 49 | ], |
| 50 | ], |
| 51 | ], |
| 52 | "PG" => [ |
| 53 | "group" => "OC", |
| 54 | "tax" => [ |
| 55 | [ |
| 56 | 'rate' => 10, |
| 57 | 'compound' => false, |
| 58 | 'type' => 'standard', |
| 59 | 'name' => 'GST', |
| 60 | ], |
| 61 | [ |
| 62 | 'rate' => 0, |
| 63 | 'compound' => false, |
| 64 | 'type' => 'zero', |
| 65 | ], |
| 66 | ], |
| 67 | ], |
| 68 | "WS" => [ |
| 69 | "group" => "OC", |
| 70 | "tax" => [ |
| 71 | [ |
| 72 | 'rate' => 15, |
| 73 | 'compound' => false, |
| 74 | 'type' => 'standard', |
| 75 | 'name' => 'VAT', |
| 76 | ], |
| 77 | [ |
| 78 | 'rate' => 0, |
| 79 | 'compound' => false, |
| 80 | 'type' => 'zero', |
| 81 | ], |
| 82 | ], |
| 83 | ], |
| 84 | "TO" => [ |
| 85 | "group" => "OC", |
| 86 | "tax" => [ |
| 87 | [ |
| 88 | 'rate' => 15, |
| 89 | 'compound' => false, |
| 90 | 'type' => 'standard', |
| 91 | 'name' => 'VAT', |
| 92 | ], |
| 93 | [ |
| 94 | 'rate' => 0, |
| 95 | 'compound' => false, |
| 96 | 'type' => 'zero', |
| 97 | ], |
| 98 | ], |
| 99 | ], |
| 100 | "VU" => [ |
| 101 | "group" => "OC", |
| 102 | "tax" => [ |
| 103 | [ |
| 104 | 'rate' => 15, |
| 105 | 'compound' => false, |
| 106 | 'type' => 'standard', |
| 107 | 'name' => 'VAT', |
| 108 | ], |
| 109 | [ |
| 110 | 'rate' => 0, |
| 111 | 'compound' => false, |
| 112 | 'type' => 'zero', |
| 113 | ], |
| 114 | ], |
| 115 | ], |
| 116 | "SB" => [ |
| 117 | "group" => "OC", |
| 118 | "tax" => [ |
| 119 | [ |
| 120 | 'rate' => 0, |
| 121 | 'compound' => false, |
| 122 | 'type' => 'zero', |
| 123 | ], |
| 124 | ], |
| 125 | ], |
| 126 | "NC" => [ |
| 127 | "group" => "OC", |
| 128 | "tax" => [ |
| 129 | [ |
| 130 | 'rate' => 11, |
| 131 | 'compound' => false, |
| 132 | 'type' => 'standard', |
| 133 | 'name' => 'TGC', |
| 134 | ], |
| 135 | [ |
| 136 | 'rate' => 0, |
| 137 | 'compound' => false, |
| 138 | 'type' => 'zero', |
| 139 | ], |
| 140 | ], |
| 141 | ], |
| 142 | "PF" => [ |
| 143 | "group" => "OC", |
| 144 | "tax" => [ |
| 145 | [ |
| 146 | 'rate' => 16, |
| 147 | 'compound' => false, |
| 148 | 'type' => 'standard', |
| 149 | 'name' => 'TVA', |
| 150 | ], |
| 151 | [ |
| 152 | 'rate' => 0, |
| 153 | 'compound' => false, |
| 154 | 'type' => 'zero', |
| 155 | ], |
| 156 | ], |
| 157 | ], |
| 158 | "WF" => [ |
| 159 | "group" => "OC", |
| 160 | "tax" => [ |
| 161 | [ |
| 162 | 'rate' => 0, |
| 163 | 'compound' => false, |
| 164 | 'type' => 'zero', |
| 165 | ], |
| 166 | ], |
| 167 | ], |
| 168 | "AS" => [ |
| 169 | "group" => "OC", |
| 170 | "tax" => [ |
| 171 | [ |
| 172 | 'rate' => 0, |
| 173 | 'compound' => false, |
| 174 | 'type' => 'zero', |
| 175 | ], |
| 176 | ], |
| 177 | ], |
| 178 | "GU" => [ |
| 179 | "group" => "OC", |
| 180 | "tax" => [ |
| 181 | [ |
| 182 | 'rate' => 0, |
| 183 | 'compound' => false, |
| 184 | 'type' => 'zero', |
| 185 | ], |
| 186 | ], |
| 187 | ], |
| 188 | "MP" => [ |
| 189 | "group" => "OC", |
| 190 | "tax" => [ |
| 191 | [ |
| 192 | 'rate' => 0, |
| 193 | 'compound' => false, |
| 194 | 'type' => 'zero', |
| 195 | ], |
| 196 | ], |
| 197 | ], |
| 198 | "MH" => [ |
| 199 | "group" => "OC", |
| 200 | "tax" => [ |
| 201 | [ |
| 202 | 'rate' => 4, |
| 203 | 'compound' => false, |
| 204 | 'type' => 'standard', |
| 205 | 'name' => 'GST', |
| 206 | ], |
| 207 | [ |
| 208 | 'rate' => 0, |
| 209 | 'compound' => false, |
| 210 | 'type' => 'zero', |
| 211 | ], |
| 212 | ], |
| 213 | ], |
| 214 | "FM" => [ |
| 215 | "group" => "OC", |
| 216 | "tax" => [ |
| 217 | [ |
| 218 | 'rate' => 0, |
| 219 | 'compound' => false, |
| 220 | 'type' => 'zero', |
| 221 | ], |
| 222 | ], |
| 223 | ], |
| 224 | "PW" => [ |
| 225 | "group" => "OC", |
| 226 | "tax" => [ |
| 227 | [ |
| 228 | 'rate' => 10, |
| 229 | 'compound' => false, |
| 230 | 'type' => 'standard', |
| 231 | 'name' => 'VAT', |
| 232 | ], |
| 233 | [ |
| 234 | 'rate' => 0, |
| 235 | 'compound' => false, |
| 236 | 'type' => 'zero', |
| 237 | ], |
| 238 | ], |
| 239 | ], |
| 240 | "KI" => [ |
| 241 | "group" => "OC", |
| 242 | "tax" => [ |
| 243 | [ |
| 244 | 'rate' => 0, |
| 245 | 'compound' => false, |
| 246 | 'type' => 'zero', |
| 247 | ], |
| 248 | ], |
| 249 | ], |
| 250 | "NR" => [ |
| 251 | "group" => "OC", |
| 252 | "tax" => [ |
| 253 | [ |
| 254 | 'rate' => 0, |
| 255 | 'compound' => false, |
| 256 | 'type' => 'zero', |
| 257 | ], |
| 258 | ], |
| 259 | ], |
| 260 | "TV" => [ |
| 261 | "group" => "OC", |
| 262 | "tax" => [ |
| 263 | [ |
| 264 | 'rate' => 0, |
| 265 | 'compound' => false, |
| 266 | 'type' => 'zero', |
| 267 | ], |
| 268 | ], |
| 269 | ], |
| 270 | "CK" => [ |
| 271 | "group" => "OC", |
| 272 | "tax" => [ |
| 273 | [ |
| 274 | 'rate' => 15, |
| 275 | 'compound' => false, |
| 276 | 'type' => 'standard', |
| 277 | 'name' => 'VAT', |
| 278 | ], |
| 279 | [ |
| 280 | 'rate' => 0, |
| 281 | 'compound' => false, |
| 282 | 'type' => 'zero', |
| 283 | ], |
| 284 | ], |
| 285 | ], |
| 286 | "NU" => [ |
| 287 | "group" => "OC", |
| 288 | "tax" => [ |
| 289 | [ |
| 290 | 'rate' => 0, |
| 291 | 'compound' => false, |
| 292 | 'type' => 'zero', |
| 293 | ], |
| 294 | ], |
| 295 | ], |
| 296 | "TK" => [ |
| 297 | "group" => "OC", |
| 298 | "tax" => [ |
| 299 | [ |
| 300 | 'rate' => 0, |
| 301 | 'compound' => false, |
| 302 | 'type' => 'zero', |
| 303 | ], |
| 304 | ], |
| 305 | ], |
| 306 | "PN" => [ |
| 307 | "group" => "OC", |
| 308 | "tax" => [ |
| 309 | [ |
| 310 | 'rate' => 0, |
| 311 | 'compound' => false, |
| 312 | 'type' => 'zero', |
| 313 | ], |
| 314 | ], |
| 315 | ], |
| 316 | "AQ" => [ |
| 317 | "group" => "OC", |
| 318 | "tax" => [ |
| 319 | [ |
| 320 | 'rate' => 0, |
| 321 | 'compound' => false, |
| 322 | 'type' => 'zero', |
| 323 | ], |
| 324 | ], |
| 325 | ], |
| 326 | "CC" => [ |
| 327 | "group" => "OC", |
| 328 | "tax" => [ |
| 329 | [ |
| 330 | 'rate' => 10, |
| 331 | 'compound' => false, |
| 332 | 'type' => 'standard', |
| 333 | 'name' => 'GST', |
| 334 | ], |
| 335 | [ |
| 336 | 'rate' => 0, |
| 337 | 'compound' => false, |
| 338 | 'type' => 'zero', |
| 339 | ], |
| 340 | ], |
| 341 | ], |
| 342 | "CX" => [ |
| 343 | "group" => "OC", |
| 344 | "tax" => [ |
| 345 | [ |
| 346 | 'rate' => 10, |
| 347 | 'compound' => false, |
| 348 | 'type' => 'standard', |
| 349 | 'name' => 'GST', |
| 350 | ], |
| 351 | [ |
| 352 | 'rate' => 0, |
| 353 | 'compound' => false, |
| 354 | 'type' => 'zero', |
| 355 | ], |
| 356 | ], |
| 357 | ], |
| 358 | "HM" => [ |
| 359 | "group" => "OC", |
| 360 | "tax" => [ |
| 361 | [ |
| 362 | 'rate' => 0, |
| 363 | 'compound' => false, |
| 364 | 'type' => 'zero', |
| 365 | ], |
| 366 | ], |
| 367 | ], |
| 368 | "NF" => [ |
| 369 | "group" => "OC", |
| 370 | "tax" => [ |
| 371 | [ |
| 372 | 'rate' => 10, |
| 373 | 'compound' => false, |
| 374 | 'type' => 'standard', |
| 375 | 'name' => 'GST', |
| 376 | ], |
| 377 | [ |
| 378 | 'rate' => 0, |
| 379 | 'compound' => false, |
| 380 | 'type' => 'zero', |
| 381 | ], |
| 382 | ], |
| 383 | ], |
| 384 | "TF" => [ |
| 385 | "group" => "OC", |
| 386 | "tax" => [ |
| 387 | [ |
| 388 | 'rate' => 0, |
| 389 | 'compound' => false, |
| 390 | 'type' => 'zero', |
| 391 | ], |
| 392 | ], |
| 393 | ], |
| 394 | ]; |
| 395 |