Skip to content

Bitcoin Payments v2.0.3

Compare
Choose a tag to compare
@DarrenWestwood DarrenWestwood released this 04 May 11:02
· 7 commits to master since this release
5a36de9

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