-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GraphQL-418: [Shipping methods] Set Shipping Methods on Cart
- Loading branch information
Showing
8 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,7 @@ public function testSetMultipleShippingMethods() | |
* @param string $shippingCarrierCode | ||
* @param string $shippingAddressId | ||
* @return string | ||
* @SuppressWarnings(PHPMD.UnusedPrivateMethod) | ||
*/ | ||
private function prepareMutationQuery( | ||
string $maskedQuoteId, | ||
|
@@ -163,6 +164,7 @@ private function prepareMutationQuery( | |
/** | ||
* @param string $reversedQuoteId | ||
* @return string | ||
* @SuppressWarnings(PHPMD.UnusedPrivateMethod) | ||
*/ | ||
private function getMaskedQuoteIdByReversedQuoteId(string $reversedQuoteId): string | ||
{ | ||
|
@@ -176,6 +178,7 @@ private function getMaskedQuoteIdByReversedQuoteId(string $reversedQuoteId): str | |
* @param string $reversedQuoteId | ||
* @param int $customerId | ||
* @return string | ||
* @SuppressWarnings(PHPMD.UnusedPrivateMethod) | ||
*/ | ||
private function assignQuoteToCustomer( | ||
string $reversedQuoteId, | ||
|
@@ -192,6 +195,7 @@ private function assignQuoteToCustomer( | |
* @param string $username | ||
* @param string $password | ||
* @return array | ||
* @SuppressWarnings(PHPMD.UnusedPrivateMethod) | ||
*/ | ||
private function getHeaderMap(string $username = '[email protected]', string $password = 'password'): array | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
dev/tests/integration/testsuite/Magento/Checkout/_files/enable_all_shipping_methods.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...ts/integration/testsuite/Magento/Checkout/_files/enable_all_shipping_methods_rollback.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters