I am running Kill Bill 0.16.6. I did the following
1) Renamed the war as ROOT.war and ran the tomcat in windows
2) Whenever I am adding stripe payment method using URL
http://127.0.0.1:8080/1.0/kb/accounts/984429d9-2bf6-4327-816a-48baeed6cb74/paymentMethods?isDefault=true
This is throwing me an error saying that
{
"className": "org.killbill.billing.payment.api.PaymentApiException",
"code": 7028,
"message": "Payment plugin killbill-stripe is not registered",
"causeClassName": null,
"causeMessage": null,
"stackTrace": []
}
Thanks,
Azim
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-us...@googlegroups.com.
To post to this group, send email to killbill...@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/64ee9234-2647-459a-aec3-6068d62da6fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Pierre,
How do I install the same in windows?
Thanks,
Azim
Hi Pierre,I did installed the Analytics plugin. So whenever the product is subscribed the view "v_report_active_by_product_term_monthly" is updated from where I get the data, the query to do so isSELECT * tenant_record_id, `day`, product_name, billing_period, `count`FROM v_report_active_by_product_term_monthly;This is returning null. Any help Please?Thanks,Azim
On Fri, Jul 22, 2016 at 8:40 PM, Pierre-Alexandre Meyer <pie...@kill-bill.org> wrote:
Hi Azim,To compute such metrics, the easiest is to use our Analytics plugin. See http://docs.killbill.io/0.16/userguide_analytics.html.A demo of it is available at http://demo.killbill.io/analytics (username demo_ro, password demo_ro).
On Fri, Jul 22, 2016 at 6:02 AM, Azim Hawaldar <azimha...@gmail.com> wrote:
Hi Pierre,Thanks for this info. I have one more doubt. As a Biller I create a product and consumer subscribe to the product. So is there any way I can figure out how can I know how many people have subscribed to my product and the revenue generated by this product.Thanks,Azim
--Pierre
curl -v \
-X PUT \
-u admin:password \
-H "X-Killbill-ApiKey:bob" \
-H "X-Killbill-ApiSecret:lazar" \
"http://127.0.0.1:8080/plugins/killbill-analytics/<ACCOUNT_ID>"
But, still the data remains same in analytics_subscription_transitions table.
Thanks,
Azim
I used wrong account Id while force updating, Now I am using the correct one but I am getting 500 internal server error.
java.sql.SQLDataException: Data too long for column 'next_slug'
nextSlug:'P_059D4277-F7F1-41B8-8DC2-C686F0A41FAF_MONTHLY-evergreen'