Skip to content

Commit

Permalink
Merge pull request #723 from sandervanhooft/payment.lines
Browse files Browse the repository at this point in the history
Added lines variable to Payment resource
  • Loading branch information
sandervanhooft authored Jun 10, 2024
2 parents 16d5854 + 82aae3a commit a3c383a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Resources/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,13 @@ class Payment extends BaseResource
*/
public $orderId;

/**
* The lines contain the actual items the customer bought.
*
* @var array|object[]|null
*/
public $lines;

/**
* The person and the address the order is billed to.
*
Expand Down

0 comments on commit a3c383a

Please sign in to comment.