-
Notifications
You must be signed in to change notification settings - Fork 393
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
CXSPA/9197: Remove unused method in major release #19833
Conversation
a year ago we deprecated officially (via JSDocs which are visible to customers) the original method and told customers to use the V2 method instead. Thanks to this advice, some of them them might have moved to V2, to adapt to the future breaking changes in advance.
|
|
||
//TODO: CXINT-2896: Rename this method to `getOrderDetails` in next major release | ||
getOrderDetailsV2(code: string): Observable<Order | undefined> { | ||
getOrderDetails(code: string): Observable<Order | undefined> { |
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.
major:
Since the getOrderDetails
method was deprecated with the information to use getOrderDetailsV2
instead, we should keep the one with V2 suffix to be in line with the deprecation message (and to be fair to our customers).
In addition to what Kris said, let's change target branch to |
spartacus
|
Project |
spartacus
|
Branch Review |
CXSPA-9197-refactoring-myaccountv2
|
Run status |
|
Run duration | 11m 36s |
Commit |
|
Committer | anjana-bl |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
3
|
|
2
|
|
0
|
|
125
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
…CXSPA-9067)" (#19749) Co-authored-by: Radhep Sabapathipillai <34665674+RadhepS@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… from a category (#19576) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Closes: CXSPA-9124
…ner is visible and ensure clear visible focus for accessibility (#19728)
…BoxComponent (#19680) Co-authored-by: Giancarlo Cordero Ortiz <46171897+giancorderoortiz@users.noreply.github.com>
…pacing settings (#19707)
Co-authored-by: Christoph Hinssen <33626130+ChristophHi@users.noreply.github.com>
…button (#19731) Co-authored-by: Christoph Hinssen <33626130+ChristophHi@users.noreply.github.com>
Closes CXSPA-9113
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giancarlo Cordero Ortiz <46171897+giancorderoortiz@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Giancarlo Cordero Ortiz <46171897+giancorderoortiz@users.noreply.github.com>
…19662) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Giancarlo Cordero Ortiz <46171897+giancorderoortiz@users.noreply.github.com>
Closes: CXSPA-9130
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Giancarlo Cordero Ortiz <46171897+giancorderoortiz@users.noreply.github.com>
586692f
to
b845a7e
Compare
https://jira.tools.sap/browse/CXSPA-9197