Skip to content

Commit

Permalink
決済サービスプロバイダーIFを最適化(nameを除外)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Dec 20, 2023
1 parent cf03643 commit a2af40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- 施設コンテンツのICreateParamsを最適化
- プロダクトIFを最適化(offersを除外)
- 決済サービスIFを最適化(providerを除外)
- 決済サービスプロバイダーIFを最適化(nameを除外)

### Deprecated

Expand Down
3 changes: 1 addition & 2 deletions src/service/paymentService.ts
Expand Up @@ -45,8 +45,7 @@ export interface IProviderCredentials {
*/
stCd?: string;
}

export interface IProvider extends Pick<ISeller, 'name' | 'typeOf'> {
export interface IProvider extends Pick<ISeller, 'typeOf'> {
/**
* 販売者ID
*/
Expand Down

0 comments on commit a2af40e

Please sign in to comment.