Skip to content

Tags: sharik709/laravel-shopify

Tags

v15.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/add shop to api init (gnikyt#631)

* Added shop context to getConfig trait, added callback for API config

* Normalize composer file

* Fix to AuthProxy middleware shop context for getConfig

* Revert Billable middleware shop position

* Added shop context to getConfig in API setup

v15.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for Job Serialization for Webhooks (gnikyt#624)

* Fix to remove job class from arguments passed to job, issues with serialization occurs

* StyleCI fixes

* Adjustment to webhook jobs and webhook stub to use scalar values for job arguments

* Fix to StyleCI

v14.0.3

Update to use all() instead of instance() for request on api_init

v14.0.2

Update to contributors

v14.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotfix exclude api register routes (gnikyt#619)

* Fixes manual routes handling for api routes

* Adds more robust function for manual routes, updates test

v14.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
JWT Support (gnikyt#601)

* Work in Progress

* Add new config option

* Work in progress

* Shopify token middleware

* Remove redundant command

* Removed debugging code

* Revert some changes back to master versions

* No longer need the JWT env option

* Reverted newlines

* Removed custom package

* Expiration bugfix

* Add root api route

* Split routes

* Authentication token tests

* Nove logic

* Update unit tests

* Update unit tests

* Reverted composer

* Removed

* Lint fix

* Drop php 7.2

* Only use legacy factories when Laravel 8 is in use

* Remove legacy package

* Add docblock for helpers

* Missing docblock

* Style CI fixes

* Style CI fixes

* Force the middleware

* Updated to throw exceptions instead of a plain response on token errors

* Exception handler for bad tokens

* Style CI fixes

* trigger GitHub actions

* Make sure the expiration in the test tokens is in the future

v13.1.0

Update contributors

v13.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restore auto register service provider in composer.json (gnikyt#578)

* Restore auto register service provider and aliases in composer.json
Make normalizer happy
.

* remove facade

v12.1.0

Updated fund doc

v12.0.1

Updated to account for new fixes to underlying API library