killbill / killbill-hello-world-java-plugin

Hello World Kill Bill plugin in Java
https://killbill.io
Apache License 2.0
9 stars 23 forks source link

Invoice Plugin Example #10

Closed KBbitsP closed 2 years ago

KBbitsP commented 2 years ago

Added example to add tax item to invoice using InvoicePluginApi

@pierre @sbrossie @learnjavawithreshma

KBbitsP commented 2 years ago

Looks great, One final observation: The code does not seem to be formatted as per Kill Bill coding guidelines. Could you please format the code as explained here?

Hi @reshmabidikar this link seems to throw error for me.

KBbitsP commented 2 years ago

Hi @reshmabidikar added the example for Tax Item as well as Adjustment Item creation.