diff --git a/commerce_atos/commerce_atos.module b/commerce_atos/commerce_atos.module
index 8308181..3aeb473 100644
--- a/commerce_atos/commerce_atos.module
+++ b/commerce_atos/commerce_atos.module
@@ -388,7 +388,7 @@ function commerce_atos_parse_response($message, $bin_path, $pathfile_path)
         $ins_cl['drupal_created_at'] = time();
         $ins_cl['transaction_id'] = $insert['transaction_id'];
         $ins_cl['progression'] = 80;
-        $insert['source_80'] = 'ATOS';
+        $ins_cl['source_80'] = 'ATOS';
 
         db_insert('cel_lead')
             ->fields($ins_cl)
