You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that since killbill/killbill@461fcc8, 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 and / or searchPaymentMethods need to be correctly implemented in the plugin(s) (a default search criteria is typically generated in the plugin frameworks, to be tweaked as needed). See how the Litle plugin does it for instance to search Litle transaction ids.
I would suggest focusing on this first, making sure this search is correctly implement and performs at scale (I'm expecting new indexes to be needed in the plugin tables).
Once this is done, it could easily be integrated in Kaui, since the main search APIs can be delegated to plugins when withPluginInfo=true. For instance, if payment:FOO is searched, we could first search in Kill Bill, and if there is no match, then perform the search again in the plugins (
No description provided.
The text was updated successfully, but these errors were encountered: