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

tosspayments 신모듈에서 bypass 대응 확장 부탁드립니다. #101

Closed
howyoujini opened this issue Apr 19, 2023 · 2 comments
Closed

Comments

@howyoujini
Copy link

안녕하세요! 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' 
}

확인부탁드립니다 :)
항상 고생해주시네요 감사합니다!

@howyoujini howyoujini changed the title tosspayments 신모듈에서 bypass 대응 확장 tosspayments 신모듈에서 bypass 대응 확장 부탁드립니다. Apr 19, 2023
@anymate98
Copy link
Contributor

토스페이먼츠에서 사용되는 여러 파라미터들을 추가해 0.10.9 버전 배포했습니다.

@howyoujini
Copy link
Author

감사합니다 :)

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

No branches or pull requests

2 participants