/home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades
NameSizeModeActions
Identity.php5480755editdlrm
Registrar.php9300755editdlrm
Simulate.php9620755editdlrm
STK.php8910755editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades/Registrar.php (930B)
* * @method static Registrar onConfirmation(string $confirmationURL) * @method static Registrar onTimeout(string $onTimeout) * @method static Registrar onValidation(string $validationURL) * @method static Registrar register(string $shortCode) * @method static stdClass submit(string $shortCode = null, string $confirmationURL = null, string $validationURL = null, string $onTimeout = null, string $account = null) * @method static Registrar usingAccount(string $account) * * @see \SmoDav\Mpesa\C2B\Registrar */ class Registrar extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'mp_registrar'; } }