Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
GraphQL-431: Reformatted with use_for_shipping = true.
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksLi committed Mar 28, 2019
1 parent b9b55be commit c8c9c4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,9 @@ public function testSetBillingAddressIfCustomerIsNotOwnerOfAddress()
*
* @throws \Exception
*/
public function testSetBillingAddressWithUseForShippingOptionForMultipleAddresses()
public function testSetBillingAddressWithUseForShippingOption()
{
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_order_1');
$maskedQuoteId = $this->getMaskedQuoteIdByReversedQuoteId()->execute('test_order_1');

$query = <<<QUERY
mutation {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ public function testSetNewBillingAddressWithUseForShippingParameter()
*
* @throws \Exception
*/
public function testSetBillingAddressWithUseForShippingOptionForMultipleAddresses()
public function testSetBillingAddressWithUseForShippingOption()
{
$maskedQuoteId = $this->getMaskedQuoteIdByReversedQuoteId('test_order_with_simple_product_multiple_addresses');
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_order_with_simple_product_multiple_addresses');

$query = <<<QUERY
mutation {
Expand Down

0 comments on commit c8c9c4d

Please sign in to comment.