You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Hi,
I have come across a bug in Vsbridge v2.0.1 in the file:
divante/magento2-vsbridge-indexer/src/module-vsbridge-indexer-catalog/ArrayConverter/Product/CustomOptionConverter.php
here
option_id
is being mapped tosort_order
line #: 95, 96
$option['option_id'] = (int) $option['sort_order'];
$option['option_type_id'] = (int) $option['sort_order'];
this causes problems when you add products with custom options in the cart.
The text was updated successfully, but these errors were encountered: