Commit f9ab867
authored
add tipAmount to BaseTransactionComplete type (#3586)
### Background
Our compliance partners need tipAmount available in the data payload they receive for reporting. This PR updates the BaseTransactionComplete type to include tipAmount as optional.
shop/issues-retail#20523
shop/issues-retail#20463
### Solution
Add tipAmount to BaseTransactionComplete type
### Checklist
- [x] I have 🎩'd these changes
- [ ] I have updated relevant documentation1 parent b26cc8b commit f9ab867
File tree
2 files changed
+6
-0
lines changed- .changeset
- packages/ui-extensions/src/surfaces/point-of-sale/types
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
0 commit comments