You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stripe Terminal SDK Android has undergone a disruptive change from 4.0.0 to 4.1.0.
- public final data class SimulatorConfiguration public constructor(update: com.stripe.stripeterminal.external.models.SimulateReaderUpdate = COMPILED_CODE, simulatedCard: com.stripe.stripeterminal.external.models.SimulatedCard = COMPILED_CODE, simulatedTipAmount: kotlin.Long? = COMPILED_CODE) {+ public final data class SimulatorConfiguration public constructor(update: com.stripe.stripeterminal.external.models.SimulateReaderUpdate = COMPILED_CODE, simulatedCard: com.stripe.stripeterminal.external.models.SimulatedCard = COMPILED_CODE, simulatedTipAmount: kotlin.Long? = COMPILED_CODE, offlineEnabled: kotlin.Boolean = COMPILED_CODE) {
Platform
Describe the bug
While creating build with latest version getting this error
node_modules/@capacitor-community/stripe-terminal/android/src/main/java/com/getcapacitor/community/stripe/terminal/StripeTerminal.kt:154:17 Too many arguments for 'constructor(update: SimulateReaderUpdate = ..., simulatedCard: SimulatedCard = ..., simulatedTipAmount: Long? = ...): SimulatorConfiguration'.
If I comment argument false in line number 154 in StripeTerminal.kt build works fine.
Expected behavior
The build should work fine
Usage Product
If you adopt this plugin, please let us know which product you are using.
Product Name:
Product URL :
Using Function:
The text was updated successfully, but these errors were encountered: