This commit is contained in:
merdan 2022-01-29 13:37:47 +05:00
parent b305b8ef48
commit 10c8c1a46e
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ return [
SMPP::ESME_RINVCMDID
],
'force_ipv4' => true,
'debug' => false
'debug' => true
],
/*
@ -75,6 +75,6 @@ return [
'client' => [
'system_type' => 'default',
'null_terminate_octetstrings' => false,
'debug' => false
'debug' => true
]
];