KBbitsP

Results 25 comments of KBbitsP

- [x] [Validate a catalog XML](https://killbill.github.io/slate/catalog.html#validate-a-catalog-xml) - [x] [Update an existing role permissions](https://github.com/killbill/killbill-client-php/blob/master/lib/Api/SecurityApi.php#L1735) php equivalent - [x] [Retrieve Role definition](https://github.com/killbill/killbill-client-php/blob/master/lib/Api/SecurityApi.php#L1027) php equivalent

The same issue exists for this endpoint too : https://killbill.github.io/slate/payment.html#record-a-chargeback-reversal-using-paymentexternalkey Code Snippet: ``` $apiInstance = $client->getPaymentApi(); $xKillbillCreatedBy = "user"; $xKillbillReason = "reason"; $xKillbillComment = "comment"; $paymentId = '20ff8016-5ca3-486b-9dab-a7253074a933'; $transactionExternalKey =...

It appears that PUT calls are not working with JS client : ``` const api: killbill.AccountApi = new killbill.AccountApi(config); api.setDefaultPaymentMethod( 'put account id here', 'put payment method id here, 'KB'...

Found similar issue with Bundle API : 1) https://killbill.github.io/slate/bundle.html#update-a-bundle-external-key ``` const bundleApi: killbill.BundleApi = new killbill.BundleApi(config); const bundleBody: killbill.Bundle = { accountId: 'd869f861-0c60-4086-a3fc-49ad855d48c0', externalKey: 'newExternalKey2' }; const bundleID = 'd1067966-c34f-4e93-abf7-7285582e0691';...

Found the issue with below endpoint : https://killbill.github.io/slate/payment.html#remove-tags-from-a-payment ``` const paymentApi: killbill.PaymentApi = new killbill.PaymentApi(config); const paymentId = 'bfc12b3c-0042-48c5-b233-2d8e015f49f6'; const tagDefIds = ['5071f544-c29f-47f5-a2ab-a6092c5bba74']; paymentApi.deletePaymentTags(paymentId,'created_by',tagDefIds); ```

Adding another related scenario reported here : https://groups.google.com/g/killbilling-users/c/rWvX8TwjrQ0 **Scenario 1** * Use the catalog present at https://github.com/KBbitsP/FileUploads/blob/main/bundle-billing-alignment.xml * Set the date to 26th Feb. * Create a base annual subscription...

Hi @MandelaK Could you please check the plugins directory what all plugins are installed for you? Please also confirm which plugin are you trying to install. If you have the...

@MandelaK Just in case, could you please check if you are setting this property org.killbill.osgi.bundle.install.dir for the bundle install directory. I also have the same under KPM. The bundles showing...

Hi @Veeraops @HanumanthaRAON Thank you for sending the details, we are looking into it.

This is interlinked to the below issue : [https://github.com/killbill/killbill/issues/1775](url)