Baumeyer Kévin
Baumeyer Kévin
Hi, I'm having the same issue when using the DropInClient to request to vault a PayPal account, here is the code (kotlin) that I used on a test jetpack compose...
@sshropshire It's working after removing the intent-filter, thanks !
Hello @jaynewstrom-stripe no I do not have `android.enableR8.fullMode=true` in my `gradle.properties`. I'm using the default android optimize proguard file as well as the project's one (`build.gradle.kts`): ```kotlin proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro") ```...
Hi, Here you go, its very minimalistic, so you need to edit the source code to set the keys and secrets. You have a "server" folder that contains a node.js...
Hi, I just updated to v6.0.0 and encountered a similar issue (or the same maybe). A workaround that works for me is putting the Marker inside a key block, maybe...