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

Incorrect name of Selected Shipping Method #646

Closed
naydav opened this issue Apr 30, 2019 · 2 comments
Closed

Incorrect name of Selected Shipping Method #646

naydav opened this issue Apr 30, 2019 · 2 comments
Assignees
Labels
bug Something isn't working Component: QuoteGraphQl Contribution Day Tickets is good for start on Contribution Day

Comments

@naydav
Copy link
Contributor

naydav commented Apr 30, 2019

The easier way to reproduce a bug is adding assert to current API-functional tests

\Magento\GraphQl\Ups\SetUpsShippingMethodsOnCartTest

public function testSetUpsShippingMethod(string $methodCode, string $methodTitle) {
    self::assertEquals($methodTitle, $shippingAddress['selected_shipping_method']['method_title']);
}

Actual result: method title is incorrect ('1GDN')
Expected result: method title is equal to $methodTitle

@atwixfirster
Copy link
Contributor

Pull request: #647

@naydav naydav added this to the Release: 2.3.2 milestone May 2, 2019
@naydav
Copy link
Contributor Author

naydav commented May 2, 2019

#647

@naydav naydav closed this as completed May 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Component: QuoteGraphQl Contribution Day Tickets is good for start on Contribution Day
Projects
None yet
Development

No branches or pull requests

2 participants