Tap-Payments / gosellSDK-Flutter

Flutter plugin for goSellSDK
MIT License
11 stars 24 forks source link

Specifying Allowed Card Types #18

Open AHEqab opened 3 years ago

AHEqab commented 3 years ago

Hi !

I'm trying to restrict the card types to only credit cards or only debit cards. However, regardless of what is the value set for allowedCadTypes, I'm getting all debit (Benefit) and credit card payment options.

Image of AEBits.com

Please do let us know how to restrict that.

Thanks

AbdeldjalilChougui commented 3 years ago

I have an issue here I want to allow both credit and debit How is that could be possible ?

AHEqab commented 3 years ago

I have an issue here I want to allow both credit and debit How is that could be possible ?

If you don't specify the allowed card types, you'll achieve that

AbdeldjalilChougui commented 3 years ago

Is there a way to specify the card type for both credit and debit ?