Kyon147 / laravel-shopify

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

bugfix: Add missing foreign key for shop/charge relationship #140

Closed ClaraLeigh closed 1 year ago

ClaraLeigh commented 1 year ago

Minor bug that appears if you have a different model name to Users.

See the inverse of the relationship here: https://github.com/Kyon147/laravel-shopify/blob/36a8444cd07fe02981b5c9ba814b6f73db02e952/src/Storage/Models/Charge.php#L93