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
I need to disable scan card button in add card view but when i set to false cardScanningEnabled in STPPaymentConfiguration the button not disapear. The only issue for remove this button is remove NSCameraUsageDescription in info.plist but i need this for other usage.
Hello Team,
Summary
I need to disable scan card button in add card view but when i set to false cardScanningEnabled in STPPaymentConfiguration the button not disapear. The only issue for remove this button is remove NSCameraUsageDescription in info.plist but i need this for other usage.
Code to reproduce
SDK version
21.2.0
Other information
In STPAddCardViewController i see the lines where the button is created :
cardScanningEnabled is not used for display cause is not nil this value is false but i can't set to nil in my code is Bool var.
The text was updated successfully, but these errors were encountered: