Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ioan-ghisoi-cko committed Jul 20, 2020
1 parent 6b5e4dd commit b0d11e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ dependencies {
implementation 'com.android.support:design:27.1.1'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.github.checkout:frames-android:v2.1.2'
implementation 'com.github.checkout:frames-android:v2.1.3'
}
```

> You can find more about the installation [here](https://jitpack.io/#checkout/frames-android/v2.1.2)
> You can find more about the installation [here](https://jitpack.io/#checkout/frames-android/v2.1.3)
> Please keep in mind that the Jitpack repository should to be added to the project gradle file while the dependency should be added in the module gradle file. [(see more about gradle files)](https://developer.android.com/studio/build)
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies {
// initialise the payment from
mPaymentForm = findViewById(R.id.checkout_card_form);
mPaymentForm
.setSubmitListener(mSubmitListener) // set the callback
.setFormListener(mFormListener) // set the callback
.setEnvironment(Environment.SANDBOX) // set the environemnt
.setKey("pk_xxx"); // set your public key
```
Expand Down

0 comments on commit b0d11e8

Please sign in to comment.