Basic info
For SMS payments SDK may throw 2 next exceptions:
\PatryQHyper\Payments\Exceptions\InvalidSmsCodeException
and
\PatryQHyper\Payments\Exceptions\UsedSmsCodeException
Class initiation:
$payments = new Payments();
$provider = $payments->sms(new SmsProvider(...providerParams));
Last updated