-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Price change notification #20
Price change notification #20
Conversation
- Price change events
- Price change events
- Base price / special price batch processing
- Events batch processing
- Events batch processing
- Events batch processing
…port into story-443-price-notifications
- Events batch processing
- Improved custom option price notifications - Added/Improved custom option type price notifications
- Events batch processing
- Events batch processing
-Added amqp
- Events batch processing
…port into story-443-price-notifications
-Reworked message formatting for tier prices, customizable prices and normal prices
- Events batch processing
- Price events
- Price events
- Price events
@magento run all tests |
- Static tests fix
@magento run Static Tests |
- Price events
@magento run all tests |
@@ -1,38 +0,0 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
app/code/Magento/ProductVariantDataExporter/Test/Integration/AbstractProductVariantsTest.php
Please, delete usage of this class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…e-data-export-15 [Imported] 427: System configuration full and updates export.
- Integration test fix
…port into story-443-price-notifications
@magento run all tests |
1 similar comment
@magento run all tests |
|
$actualVariations = $actualData[$data['parent_id']] ?? []; | ||
$eventType = \in_array($data['entity_id'], $actualVariations) ? self::EVENT_VARIATION_CHANGED | ||
: self::EVENT_VARIATION_DELETED; | ||
$websiteId = (string)$this->storeManager->getWebsite(WebsiteInterface::ADMIN_CODE)->getWebsiteId(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will website id be always equal to admin website id?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, AFAIK not possible to change variation on website / store scope
use Magento\Framework\Exception\NoSuchEntityException; | ||
use Magento\Store\Model\StoreManagerInterface; | ||
use Psr\Log\LoggerInterface; | ||
use Magento\Store\Api\Data\WebsiteInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is not used, please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
use Magento\DataExporter\Exception\UnableRetrieveData; | ||
use Magento\Framework\App\ResourceConnection; | ||
use Magento\Framework\Exception\NoSuchEntityException; | ||
use Magento\Store\Api\Data\WebsiteInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is not used, please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…ranovs10/commerce-data-export into story-469-gift-cards
Gift cards price notification events
@magento run all tests |
@magento import pr to magento-commerce/commerce-data-export |
@mslabko the pull request successfully imported. |
Description (*)
Related Pull Requests
magento/magento2#30790
https://github.com/magento/partners-magento2ee/pull/404
skovalenk/magento2#1
https://github.com/skovalenk/partners-magento2ee/pull/1
Fixed Issues (if relevant)
Questions or comments
Code Review Checklist (*)