View Single Post
  #10  
Old 03-17-2016, 08:38 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: X-Cart offline payment method

You should use \XLite\Model\Payment\Method::getSetting($name) method.

If you have a transaction model in the $transaction variable, you can get the setting from this object as follows:
$transaction->getPaymentMethod()->getSetting($name);

So, basically you need the payment method model to get values of its settings.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote