class ZuoraConnect::AppInstanceBase
def encrypt_data(data)
def encrypt_data(data) return Rails.env == 'development' ? data : encryptor.encrypt_and_sign(data) end
def encrypt_data(data) return Rails.env == 'development' ? data : encryptor.encrypt_and_sign(data) end