- 가상계좌 결제시 결제결과에 가상계좌정보 포함되도록 수정
- payment method가 대문자로 치환하여 적용하도록 변경
- bootpay실행부분 exception catch 되도록 변경
- ios에서 결제수단을 무조건 소문자로 치환하여 처리되도록 수정.
- android onActivityResult 수행시 결제모듈로 실행될 경우에만 MethodChannel로 응답처리되게 수정.
- Flutter PlatformChannel에서 발생하는 에러 fix.
- Example 수정
- bootpay 미지원 method 주석처리
- changed bootpay version for android
- ignored .vscode directory
- android back button 터치시 사용자에 의한 취소로 처리되게 수정함.
- ios 결제값 return로직 변경
- README example 오타 수정 ( ╥﹏╥) ノシ
- README example 오타 수정.
- 결제상태 처리를 bootpay의 action으로 대체.
- README example 수정.
- bootpay_flutter version변경.
- Removed unused dependencies.
- Updated package description.
- Reformatted dart code.
- initial release.