glassboxx-sdk-php/src/Glassboxx
Oliver Davies ae766763b2 Allow for easily sending multiple order items
This allows for the sending of multiple items in a single order, by
adding a new `OrderItem` class and moving all of the order item specific
fields from the `Order` to an individual item.

These can then be assigned to an order using the `withOrderItems()`
method as an array of order items.

Fixes #19
2020-06-08 19:50:13 +01:00
..
Enum Add order and order request classes 2020-06-05 00:04:49 +01:00
Request Allow for easily sending multiple order items 2020-06-08 19:50:13 +01:00
Traits Fix Psalm issues 2020-06-05 21:58:35 +01:00
ValueObject Allow for easily sending multiple order items 2020-06-08 19:50:13 +01:00
Config.php Fix PHPCS errors 2020-05-30 13:01:12 +01:00