File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/stripe_android/android/src/main/kotlin/com/flutter/stripe Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class StripeSdkCardPlatformView(
38
38
if (creationParams?.containsKey(" postalCodeEnabled" ) == true ) {
39
39
stripeSdkCardViewManager.setPostalCodeEnabled(cardView, creationParams[" postalCodeEnabled" ] as Boolean )
40
40
}
41
- if (creationParams?.containsKey(" onBehalfOf" )== true ){
41
+ if (creationParams?.containsKey(" onBehalfOf" ) == true ){
42
42
stripeSdkCardViewManager.setOnBehalfOf(cardView, creationParams[" onBehalfOf" ] as String )
43
43
}
44
44
if (creationParams?.containsKey(" countryCode" ) == true ) {
@@ -155,4 +155,4 @@ class StripeSdkCardPlatformView(
155
155
override fun onFlutterViewAttached (flutterView : View ) {
156
156
stripeSdkCardViewManager.onAfterUpdateTransaction(cardView)
157
157
}
158
- }
158
+ }
You can’t perform that action at this time.
0 commit comments