Iván Carrasco

Results 3 comments of Iván Carrasco

> Temporarily published [RxJava3.x branch version](https://github.com/softartdev/ReactiveNetwork) from [my Maven Central account](https://repo1.maven.org/maven2/io/github/softartdev/reactivenetwork-rx3/4.0.0/). If anyone needs it: > > ``` > dependencies { > implementation("io.github.softartdev:reactivenetwork-rx3:4.0.0") > } > ``` Thanks so much,...

Thanks for the suggestions, I will have them into account for future ideas and versions :)

Hi @sarahkoop we are using `PayPalVaultRequest`. ``` kotlin fun launchAddPaypalFlow(activity: FragmentActivity, captchaToken: String?, listener: PayPalListener) { PayPalClient(activity, braintreeClient) .apply { setListener(listener) } .tokenizePayPalAccount(activity, PayPalVaultRequest()) } ```