We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
안녕하세요~ 파일 이름에 오타가 하나 있는 것 같아서 이슈 올립니다!
data: CertificationData( merchantUid: 'mid_${DateTime.now().millisecondsSinceEpoch}', // 주문번호 company: '아임포트', // 회사명 또는 URL carrier: 'SKT', // 통신사 name: '', // 이름 phone: '', // 전화번호 ),
이 부분의 데이터는 사용자로부터 입력받고 싶은 데이터인데 required 라고 되어있어서요.(통신사, 이름, 번호) 그냥 비워두어도 괜찮은건가요?
별개로 좋은 패키지 제공해주신거 정말 감사드립니다~
The text was updated successfully, but these errors were encountered:
피드백 감사합니다. 통신사의 경우에는 값을 설정하지 않으면 직접 선택할 수 있을것이고 회사명은 가맹점 측에서 직접 입력해주셔야 합니다. 해당 부분 다시 한번 테스트 거쳐 이후 수정사항에 반영할 수 있도록 하겠습니다.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
안녕하세요~ 파일 이름에 오타가 하나 있는 것 같아서 이슈 올립니다!
이 부분의 데이터는 사용자로부터 입력받고 싶은 데이터인데 required 라고 되어있어서요.(통신사, 이름, 번호) 그냥 비워두어도 괜찮은건가요?
별개로 좋은 패키지 제공해주신거 정말 감사드립니다~
The text was updated successfully, but these errors were encountered: