KrasnoshchokBohdan

Results 6 issues of 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...

Progress: needs update
partners-contribution
Priority: P3
Release Line: 2.5
Project: Community Picked
Partner: Perspective Team

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"...

partners-contribution
Progress: pending review
Priority: P2
Partner: Perspective

### 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"...

partners-contribution
Progress: pending review
Priority: P3
Partner: Perspective

### 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...

partners-contribution
Progress: review
Priority: P2
Partner: Perspective

- 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...

Progress: review
Priority: P3