We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versão do Magento: Commerce 2.3.5 (Vanilla) Versão Módulo intelipost-quote: 1.4.0 Magento Mode: developer
Problema Obtive o seguinte erro ao tentar cotar um frete pela tela de checkout:
Notice: Undefined index: volumes in /vendor/intelipost/magento2-quote/Model/Carrier/Intelipost.php on line 288"
Linha 288: $volCount = count($response ['content']['volumes']);
$volCount = count($response ['content']['volumes']);
Valor de $response: array ( 'content' => array ( 'id' => 0, 'delivery_options' => array ( 0 => array ( 'delivery_method_id' => 'fallback', 'delivery_method_type' => 'fallback', 'provider_shipping_cost' => 0, 'delivery_estimate_business_days' => 4, 'final_shipping_cost' => 6.74, 'logistic_provider_name' => 'Capital', 'description' => 'Capital', 'delivery_method_name' => 'Capital', ), ), ), )
array ( 'content' => array ( 'id' => 0, 'delivery_options' => array ( 0 => array ( 'delivery_method_id' => 'fallback', 'delivery_method_type' => 'fallback', 'provider_shipping_cost' => 0, 'delivery_estimate_business_days' => 4, 'final_shipping_cost' => 6.74, 'logistic_provider_name' => 'Capital', 'description' => 'Capital', 'delivery_method_name' => 'Capital', ), ), ), )
Steps para reprodução: Admin:
Frontend:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versão do Magento: Commerce 2.3.5 (Vanilla)
Versão Módulo intelipost-quote: 1.4.0
Magento Mode: developer
Problema
Obtive o seguinte erro ao tentar cotar um frete pela tela de checkout:
Linha 288:
$volCount = count($response ['content']['volumes']);
Valor de $response:
array ( 'content' => array ( 'id' => 0, 'delivery_options' => array ( 0 => array ( 'delivery_method_id' => 'fallback', 'delivery_method_type' => 'fallback', 'provider_shipping_cost' => 0, 'delivery_estimate_business_days' => 4, 'final_shipping_cost' => 6.74, 'logistic_provider_name' => 'Capital', 'description' => 'Capital', 'delivery_method_name' => 'Capital', ), ), ), )
Steps para reprodução:
Admin:
Frontend:
The text was updated successfully, but these errors were encountered: