Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SoleeChoi committed Nov 23, 2018
2 parents 672ac75 + 96de62e commit cd0693f
Show file tree
Hide file tree
Showing 146 changed files with 53,754 additions and 2,608 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -205,7 +205,7 @@

class App extends React.Component {
callback = (response) => {
// 결제 성공/실패 여부에 따라 콜백처리
/* response에 따라 결제 성공/실패시 로직 작성 */
}

render() {
Expand All @@ -230,7 +230,7 @@
callback={this.callback} // 결제 종료 후 콜백
loading={{
message: '잠시만 기다려주세요...', // 로딩화면 메시지
image: require('img/iamport-logo.png') // 로딩화면 이미지
image: require('img/iamport-logo.png') // 커스텀 로딩화면 이미지
}}
/>
);
Expand All @@ -256,7 +256,7 @@

class App extends React.Component {
callback = (response) => {
// 결제 성공/실패 여부에 따라 콜백처리
/* response에 따라 본인인증 성공/실패시 로직 작성 */
}

render() {
Expand All @@ -272,7 +272,7 @@
callback={this.callback} // 본인인증 종료 후 콜백
loading={{
message: '잠시만 기다려주세요...', // 로딩화면 메시지
image: require('img/iamport-logo.png') // 로딩화면 이미지
image: require('img/iamport-logo.png') // 커스텀 로딩화면 이미지
}}
/>
);
Expand Down
17 changes: 17 additions & 0 deletions android/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>android</name>
<comment>Project android created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions android/.settings/org.eclipse.buildship.core.prefs
@@ -0,0 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1

0 comments on commit cd0693f

Please sign in to comment.