Results 379 comments of Chris Brown

https://github.com/404labfr/laravel-impersonate/pull/159 should resolve this.

Sorry to be nitpicky, but your text editor is using tabs instead of spaces for indentation, and thus the alignment of the code is way off all over this PR....

You can manually apply the fix: `~/.composer/vendor/laravel/valet/valet`, line 48 Add quotes around `$PHP`: ```diff - SHARETOOL="$($PHP "$DIR/cli/valet.php" share-tool)" + SHARETOOL="$("$PHP" "$DIR/cli/valet.php" share-tool)" ``` Once it's fixed in a new Valet...

Yes, this can be closed.

> @piloujp wrote: > ZC is actually programmed to apply store tax (When tax basis is 'Store') only if client is in same zone. Then if client is in another...

If using tax-included pricing, I can see how it's possible there may be a bug there, which might be related to incorrectly picking the applicable zone to use for adding...

> This is where I mention we have a New Mexico client who is required to charge tax to everyone that purchases from them. Ian was helping with the problem,...

> not finding clear instructions in the Docs for creating that geo_zone. > > Until the store setting can be fixed, any guidelines on creating the geo_zone "World" Admin->Locations/Taxes->Zone Definitions...

Good point. You can see more complete examples of those permissions in the Feature Tests: https://github.com/drbyte/spatie-permissions-demo/blob/master/tests/Feature/PostsTest.php

https://spatie.be/docs/laravel-permission/v6/prerequisites#content-must-not-have-a-role-or-roles-property-nor-a-roles-method