Skip to content

Commit 2b319a4

Browse files
authored
Merge pull request #37 from danmarshall/master
lowercase vat property of receipt card
2 parents 43d1189 + 6e68e95 commit 2b319a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/directLine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export interface Receipt {
110110
items?: ReceiptItem[],
111111
tap?: CardAction,
112112
tax?: string,
113-
VAT?: string,
113+
vat?: string,
114114
total?: string,
115115
buttons?: CardAction[]
116116
}

0 commit comments

Comments
 (0)