Base:
$cashbill = $payments->sms(new CashBillSms('token'));
Check SMS code:
$cashbill->check('smsCode');
Remember to check also SMS number which was used for this code:
$cashbill->getSmsNumber(); // returns int
Last updated 2 years ago