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
In sendRequestMultiCore, the services/config endpoint is called to fetch the tgu domains. How should we handle the unnecessary calls this will generate? Currently, this endpoint returns an empty response, which will skip the request altogether.
In
sendRequestMultiCore
, theservices/config
endpoint is called to fetch the tgu domains. How should we handle the unnecessary calls this will generate? Currently, this endpoint returns an empty response, which will skip the request altogether.Would the approach here be suitable: https://github.com/opentickettech/paynl-omnipay/pull/1/files? In it,
tguDomain
is passed as a parameter to the request, and a tgu domain list is built (somewhat "hard-coded") from this.The text was updated successfully, but these errors were encountered: