Closed ocean90 closed 6 years ago
Hi @ocean90,
should be fixed with 607193f0eec18450b2338c5e8f98e8fae038c9be. To avoid recursion, already outputted Transactions will be displayed as Id instead of a whole object. The logic was missing that, which let to the error above.
Best regards
Thanks for the quick fix @Sharenkamp, much appreciated!
Since b0301ffb5e8a314c6466b37b78de649e2f5efbf3 I'm getting a fatal error when requesting an transaction through
$payengine->orders( $order_id )->transactions( $transaction_id )->get();