ng.com.systemspecs.remitarits.util.ApplicationConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remita-rits Show documentation
Show all versions of remita-rits Show documentation
Remita Interbank Transfer Service SDK
package ng.com.systemspecs.remitarits.util;
/**
* A configuration class
*
*
* @author Ilesanmi Omoniyi
*
* @since 1.0.0
*/
public class ApplicationConstant {
public static final String DEFAULT_ENVIRONMENT = "DEMO";
public final static String LIVE_URL = "https://login.remita.net/remita/exapp/api/v1/send/api/rpgsvc/rpg/api/v2/";
public final static String DEMO_URL = "https://remitademo.net/remita/exapp/api/v1/send/api/rpgsvc/rpg/api/v2/";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy