payment rysgala
This commit is contained in:
parent
55ee6d7d64
commit
e3acaacb92
|
|
@ -10,6 +10,7 @@ namespace Sarga\Payment\Methods;
|
|||
|
||||
use Carbon\Carbon;
|
||||
use GuzzleHttp\Client;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Webkul\Payment\Payment\Payment;
|
||||
|
||||
|
||||
|
|
@ -60,6 +61,7 @@ class AltynAsyr extends Payment
|
|||
];
|
||||
try {
|
||||
$result = json_decode($client->post('register.do',$params)->getBody(),true);
|
||||
Log::info($result);
|
||||
|
||||
if($result['errorCode'] == 0){
|
||||
return [
|
||||
|
|
|
|||
Loading…
Reference in New Issue