gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Remove the specific ResponseAccess type from activateCharge because o… #1200

Closed Kyon147 closed 2 years ago

Kyon147 commented 2 years ago

Remove the specific ResponseAccess type from activateCharge because of the recent update to Basic-Shopify-Api current() now returns "mixed" not ResponseAccess type.