📄️ Campaign Card Details Section CSS Class Additions
The campaign card details section which has a table to list the channels ordered, has had CSS classes added.
📄️ Cancellable API Requests
With Version 1.9, we have added ability to cancel ongoing API requests, which is documented on API Submodule documentation.
📄️ Outdated Contracts Additions
HAPI Backend now supports the ability to detect contracts that can no longer be used. HAPI Backend has has_errors string] on [Contract Details Single and Contract Details Multiple endpoints.
📄️ Retrying Failed Payments By End-user
Version 1.9 has added ability to retry payments when user tries to pay with Wallet Balance and Direct Charge.
📄️ Service Module onSuccess callback improvements
On our service functions, we have now added the arguments passed to the function (arguments passed to .run()) as the second argument for .onSuccess((response, runArgs) => {}) callback so that you can clearly see for what the request is made for/with.