MicroSMS SMS
MicroSMS class is deprecated since MicroSMS does not exist anymore. It will be removed in future release.
Base:
$microsms = $payments->sms(new MicrosmsSms('userId as int', 'serviceId as int'));
Check SMS code:
$microsms->check('smsCode', 'number as int');
Last updated