diff --git a/archigator/src/app/checkout/checkout.component.ts b/archigator/src/app/checkout/checkout.component.ts index 534cb75..e2cf34e 100644 --- a/archigator/src/app/checkout/checkout.component.ts +++ b/archigator/src/app/checkout/checkout.component.ts @@ -219,7 +219,7 @@ export class CheckoutComponent implements OnInit { const errDetail = error.error?.detail || 'An error occurred'; - this.errorMessage = `Error ${error.status}: ${errDetail}`; + this.errorMessage = `${errDetail}`; this.spinLoader = false; }