public static CardIssuerConfig updateConfig() throws IdentityProviderException {
try {
config = new CardIssuerConfig();
} catch (Exception e) {
throw new IdentityProviderException("Error while updating card issuer configuration", e);
}
return config;
}