Sha256: ad91ac1bc456475dd3a606055da6bb0c9cb1690942795c400650095a7136296d
Contents?: true
Size: 832 Bytes
Versions: 2
Compression:
Stored size: 832 Bytes
Contents
######################################################################################## # Warning !! CMCIC_Config contains the key, you have to protect this file with all # # the mechanism available in your development environment. # # You may for instance put this file in another directory and/or change its name # ######################################################################################## setting = Setting.current if setting and cmc_cic = setting.payment_method_settings_with_env(:cmc_cic) CMCIC_CLE = cmc_cic[:cle] CMCIC_TPE = cmc_cic[:tpe] CMCIC_VERSION = cmc_cic[:version] CMCIC_SERVEUR = cmc_cic[:serveur] CMCIC_CODESOCIETE = cmc_cic[:code_societe] CMCIC_URLOK = cmc_cic[:url_ok] CMCIC_URLKO = cmc_cic[:url_ko] CMCIC_URL_RETURN = cmc_cic[:url_return] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forgeos_commerce-1.9.1.rc1 | lib/CMCIC_Config.rb |
forgeos_commerce-1.9.0 | lib/CMCIC_Config.rb |