selin Posted February 2, 2014 Share Posted February 2, 2014 Hi Prestashop! I created, one payment module. I have one problem: only Fatal error (display errors = on) Problem: $currency.. ($currency = ) this, what should it be? $this->module->validateOrder($cart->id, Configuration::get('PS_OS_PAYMENT'), $total, $this->module->displayName, NULL, NULL, $currency, false, $customer->secure_key); Thx! Link to comment Share on other sites More sharing options...
selin Posted February 3, 2014 Author Share Posted February 3, 2014 uppp Link to comment Share on other sites More sharing options...
NemoPS Posted February 3, 2014 Share Posted February 3, 2014 Have you defined the currency before calling validate order? If not, replace that with $this->context->currency Link to comment Share on other sites More sharing options...
Recommended Posts