KrasnoshchokBohdan
KrasnoshchokBohdan
### Description (*) changed "unsigned" attribute for "value_id" column for tables from original list (This is applicable to the following tables:... from author post) + catalog_category_entity_datetime, customer_address_entity_datetime ### Related Pull...
Adjusted the processing of `SpecialFromDate` to ensure proper formatting when the date is provided as a `DateTimeInterface` instance. This prevents errors arising during `getFinalPrice()` execution under certain scenarios. ### Description...
- prevent order placement with unavailable payment method ### Description (*) I will leave here examples of mutations that I used. createCustomer ```graphql mutation { createCustomer( input: { firstname: "Test"...
### Description (*) **First part -** In this issue, the author mentioned that responce from this mutation ```graphql mutation { addProductsToCart( cartId: "LclKxxxxxxxxxxxxxxW" cartItems: [ { quantity: 1 parent_sku: "WSH12"...
### Description (*) \Magento\Shipping\Controller\Adminhtml\Order\Shipment\Save::execute ``` if (!empty($data['send_email']) && $this->salesData->canSendNewShipmentEmail()) { $this->shipmentSender->send($shipment); } ``` without the right 'store id' checks only default config value ### Related Pull Requests ### Fixed Issues...
- new QuoteResourceWrapper class that uses direct SQL queries instead of loading the entire quote object, which should improve performance ### Description (*) I decided to test the solution proposed...