Open RaminEgh opened 3 years ago
I have exactly the same problem. With only a small difference: offset=180
I found the problem: Use string '232333' instead of integer 232333
Check this out: https://github.com/pishran/ippanel-client
Fixed all known issues and rewritten for PHP 7.0 and 8.0.
my code :
$client = new \IPPanel\Client(self::SMS_API_KEY); $credit = $client->sendPattern("oaa78tdvk5", "+985000125475", "+989907443545", ['verification-code' => 232333]);