Skip to content

Commit

Permalink
No embed transactions on GatewayCharge
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Jul 11, 2024
1 parent 2430e51 commit fd28dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/GatewayCharge.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class GatewayCharge
/**
* The AccountingTransaction generated for this charge after the checkout with the Gateway.
*/
#[API\ApiProperty(writable: false)]
#[API\ApiProperty(writable: false, readableLink: false)]
#[ORM\OneToOne(cascade: ['persist', 'remove'])]
private ?AccountingTransaction $transaction = null;

Expand Down

0 comments on commit fd28dae

Please sign in to comment.