management integration start

This commit is contained in:
merdan 2022-05-30 15:24:16 +05:00
parent bcd06ea410
commit ecbcb706cf
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ return [
'order-status-pending-payment' => 'Tölege garaşylýar',
'order-status-processing' => 'Işlenilýär',
'order-status-success' => 'Tamamlandy',
'order-status-completed' => 'Tamamlandy',
'order-status-completed' => 'Tamamlandy',
],
'cart'=>[

View File

@ -3,6 +3,7 @@
namespace Webkul\Product\Type;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Str;
use Webkul\Checkout\Models\CartItem as CartItemModel;
use Webkul\Product\Datatypes\CartItemValidationResult;
@ -613,7 +614,7 @@ class Configurable extends AbstractType
}
$price = $childProduct->getTypeInstance()->getFinalPrice();
Log::info($this->getAdditionalOptions($data));
return [
[
'product_id' => $this->product->id,