I can't find any documentation on this or on the \WHMCS\Route\Contracts\DeferredProviderInterface class that this is implementing.
It's part of a module that works perfectly fine but in trying to replicate the functionality I can't, It creates routes that can be passed such as rp=/route/here which is required functionality for a callback from a gateway module to validate a subscription or verify a payment.
Any ideas on how to initialize this or get these routes to work and setup custom ones, I've searched around and can't find much documentation on this.
I can't find any documentation on this or on the
\WHMCS\Route\Contracts\DeferredProviderInterface
class that this is implementing.It's part of a module that works perfectly fine but in trying to replicate the functionality I can't, It creates routes that can be passed such as
rp=/route/here
which is required functionality for a callback from a gateway module to validate a subscription or verify a payment.Any ideas on how to initialize this or get these routes to work and setup custom ones, I've searched around and can't find much documentation on this.