2.1.2
Batch Payment had an invalid max length causing an issue for an org from Vanuatu
Fixes #69
Changes:
- Account @code.to_s.length > 10
- BatchPayment @details.to_s.length > 18
- Ruby version gemspec > 2.3 ( this was just maintenance issue I forgot to fix in core templating for this repos codgen )