Skip to content

Commit

Permalink
注文のpaymentMethods.typeOfを非推奨化(paymentMethods.paymentMethod.identifier…
Browse files Browse the repository at this point in the history
…へ移行)
  • Loading branch information
ilovegadd committed Aug 30, 2023
1 parent 436fa93 commit a493cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Deprecated

- 注文のpaymentMethods.typeOfを非推奨化(paymentMethods.paymentMethod.identifierへ移行)

### Removed

### Fixed
Expand Down
1 change: 1 addition & 0 deletions src/order.ts
Expand Up @@ -67,6 +67,7 @@ export interface IReferencedInvoice {
accountId?: string;
/**
* 決済方法区分コード
* @deprecated Use paymentMethod.identifier
*/
typeOf: string;
/**
Expand Down

0 comments on commit a493cc2

Please sign in to comment.