Skip to content

Commit

Permalink
access_id is null if not use 3ds
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyafurudono committed May 28, 2024
1 parent 15980b5 commit a08da41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/openapi3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1719,8 +1719,6 @@ components:
pattern: '^(\d{4})/(\d{2})/(\d{2}) (\d{2}):(\d{2}):(\d{2}).(\d{3})$'
card:
type: object
required:
- access_id
properties:
card_no:
type: string
Expand Down Expand Up @@ -1768,6 +1766,7 @@ components:
nullable: true
access_id:
type: string
nullable: true
acs:
type: string
nullable: true
Expand Down

0 comments on commit a08da41

Please sign in to comment.