Sergii Ivashchenko
Sergii Ivashchenko
@paras89 can you please help with this issue? What files/content do you think will be helpful to implement autogeneration for?
Tasks ## Just marking interfaces as API Core modules: https://github.com/magento/magento2/issues/32011 https://github.com/magento/magento2/issues/32013 https://github.com/magento/magento2/issues/32014 https://github.com/magento/magento2/issues/32015 https://github.com/magento/magento2/issues/32017 https://github.com/magento/magento2/issues/32018 https://github.com/magento/magento2/issues/32020 https://github.com/magento/magento2/issues/32021 https://github.com/magento/magento2/issues/32022 https://github.com/magento/magento2/issues/32023 Framework: https://github.com/magento/magento2/issues/32024 https://github.com/magento/magento2/issues/32025 https://github.com/magento/magento2/issues/32026 https://github.com/magento/magento2/issues/32027 https://github.com/magento/magento2/issues/32028 https://github.com/magento/magento2/issues/32029 https://github.com/magento/magento2/issues/32030 https://github.com/magento/magento2/issues/32031 https://github.com/magento/magento2/issues/32032 https://github.com/magento/magento2/issues/32033...
Thanks for review @cpartica ! Updates and comments: - approval_flow was extracted from Purchase order object and added to purchase-order-rule.graphqls - Added purchase_orders_enabled field is present as part of the...
- Sort Order field determine the position of this item in the list of payment methods that is displayed during checkout. This is relative to the other payment methods. (0...
- The sequence of payment methods should be handled by Quote module: sorted array of available_payment_methods field of Cart type. - PlaceOrder mutation defined in the Quote module does not...
- type PurchaseOrder implements OrderInterface - type PlaceOrderOutput {orderV2: OrderInteface! errors: [PlaceOrderOutputError!]!} - Quote -> Purchase Order - existing placeOrder mutation from Quote schema, Purchase Order -> Order - add...
Hi @chfabbro , that is a PHPUnit configuration, it cannot be changed until PHPUnit will introduce an alternative
@chfabbro thanks for the review! To summarize: - I've added property and methods `setRequestId` and `getRequestId` to all the request classes (extracting the `requestId` and `locale` field to an abstract...
@chfabbro if you confirm the changes, I will adjust the tests and add test coverage for the introduced functionality.
@chfabbro tests are fixed and new functionality test coverage is provided. I did also fix the `AdobeStock\Api\Test\LicenseFactoryTest::downloadAssetRequestShouldReturnValidRequestObject` that is failing on master branch.