Skip to content

Commit

Permalink
export IMkknInfo,IYkknInfo,IPurchaseNumberInfo on checkMovieTicketAction
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed May 24, 2024
1 parent e8f07e5 commit 602e062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- 決済URL発行タスクを追加
- define acceptPayAction
- support async accpetCOAOffer
- export IMkknInfo,IYkknInfo on checkMovieTicketAction
- export IMkknInfo,IYkknInfo,IPurchaseNumberInfo on checkMovieTicketAction

### Changed

Expand Down
1 change: 1 addition & 0 deletions src/action/check/paymentMethod/movieTicket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import * as PayActionFactory from '../../trade/pay';
export type IAgent = ActionFactory.IParticipantAsWebApplication | ActionFactory.IParticipantAsPerson;
export type IPurchaseNumberAuthIn = surfrockFactory.service.auth.purchaseNumberAuth.IPurchaseNumberAuthIn;
export type IPurchaseNumberAuthResult = surfrockFactory.service.auth.purchaseNumberAuth.IPurchaseNumberAuthResult;
export type IPurchaseNumberInfo = surfrockFactory.service.auth.purchaseNumberAuth.IPurchaseNumberInfo;
export type IMkknInfo = surfrockFactory.service.auth.purchaseNumberAuth.INvalidTicket;
export type IYkknInfo = surfrockFactory.service.auth.purchaseNumberAuth.IValidTicket;
/**
Expand Down

0 comments on commit 602e062

Please sign in to comment.