Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

오타 수정 요청: lib/Iamport_certification.dart -> lib/iamport_certification.dart #85

Open
5yearsKim opened this issue Sep 28, 2022 · 1 comment · May be fixed by #86
Open

오타 수정 요청: lib/Iamport_certification.dart -> lib/iamport_certification.dart #85

5yearsKim opened this issue Sep 28, 2022 · 1 comment · May be fixed by #86

Comments

@5yearsKim
Copy link

안녕하세요~ 파일 이름에 오타가 하나 있는 것 같아서 이슈 올립니다!

  • 하나 궁금한 질문이 있는데요,
  data: CertificationData(
   merchantUid: 'mid_${DateTime.now().millisecondsSinceEpoch}',  // 주문번호
   company: '아임포트',                                            // 회사명 또는 URL
   carrier: 'SKT',                                               // 통신사
   name: '',                                                 // 이름
   phone: '',                                         // 전화번호
 ),

이 부분의 데이터는 사용자로부터 입력받고 싶은 데이터인데 required 라고 되어있어서요.(통신사, 이름, 번호) 그냥 비워두어도 괜찮은건가요?

별개로 좋은 패키지 제공해주신거 정말 감사드립니다~

@anymate98
Copy link
Contributor

피드백 감사합니다. 통신사의 경우에는 값을 설정하지 않으면 직접 선택할 수 있을것이고 회사명은 가맹점 측에서 직접 입력해주셔야 합니다. 해당 부분 다시 한번 테스트 거쳐 이후 수정사항에 반영할 수 있도록 하겠습니다.

@jeesang7 jeesang7 linked a pull request Nov 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants