From 14d4e9cb8763f8831fc7016ba41aef8a94fbbfad Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Fri, 21 Aug 2015 10:11:58 +0530 Subject: [PATCH] --CRM-16620, replaced 'nothing' to NULL --- CRM/Extension/Manager/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Extension/Manager/Payment.php b/CRM/Extension/Manager/Payment.php index 5c786b6e35..b3c7a54703 100644 --- a/CRM/Extension/Manager/Payment.php +++ b/CRM/Extension/Manager/Payment.php @@ -252,7 +252,7 @@ class CRM_Extension_Manager_Payment extends CRM_Extension_Manager_Base { 'name' => $dao->title, 'payment_processor_type_id' => $dao->id, 'user_name' => 'nothing', - 'password' => 'nothing', + 'password' => NULL, 'signature' => '', 'url_site' => $dao->url_site_default, 'url_api' => $dao->url_api_default, -- 2.25.1