Pierre-Alexandre Meyer
Pierre-Alexandre Meyer
Note that since https://github.com/killbill/killbill/commit/461fcc80f5e0acd627434a492466ed4a65fb1bff, both reference ids aren't stored in Kill Bill anymore. They're only exposed through the payment plugin APIs. To implement this search, first of all, the [searchPayments](https://github.com/killbill/killbill-plugin-api/blob/8828ef32ed4187d89c6fb738b5f5e876b0d30118/payment/src/main/java/org/killbill/billing/payment/plugin/api/PaymentPluginApi.java#L147-L160)...
In the usage tutorial (https://docs.killbill.io/latest/consumable_in_arrear.html), we provide a subset of the catalog (_[...] for the sake of simplicity we omitted other catalog sections [...]_). Some users are struggling to put...
> I am not seeing any of the PNG being rendered ? It's a GitHub limitation in PRs. You can see the PNG by clicking on the `...` by the...
https://vuejs.org/ does this nicely:
Note to self: unresolved comments must be addressed before merging.
Could you set the Gonsole log level to debug and look in the logs for the string "Filtering agents by "?
Stripe seems to have little metadata on the [customer object](https://stripe.com/docs/api#customer_object) and we need the description field to map it to the Kill Bill account id. I've just pushed a patch...
> Looks like the solution is to set that context class loader in the plugin itself but that requires to be done in each plugin (or at least the subset...
It looks like the plugin doesn't start in Kill Bill (class loading error). Did you do any end-to-end regression test locally? You can use these against the Stripe sandbox (similar...
I believe this is the same as https://github.com/killbill/killbill/issues/43 (ability to pro-rate fixed items)? If so, this isn't on the radar for now due to low demand for the feature but...