Skip to content

Commit

Permalink
android에서도 m_redirect_url파라메터 처리될 수 있도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jangbora committed Sep 28, 2017
1 parent 3214f20 commit 285c8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class IAmPort extends Component {
pg : '${params.pg}',
pay_method : '${params.pay_method}',
merchant_uid : '${merchant_uid}',
m_redirect_url : '${params.m_redirect_url}',
app_scheme : '${params.app_scheme}',
name : '${params.name}',
amount : ${params.amount},
Expand Down

0 comments on commit 285c8ed

Please sign in to comment.