Group
Extension

Matches 1

SMS-Send-CZ-Bulkgate ( R/RA/RADIUSCZ/SMS-Send-CZ-Bulkgate-2.004.tar.gz, RADIUSCZ, 2022; MetaCPAN )
SMS-Send-CZ-Bulkgate/lib/SMS/Send/CZ/Bulkgate.pm ( view source; MetaCPAN )
ttps;
use DateTime qw();
use base 'SMS::Send::Driver';
use Log::LogLite;
use Text::Unidecode;
use JSON;

sub new {
	my $class  = shift;
	my %params = @_;

	my $LOG_FILE = "/var/log/bulkgate.log";
	my 
 \%params );

    if( $res->{'_rc'} == 200 ) {
    	my $json = decode_json($res->{'_content'});
    	if (defined $json->{data}->{status} && $json->{data}->{status} eq 'accepted') {
            $self->
;
    	}
    }
    else {
        my $json = eval { decode_json($res->{'_content'}) };
        $self->log("Error " . $res->{'_rc'} . ": " . (defined $json ? $json->{error} : 'unexpected error'), 4);
 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.