Skip to content

Commit

Permalink
Release v1.11.0 - Added buyer (#15)
Browse files Browse the repository at this point in the history
* Bump version

* Update README
  • Loading branch information
luca-gr4vy authored Aug 26, 2024
1 parent 2c12180 commit 995506b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Build Status](https://github.com/gr4vy/gr4vy-android/actions/workflows/build.yaml/badge.svg?branch=main)

![Platforms](https://img.shields.io/badge/Platforms-Android-yellowgreen?style=for-the-badge)
![Version](https://img.shields.io/badge/Version-1.10.0-yellowgreen?style=for-the-badge)
![Version](https://img.shields.io/badge/Version-1.11.0-yellowgreen?style=for-the-badge)

Quickly embed Gr4vy in your Android app to store card details, authorize payments, and capture a transaction.

Expand All @@ -26,7 +26,7 @@ repositories {
}
dependencies {
implementation 'com.github.gr4vy:gr4vy-android:v1.10.0'
implementation 'com.github.gr4vy:gr4vy-android:v1.11.0'
}
```

Expand Down Expand Up @@ -104,6 +104,7 @@ These are the options available in this SDK:
| `merchantAccountId` | `Optional` | An optional merchant account ID. |
| `connectionOptions` | `Optional` | An optional set of options passed to a connection when processing a transaction (see https://docs.gr4vy.com/reference#operation/authorize-new-transaction) |
| `connectionOptionsStrings` | `Optional` | A JSON String of connectionOptions |
| `buyer` | `Optional` | An optional buyer object to allow guest checkout (see https://docs.gr4vy.com/reference/transactions/new-transaction) |

| `debugMode` | `Optional` | `true`, `false`. Defaults to `false`, this prints to the console. |

Expand Down

0 comments on commit 995506b

Please sign in to comment.