submit Form
final Unit submitForm<TR extends Transaction>(Context $self, TR transaction, Boolean isDev)
Content copied to clipboard
요청 폼 제출
작성한 폼을 EximPay 앱으로 전송
See also
NOTE
EximPay 앱과 연동이 불가능한 경우 사용 하십시오.
Example
CardApprovalForm(..).also { submitForm(it, true) }
Content copied to clipboard
Parameters
transaction
요청 폼 인스턴스
is Dev
테스트 여부, true 시 가응답 반환
final Unit submitForm<TR extends Transaction>(Context $self, TR transaction)
Content copied to clipboard
요청 폼 제출
작성한 폼을 EximPay 앱으로 전송
See also
NOTE
EximPay 앱과 연동이 되지 않은 경우 사용 불가
Example
CardApprovalForm(..).also { submitForm(it) }
Content copied to clipboard
Parameters
transaction
요청 폼 인스턴스