Skip to content

Comments

Update for Killbill v0.22.x#11

Open
miqbal23 wants to merge 3 commits intobgandon:masterfrom
miqbal23:v0.22.x
Open

Update for Killbill v0.22.x#11
miqbal23 wants to merge 3 commits intobgandon:masterfrom
miqbal23:v0.22.x

Conversation

@miqbal23
Copy link

@miqbal23 miqbal23 commented Jun 7, 2022

Notes: Removed the test classes for faster development

@mohsinamjad
Copy link

@nobodykid as there is no activity for some time, not sure if it still working with the current killbill version. was it working for you ?

@miqbal23
Copy link
Author

miqbal23 commented Oct 2, 2022

@mohsinamjad this request has been tested by me on v0.22.28. I predict there won't be much issue if you're using the latest release (which is v0.22.30 as of today)

@mohsinamjad
Copy link

mohsinamjad commented Oct 3, 2022

@nobodykid I've tried using this with the latest version,
I've cloned the repo
used these steps

mvn clean package
jar -cvf simple-tax.jar *
copied the jar file into plugins directory

But still after doing this I'm getting 405 on account/${accountId}/taxCountry call
further it says method not allowed something like that,
don't have much experience in java but are these steps correct ? just following the readme

@miqbal23
Copy link
Author

miqbal23 commented Oct 3, 2022

Have you done sending the plugin config thru Killbill API, especially with the auth config I added?

@mohsinamjad
Copy link

Yes I've added plugin config through killbill API,
Not sure what you meant by auth config?

@miqbal23
Copy link
Author

miqbal23 commented Oct 4, 2022

On my version of simpletax, one of the updates is adding another config on the one already provided by @bgandon

image

These config are needed since in v0.22.28, we need authentication to do custom tag operations. You can test-run it with admin user provided default by Killbill

@mohsinamjad
Copy link

mohsinamjad commented Oct 5, 2022 via email

@miqbal23
Copy link
Author

miqbal23 commented Oct 6, 2022

Here's my installation step on my end

  1. Compile the jarfile. I usually use this command from the docs
  2. Install the jarfile into your Killbill. I usually install thru Kaui with this method
  3. After successful installation, I send the API call to update the plugin config

After that, the plugin is ready to use

@mohsinamjad
Copy link

mohsinamjad commented Oct 10, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants