Skip to content

v1.1.0

Compare
Choose a tag to compare
@CjS77 CjS77 released this 15 Oct 17:36
· 23 commits to main since this release
f13df94

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