Fix #83
This commit is contained in:
@@ -50,7 +50,8 @@ export class DataService {
|
||||
* @returns Observable
|
||||
*/
|
||||
public createTransaction(
|
||||
symbol: string,
|
||||
comment: string,
|
||||
isin: string,
|
||||
time: string,
|
||||
count: number,
|
||||
price: number
|
||||
@@ -60,9 +61,10 @@ export class DataService {
|
||||
return this.http.post(
|
||||
API_URL + 'transaction',
|
||||
{
|
||||
comment,
|
||||
count,
|
||||
isin,
|
||||
price,
|
||||
symbol,
|
||||
time,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user