You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
securionpay-php library seems outdated, and this example allways lists empty Array:
require_once 'SecurionPay/Util/SecurionPayAutoloader.php';
\SecurionPay\Util\SecurionPayAutoloader::register();
use SecurionPay\SecurionPayGateway;
use SecurionPay\Exception\SecurionPayException;
$gateway = new SecurionPayGateway(...);
var_dump($gateway->listCharges());
securionpay-php library seems outdated, and this example allways lists empty Array:
While https://securionpay.com/docs/api#charge-list example of
https://api.securionpay.com/charges?limit=3works fine and lists correct data.