Skip to content

Commit

Permalink
fix(types): make legacyReference in RefundItem optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Sep 12, 2021
1 parent fca476a commit 5aa2e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/restfulTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export type LegacyReference = {
export type RefundItem = {
refundAmount: Amount,
lineItemId: string,
legacyReference: LegacyReference
legacyReference?: LegacyReference
};

export type IssueRefundRequest = {
Expand Down

0 comments on commit 5aa2e9e

Please sign in to comment.