/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
smodav
/
mpesa
/
src
/
Mpesa
/
Laravel
/
Facades
/
/home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades
mkdir
upload
Name
Size
Mode
Actions
Identity.php
548
0755
edit
dl
rm
Registrar.php
930
0755
edit
dl
rm
Simulate.php
962
0755
edit
dl
rm
STK.php
891
0755
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades/Registrar.php
(930B)
<?php namespace SmoDav\Mpesa\Laravel\Facades; use Illuminate\Support\Facades\Facade; /** * Class Registrar. * * @category PHP * * @author David Mjomba <smodavprivate@gmail.com> * * @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'; } }
Save
cmd:
run