Skip to content

Commit

Permalink
Merge pull request #141 from huiz1990/TRNTYUI-1341
Browse files Browse the repository at this point in the history
TRNTYUI-1341
  • Loading branch information
thomashilz authored Nov 26, 2024
2 parents 9acaffa + 8d3378f commit 3757ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,8 @@ export namespace DomainRobotModels {
fax?: string;
emails?: string[];
billingEmails?: string[];
payment?: string;
paymentMode?: PaymentConstants;
payment?: PaymentConstants;
paymentMode?: string;
paymentCurrency?: Currency;
paymentCurrencyExchangeFee?: number;
discount?: number;
Expand Down

0 comments on commit 3757ef4

Please sign in to comment.