Feature: Sale Analysis is working
Fix: Cashier Checkout multiple entries
This commit is contained in:
@ -4,7 +4,7 @@ import { Observable } from 'rxjs/internal/Observable';
|
||||
import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http';
|
||||
import { CashierCheckout } from './cashier-checkout';
|
||||
import { ErrorLoggerService } from '../core/error-logger.service';
|
||||
import {User} from "../core/user";
|
||||
import { User } from '../core/user';
|
||||
|
||||
const httpOptions = {
|
||||
headers: new HttpHeaders({'Content-Type': 'application/json'})
|
||||
|
||||
Reference in New Issue
Block a user