v1.1.0
New features
Shopify orders can be identified by their id
(default). Or by their name
.
For the latter, you must set TPG_SHOPIFY_ORDER_ID_FIELD=name
in your envars.
The payment id string regex is updated to handle shopify ids (using same config).
What's Changed
- feat: option to use order.name as order id by @CjS77 in #81
- feat: accept arbitrary numbers as order ids by @CjS77 in #82
Full Changelog: v1.3.0-beta...v1.1.0