You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Uncaught exception
'Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException'
with message 'Neither the property "finiteState" nor one of the methods
"getFiniteState()", "finiteState()", "isFiniteState()", "hasFiniteState()", "__get()"
exist and have public access in class "Order".'
in vendor/symfony/property-access/PropertyAccessor.php:487
I tried removing the type constraints of the callback, but that didn't help. Any idea how I can get callbacks to work when my object has a different property path?
The text was updated successfully, but these errors were encountered:
willemo
changed the title
Callbacks don't work in the multiple-graph example
Multiple-graph example doesn't work
Jun 22, 2016
Update:
It wasn't my callback that broke the example, the example doesn't work out of the box. So now my question is: how do I get multiple graphs to work?
Old question:
When I add a simple callback to the multiple-graph example, an exception gets thrown because the object doesn't comply with the StatefulInterface.
To test I changed the payment loader and added this callback:
The resulting exception is:
I tried removing the type constraints of the callback, but that didn't help. Any idea how I can get callbacks to work when my object has a different property path?
The text was updated successfully, but these errors were encountered: