Log in
Interface

ServiceRouteResolverInterface

Magento\PaymentServicesBase\Model\ServiceRouteResolverInterface

What it does

This interface defines a contract for resolving service routes in Magento's Payment Services Base module.

Developers would implement this interface to create classes that transform or resolve payment service endpoint paths, typically used when communicating with external payment service APIs to construct the correct URL routes.

Public Methods

  • resolve()