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
안녕하세요. 해당 모듈 잘 사용하고 있습니다. 항상 감사드립니다. :)
@JsonSerializable() class Bypass { bool? isCulturalExpense; String? cashReceiptType; Daou? daou; Tosspayments? tosspayments; Settle? settle; Bypass({ this.isCulturalExpense, this.cashReceiptType, this.daou, this.tosspayments, this.settle, }); factory Bypass.fromJson(Map<String, dynamic> json) => _$BypassFromJson(json); Map<String, dynamic> toJson() => _$BypassToJson(this); }
Bypass에 이니시스/다날 결제창 내의 현금영수증 노출을 제어할 수 있는 필드 요청 드립니다. 감사합니다 ~ :)
The text was updated successfully, but these errors were encountered:
안녕하세요. 무슨 파라미터를 추가해야 하나요? 실제 필요한 파라미터 명을 알려주세요.
Sorry, something went wrong.
답변 감사드립니다 :)
아래와 같은 필드들이 있습니다.
bypass : { acceptmethod : "no_receipt:--va_receipt", //PC를 위한 파라메터 P_RESERVED : "vbank_receipt=N&bank_receipt=N" //모바일을 위한 파라메터 }
bypass : { danal : { ISCASHRECEIPTUI : 'N' } }
해당 파라미터들 추가하여 0.10.16 배포했으니 확인 부탁드립니다.
@anymate98 감사드립니다 :)
No branches or pull requests
안녕하세요.
해당 모듈 잘 사용하고 있습니다. 항상 감사드립니다. :)
Bypass에 이니시스/다날 결제창 내의 현금영수증 노출을 제어할 수 있는 필드 요청 드립니다.
감사합니다 ~ :)
The text was updated successfully, but these errors were encountered: