UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

Payline payement APP fixed

adrien · ·
12:06 AM Tuesday, 17 October 2017
Low
I found and fixed an easy bug in the Payline payment app for Payplans:
in the setting form payline.xml , the "Live" option param name is isProduction

in the payline.php
Params vars are defined as

$inProduction = $this->getAppParam('inProduction', false);

('in' instead of 'is')

For this reason, the 'live' option is missed, getting always the default value: false.
This makes the plugin work in test (homologation) environment, but it fails in production (where it never gets true)
Changing

$inProduction = $this->getAppParam('inProduction', false);

to

$inProduction = $this->getAppParam('isProduction', false);

every time it appears in the code in payline.php fixes the issue.
(Eaysy fix)
The replies under this section are restricted to logged in users or users with an active subscription with us