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

Add docs about IamportPayment and PaymentData #65

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

SuhwanCha
Copy link

Overview
This PR writes document properties on IamportPayment and PaymentData.

Please follow link below to get more information about documentation:
https://dart.dev/guides/language/effective-dart/documentation

Usage

image

image

image

Todo

I can not found documentation about some properties,

  String? customerUid; // 정기결제 카드정보

  bool? popup; // 페이팔 팝업 여부
  String? naverUseCfm; // 네이버페이 이용완료일
  bool? naverPopupMode; // 네이버페이 팝업 여부
  List<NaverProducts>? naverProducts; // 네이버 상품정보
  bool? naverCultureBenefit;
  String? naverProductCode;
  String? naverActionType;
  NaverInterface? naverInterface;
  Map<String, String>? period; // [이니시스. 다날. 나이스] 서비스 제공기간 표기
  String? company; // [다날 - 휴대폰 소액결제 전용] 주문명: (company) name 대비
  bool? niceMobileV2 = true;

please document for this properties too.

@SuhwanCha SuhwanCha marked this pull request as ready for review February 7, 2022 07:22
@SuhwanCha
Copy link
Author

@@ -13,7 +13,7 @@ class IamportWebView extends StatefulWidget {
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file was not changed, but sync with upstream

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

Successfully merging this pull request may close these issues.

1 participant