-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in registerPushNotification #146
Comments
It appears that PUT calls are not working with JS client :
The calls do not fail, they show success but the intended updates do not happen.
|
Found similar issue with Bundle API :
|
A similar issue occurs for the following endpoints: |
Found the issue with below endpoint : https://killbill.github.io/slate/payment.html#remove-tags-from-a-payment
|
The registerPushNotificationCallback code does not work.
On invoking this code as follows:
The following error is shown in the Kill Bill logs:
There is no record inserted in the
tenant_kvs
table corresponding to the push notification.On investigating this further, I think this is due to the
content-type: application/x-www-form-urlencoded
header sent by the javascript client.The text was updated successfully, but these errors were encountered: