Corrected issue polulating custid,password. RT#1251268, RT#1268789
authorRuben Rodriguez <ruben@fsf.org>
Mon, 29 Jan 2018 20:13:50 +0000 (15:13 -0500)
committerRuben Rodriguez <ruben@fsf.org>
Mon, 29 Jan 2018 20:13:50 +0000 (15:13 -0500)
commit66407e0728cd7b7732bfdbe5543bf2506a613b9d
tree3da86e553b665dd809d5d481ce1917f51dfc76aa
parentd06eb2cca40b94182b252e406390699cb18da5ce
Corrected issue polulating custid,password. RT#1251268, RT#1268789

Changed the path for fetching the values, from dynamic

    $this->_getParam('user_name');

to static path:

    $this->_paymentProcessor['user_name'];

Also changed calls to self::$value to $this->value, following upstream.
CRM/Core/Payment/TrustCommerce.php