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

Success callback never called #84

@globules-io

Description

@globules-io

General information

  • SDK/Library version: 2.1.0
  • Platforms: Android
  • Device OS Version and Device: Android 6

Issue description

                   CardIO.scan({
		  "requireExpiry":true,
		  "requireCVV":false,
		  "requirePostalCode":false,
		  "hideCardIOLogo":true,
		  "keepApplicationTheme":true,
		  "allowFreelyRotatingCardGuide":false,
		  "suppressConfirmation":true
		},
		cardScanComplete,
		cardScanCancel);

upon successfull scan, cardScanCancel is called instead of cardScanComplete.
cardScanComplete is never called. Why would my scan always be canceled when it seems to do a successful scan??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions