Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

listCharges() doesn't work, returns empty Array #7

Description

@laukstein

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());

While https://securionpay.com/docs/api#charge-list example of https://api.securionpay.com/charges?limit=3 works fine and lists correct data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions