Skip to content

Commit

Permalink
#1 change type for vat percentage -> from number to string
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 30, 2019
1 parent 328724c commit dff7175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/model/additional-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class AdditionalService {
formattedDiscountedPrice: string;
vatApplies: boolean;
vatIncluded: boolean;
vatPercentage: number;
vatPercentage: string;
//

//
Expand Down

0 comments on commit dff7175

Please sign in to comment.