killbill / killbill-plugin-framework-ruby

Framework to write Kill Bill plugins in Ruby
http://killbill.io
8 stars 11 forks source link

Allow multiple voids per payment #53

Open pierre opened 8 years ago

pierre commented 8 years ago

The current code simply finds the latest transaction to void. Instead, we should find the latest non voided.

Some assumptions need to be relaxed too.