Skip to content

Commit

Permalink
fix: adapt create requisition service to ICM release 7.10.26.2-LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber committed Dec 16, 2020
1 parent beb81c7 commit 219619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/basket/basket.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export class BasketService {
}

return this.orderService.createOrder(basketId, true).pipe(
concatMap(() => this.getBasket()),
concatMap(() => of(undefined)),
catchError(err => {
if (err.status === 422) {
return of(undefined);
Expand Down

1 comment on commit 219619a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Demo Servers are available:

Please sign in to comment.