Is there an implementation, or call of a method, during displaying ~/Admin/orders.aspx that might cause the "Gateway processor not found" information alert?
We've integrated a third-party payment option (MultiSafePay) in MultiStore v9.2. This is a fresh install version of AspDotNetStorefront and not an upgrade. But I've already done the integration of MultiSafePay on many sites with previous versions, this is the first time that we integrated it with v9.2.
We set the Payment Gateway to Manual for the integration. There were no problems during the checkout process. Orders are stored on both our database and on MultiSafePay's account panel. We can also display the orders through ~/Admin/orders.aspx.
But when we view the System logs in Admin, we saw these information alerts with no details. These logs only happen when the payment option in an order we are trying to display (or the default order displayed when opening ~/Admin/orders.aspx) is MultiSafePay. Other than that, no alert was logged.
Do we have to change something on orders.aspx to avoid this informational alert? Please help. Thanks.