card.io-Cordova-Plugin icon indicating copy to clipboard operation
card.io-Cordova-Plugin copied to clipboard

Icon on card details screen when opted to suppress

Open anthonyhumphreys opened this issue 7 years ago • 2 comments

Hello, I am using the plugin in an ionic (v1) application. I have had a report from a user that they were concerned when inputting their card details as we mention payment processing via stripe and then display a paypal logo. This surprised me as I have the option 'useCardIOLogo' set to true which hides it in the scan, but apparently not on the 'card details' view when more info is required.

This is potentially deterring customers, as it looks a little sketchy!

Here is my config:

CardIO.scan({
          "requireExpiry": true,
          "requireCVV": true,
          "requirePostalCode": true,
          "restrictPostalCodeToNumericOnly": false,
          "suppressManual": true,
          "keepApplicationTheme": true,
          "scanExpiry": true,
          "guideColor": "#FFFFFF",
          "useCardIOLogo": true,
          "requireCardholderName": true
        }, onCardIOComplete, onCardIOCancel);

As I say, the CardIO logo is shown when scanning, it is the card detail view which is displaying the paypal logo erroneously.

anthonyhumphreys avatar Jul 21 '17 18:07 anthonyhumphreys

Same with Ionic v3

MoemenMostafa avatar Nov 21 '17 16:11 MoemenMostafa

+1 Same here

skaman avatar Apr 09 '18 14:04 skaman