Releases: CjS77/tari_payment_server
Releases · CjS77/tari_payment_server
v1.9.0
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
Features
TPG_DISABLE_MEMO_SIGNATURE_CHECK
TPG_DISABLE_MEMO_SIGNATURE_CHECK
, which if enabled via
TPG_DISABLE_MEMO_SIGNATURE_CHECK=1
will not require the memo field for interactive payments to have be a Memo Signature attesting to the order
id.
In general, setting this flag may lead to spoofing attacks and is discouraged, but it is added as a convenience for wallets that do not want to add a call to create a signed memo field.
v1.2.0
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
Version 1.0
The new TTL store now has an automated backend