cloudcreativity / laravel-stripe

Laravel integration for Stripe, including Stripe Connect.
Apache License 2.0
40 stars 11 forks source link

Fix issue with wrongly configured hasMany relationship definition #6

Closed Ciaro closed 4 years ago

Ciaro commented 4 years ago

First of all, thank you for providing high quality code in your packages. It's been a delight using both your JSON API package and this one!

I believe I found an issue with the definition of the StripeAccounts relationship of the OwnsStripeAccounts trait.

I have added a passing test, which fails without the fix. Let me know if you would require more info on this issue.

Best regards,

Ciaro

lindyhopchris commented 4 years ago

Thanks for the feedback, and for submitting this PR!