lib/app_manager/model.rb in app_manager-1.1.2 vs lib/app_manager/model.rb in app_manager-1.1.3

- old
+ new

@@ -21,10 +21,10 @@ return true end shopify_fields = @field_names = AppManager.configuration.field_names plan_obj = AppManager::Client.new active_charge = plan_obj.get_charge(shopify_fields['name']) rescue nil - return activeCharge['active_charge'].present? && !activeCharge['active_charge'].nil? ? true : false + return active_charge['active_charge'].present? && !active_charge['active_charge'].nil? ? true : false end def plan_features \ No newline at end of file