Skip to content

Commit bc18787

Browse files
committed
bump version
1 parent d9d10ed commit bc18787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The minimum supported SDK version is 15
2828
**Step 2.** Add the dependency
2929

3030
dependencies {
31-
compile 'com.github.Flutterwave:rave-android:1.0.18'
31+
compile 'com.github.Flutterwave:rave-android:1.0.19'
3232
}
3333

3434
**Step 3.** Add the required permission
@@ -83,6 +83,7 @@ Set the public key, private key and other required parameters. The `RavePayManag
8383
| allowSaveCardFeature(boolean) | Set to `true` if you want your users to be able to save their cards for later reuse otherwise set to `false` | `boolean` | Required
8484
| setMeta(`List<Meta>`) | Pass in any other custom data you wish to pass. It takes in a `List` of `Meta` objects | List<Meta> | Not Required
8585
| withTheme(styleId) | Sets the theme of the UI. | `int` | Not Required
86+
| setPaymentPlan(payment_plan) | If you want to do recurrent payment, this is the payment plan ID to use for the recurring payment, you can see how to create payment plans [here](https://flutterwavedevelopers.readme.io/v2.0/reference#create-payment-plan) and [here](https://flutterwavedevelopers.readme.io/docs/recurring-billing). This is only available for card payments | `String` | Not Required
8687
| initialize() | Launch the Rave Payment UI | N/A | Required
8788

8889
> **SECURITY ALERT**

0 commit comments

Comments
 (0)