Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Icon on card details screen when opted to suppress #72

Open
anthonyhumphreys opened this issue Jul 21, 2017 · 2 comments
Open

Icon on card details screen when opted to suppress #72

anthonyhumphreys opened this issue Jul 21, 2017 · 2 comments

Comments

@anthonyhumphreys
Copy link

anthonyhumphreys commented Jul 21, 2017

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.

@MoemenMostafa
Copy link

Same with Ionic v3

@skaman
Copy link

skaman commented Apr 9, 2018

+1 Same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants