Bitcoin Payments v2.0.3
How to update
Add the following code to existing config.toml
# Cash payment settings
[Payments.Cash]
# Display the "With cash" option in the Add Credit menu
enable_pay_with_cash = true
# Display the "Create transaction" option in the Manager menu
enable_create_transaction = true
# Customize the cash payment text in the strings files!
What's Changed
- Polling instead of Callback for Transaction Updates by @thisisayush in #50
- Add Screenshots to README by @thisisayush in #56
- Merge Upstream Changes from steffo99/greed by @thisisayush in #57
- Test bench payment support using merchant log api by @aadyanthaya in #60
Full Changelog: v2.0.0...v2.0.3