This is a reference source code of an application (under MIT license) using the SDK, provided for demo purpose!
Please add to the gradle.properties file in APP level the values for the following variables from Easy Portal
#Test Keys
TEST_SECRET_KEY = "YOUR_TEST_SECRET_KEY"
TEST_CHECKOUT_KEY = "YOUR_TEST_CHECKOUT_KEY"
#Production keys
PROD_SECRET_KEY = "YOUR_PROD_SECRET_KEY"
PROD_CHECKOUT_KEY = "YOUR_PROD_CHECKOUT_KEY"
#Pre Prod keys
PRE_PROD_SECRET_KEY = "YOUR_PRE_PROD_SECRET_KEY"
PRE_PROD_CHECKOUT_KEY = "YOUR_PRE_PROD_CHECKOUT_KEY"