The $base_url is referenced directly within the actionUrl. So even if you provide your own client and set a different base_url it will not be applied on the actionUrl.
This PR sets to change that behaviour by getting the base_url from the client or return the default.
The
$base_url
is referenced directly within theactionUrl
. So even if you provide your own client and set a differentbase_url
it will not be applied on theactionUrl
.This PR sets to change that behaviour by getting the
base_url
from the client or return the default.