public class PatpassComercio extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PatpassComercio.Inscription
This class represents the details of a MallTransactionCommit.
|
| Constructor and Description |
|---|
PatpassComercio() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configureForIntegration(String commerceCode,
String apiKey)
Configures the environment for integration.
|
static void |
configureForMock()
Configures the environment for mock testing.
|
static void |
configureForProduction(String commerceCode,
String apiKey)
Configures the environment for integration.
|
static void |
configureForTesting()
Configures the environment for testing.
|
static void |
configureForTestingDeferred()
Configures the environment for testing deferred transactions.
|
public static void configureForIntegration(String commerceCode, String apiKey)
commerceCode - The commerce code.apiKey - The API key.public static void configureForProduction(String commerceCode, String apiKey)
commerceCode - The commerce code.apiKey - The API key.public static void configureForTesting()
public static void configureForTestingDeferred()
public static void configureForMock()
Copyright © 2018–2024. All rights reserved.