Skip to content

Commit

Permalink
Settlement servisi bulunamadı hatası düzeltildi.
Browse files Browse the repository at this point in the history
ismail0234 authored Aug 23, 2022
1 parent 2373358 commit 3bb6bb8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions IS/PazarYeri/Trendyol/Helper/Gateway.php
Original file line number Diff line number Diff line change
@@ -40,12 +40,13 @@
*
*/
protected $allowedServices = array(
'brand' => 'BrandService',
'cargo' => 'CargoService',
'category' => 'CategoryService',
'product' => 'ProductService',
'order' => 'OrderService',
'webhook' => 'WebhookService',
'brand' => 'BrandService',
'cargo' => 'CargoService',
'category' => 'CategoryService',
'product' => 'ProductService',
'order' => 'OrderService',
'webhook' => 'WebhookService',
'settlement' => 'SettlementService',
);

/**

0 comments on commit 3bb6bb8

Please sign in to comment.