Skip to content

Instantly share code, notes, and snippets.

@nukturnal
Created November 8, 2012 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukturnal/4037265 to your computer and use it in GitHub Desktop.
Save nukturnal/4037265 to your computer and use it in GitHub Desktop.
MPower Java Checkout Invoice Adding Tax
// The parameters for setting add tax are title_of_the_tax, tax_amount
invoice.addTax("VAT (15%)",30);
invoice.addTax("NHIL (5%)",10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment