Conversation
|
@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 ? |
|
@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) |
|
@nobodykid I've tried using this with the latest version, But still after doing this I'm getting 405 on account/${accountId}/taxCountry call |
|
Have you done sending the plugin config thru Killbill API, especially with the auth config I added? |
|
Yes I've added plugin config through killbill API, |
|
On my version of simpletax, one of the updates is adding another config on the one already provided by @bgandon 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 |
|
Hi Muhammad Iqbal,
After cloning your fork i was still getting the same error, so i think it's
more of configuration issue which i'm facing, on the nodesInfo API call
there was no infromation for "simple-tax-plugin" but there was information
of other running plugins like stripe and some default ones,
I think after installation It's not running, can you please share the setup
& runnning steps, I guess I'm missing something and It's already been some
time but i couldn't figure out what's wrong, as errors are not helpful for
troubleshooting this.
I've attached the steps to install the plugin and error which is shown in
docker container, thanks
Regards,
Mohsin
…On Tue, Oct 4, 2022 at 2:57 PM Muhamad Iqbal ***@***.***> wrote:
On my version of simpletax, one of the updates is adding another config on
the one already provided by @bgandon <https://github.com/bgandon>
[image: image]
<https://user-images.githubusercontent.com/12664445/193790648-98d749f0-87ee-4b7f-90c7-2b212962aafc.png>
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
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH2PULHX4XCSI43QWE34MKLWBP5Q7ANCNFSM5YDWWOLA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Here's my installation step on my end
After that, the plugin is ready to use |
|
Hey, thanks alot, I've followed these steps
3sudo su - tomcat 4# clone the repo 5git clone
https://github.com/pierre/killbill-simple-tax-plugin.git 6cd
killbill-simple-tax-plugin 7 8# build the repo 9mvn clean install
-DskipTests=true 10 11# export installation path 12export
KILLBILL_BUNDLE_INSTALL_DIR=/var/lib/killbill/bundles 13 14# installation 15kpm
install_java_plugin 'simple-tax' --from-source-file
./target/simple-tax-plugin-1.0.0-SNAPSHOT.jar
--destination="$KILLBILL_BUNDLE_INSTALL_DIR" 16
It was not appearing in KAUI so I've installed anaytics plugin temporarily,
and then the custom plugin was there, i started run and then it was
successfully installed, it was working fine
also I've used the latest fork from the co founder of killbill, it has all
the latest updates.
We are integrating in one of our projects, this is a massive feature and it
looks good. going to dig deep on advance features of catalog to see how it
works.
Thanks again for your response. 🙂
…On Thu, Oct 6, 2022 at 7:39 AM Muhamad Iqbal ***@***.***> wrote:
Here's my installation step on my end
1. Compile the jarfile. I usually use this command from the docs
<https://docs.killbill.io/latest/plugin_development.html#build>
2. Install the jarfile into your Killbill. I usually install thru Kaui
with this method
<https://docs.killbill.io/latest/userguide_kaui.html#plugin_manager>
3. After successful installation, I send the API call to update the
plugin config
After that, the plugin is ready to use
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH2PULDR5UGYRPGP7ZMR5CDWBY3WHANCNFSM5YDWWOLA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|

Notes: Removed the test classes for faster development