Work in progress
php
Find a file
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
.github/workflows Add Psalm to GitHub Actions 2020-06-05 22:32:04 +01:00
src/Glassboxx Allow for easily sending multiple order items 2020-06-08 19:50:13 +01:00
tests/Glassboxx Allow for easily sending multiple order items 2020-06-08 19:50:13 +01:00
.editorconfig Add .editorconfig 2020-05-30 12:51:14 +01:00
.gitignore Add Psalm for static analysis 2020-06-05 21:58:24 +01:00
composer.json Add Psalm to GitHub Actions 2020-06-05 22:32:04 +01:00
Makefile Add Psalm to GitHub Actions 2020-06-05 22:32:04 +01:00
psalm.xml Add Psalm for static analysis 2020-06-05 21:58:24 +01:00