Skip to content

Commit 6e68e95

Browse files
committed
lowercase vat property of receipt card
1 parent 43d1189 commit 6e68e95

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)