Skip to content

Commit

Permalink
決済サービスプロバイダーのIPaymentUrlSettingsにuse3DSを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Jan 28, 2024
1 parent 3b1c199 commit 7177f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- 注文取引のresult拡張
- 注文取引にignoreAccpetedOffersFromResultオプションを追加
- 注文取引検索条件拡張
- 決済サービスプロバイダーのIPaymentUrlSettingsにuse3DSを追加

### Changed

Expand Down
1 change: 1 addition & 0 deletions src/service/paymentService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export interface IPaymentUrlSettings {
expiresInSeconds: number;
useCallback?: boolean;
useWebhook?: boolean;
use3DS?: boolean;
}
export type ICallbackType3ds = 'GET' | 'POST';
export interface IProviderCredentials {
Expand Down

0 comments on commit 7177f02

Please sign in to comment.