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
안녕하세요! tosspayments 신모듈을 통해 flutter 앱개발 중입니다.
@JsonSerializable() class Bypass { Daou? daou; Bypass({ this.daou, }); factory Bypass.fromJson(Map<String, dynamic> json) => _$BypassFromJson(json); Map<String, dynamic> toJson() => _$BypassToJson(this); }
에서는 Daou 로만 대응이 가능합니다.
원하는 추가 기능은, 현금영수증 노출하지 않게 하는 것인데, 해당 기능을 수행하기 위해서는 아래와 같은 Map 형태가 필요합니다.
bypass: { cashReceiptType: 'anonymous' }
확인부탁드립니다 :) 항상 고생해주시네요 감사합니다!
The text was updated successfully, but these errors were encountered:
토스페이먼츠에서 사용되는 여러 파라미터들을 추가해 0.10.9 버전 배포했습니다.
Sorry, something went wrong.
감사합니다 :)
No branches or pull requests
안녕하세요! tosspayments 신모듈을 통해 flutter 앱개발 중입니다.
에서는 Daou 로만 대응이 가능합니다.
원하는 추가 기능은, 현금영수증 노출하지 않게 하는 것인데, 해당 기능을 수행하기 위해서는
아래와 같은 Map 형태가 필요합니다.
확인부탁드립니다 :)
항상 고생해주시네요 감사합니다!
The text was updated successfully, but these errors were encountered: