mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Work in progress
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 |
||
|---|---|---|
| .github/workflows | ||
| src/Glassboxx | ||
| tests/Glassboxx | ||
| .editorconfig | ||
| .gitignore | ||
| composer.json | ||
| Makefile | ||
| psalm.xml | ||