Skip to content

Inability to run Visa Checkout sample codes for the SampleCode.java #41

@Zeeshan7293

Description

@Zeeshan7293

In the SampleCode.java, while displaying the options for choosing which sample code to run (Code Sample Names), the displayed options are:
DecryptVisaCheckoutData
CreateVisaCheckoutTransaction

However, in the switch case the case operands are named differently.
case "VisaCheckoutDecrypt":
DecryptVisaCheckoutData.run(apiLoginId, transactionKey);
break;
case "VisaCheckoutTransaction":
CreateVisaCheckoutTransaction.run(apiLoginId, transactionKey);
break;

This causes both these sample code to never run from the SampleCode.java.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions