package merchant const SDK_VERSION = "1.0.0" const BASE_URL = "https://api.adapay.tech" const PAGE_BASE_URL = "https://api.adapay.tech" const BATCH_ENTRYS = "/v1/batchEntrys/userEntry" const QUERY_ENTRY = "/v1/batchEntrys/userEntry" const MER_CONF = "/v1/batchInput/merConf" const QUERY_MER_CONF = "/v1/batchInput/merConf" const MER_RESIDENT_MODIFY = "/v1/batchInput/merResidentModify" const MER_PROFILE_PICTURE = "/v1/merProfile/merProfilePicture" const MER_PROFILE_FOR_AUDIT = "/v1/merProfile/merProfileForAudit"