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

KG이니시스 결제창 내 현금영수증 노출 제어 파라미터 추가요청 #125

Open
vagabondms opened this issue Jan 30, 2024 · 4 comments

Comments

@vagabondms
Copy link

안녕하세요.
해당 모듈 잘 사용하고 있습니다. 항상 감사드립니다. :)

@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에 이니시스/다날 결제창 내의 현금영수증 노출을 제어할 수 있는 필드 요청 드립니다.
감사합니다 ~ :)

@vagabondms vagabondms changed the title KG이니시스 결제창 내 현금영수증 노출 제어 파라미터 추가. KG이니시스 결제창 내 현금영수증 노출 제어 파라미터 추가요청 Jan 30, 2024
@anymate98
Copy link
Contributor

안녕하세요. 무슨 파라미터를 추가해야 하나요? 실제 필요한 파라미터 명을 알려주세요.

@vagabondms
Copy link
Author

답변 감사드립니다 :)

아래와 같은 필드들이 있습니다.

bypass : {
acceptmethod : "no_receipt:--va_receipt", //PC를 위한 파라메터
P_RESERVED : "vbank_receipt=N&bank_receipt=N" //모바일을 위한 파라메터
}
bypass : { 
 danal :ISCASHRECEIPTUI : 'N'
   }  
}

@anymate98
Copy link
Contributor

해당 파라미터들 추가하여 0.10.16 배포했으니 확인 부탁드립니다.

@vagabondms
Copy link
Author

@anymate98 감사드립니다 :)

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