PayMittoEnvironment
Available values
| Case | Description |
|---|---|
| PRODUCTION | The live environment where real users interact with your application. |
| SANDBOX | A safe, isolated environment designed for development, testing, and experimentation. |
Note: there are other values available but for testing purposes.
Usage
import com.paymitto.android.sdk.PayMittoEnvironment
val environment = PayMittoEnvironment.PRODUCTIONUpdated 1 day ago
