Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
356 stars 102 forks source link

Update job dispatch method #124

Closed Kyon147 closed 1 year ago

Kyon147 commented 1 year ago

As we only support 8/9/10 now for laravel, the jobs we dispatch internally need to be using dispatchSync as dispatchNow is deprecated.

The tests also need to be updated, as we need to check on the Bus if the job was fired synchronously or not.