filamentphp / demo

Source code for the demo.filamentphp.com website.
https://demo.filamentphp.com
MIT License
865 stars 423 forks source link

500 error creating order #63

Closed tonypartridge closed 1 year ago

tonypartridge commented 1 year ago

eileenme raised it on discord, confirmed error on live demo.

When creating an order on demo https://demo.filamentphp.com/shop/orders/create there is an server error. I run on my side that the error shows: Call to a member function address() on null

More info: App \ Forms \ Components\ AddressForm: 26 saveRelationships

$relationship = $record->{$this->getRelationship()}();

zepfietje commented 1 year ago

Don't really like the current code, but this should fix the error at least: https://github.com/filamentphp/demo/commit/45cb6d386ea4e110b9b5529ba50444b94579d551.