Skip to content

AffiniPay_Credentials class missing #2

@kevalkk

Description

@kevalkk

AffiniPay_Credentials class missing

$method=$_POST['method'];
$pub_key=AF_PUBLIC_KEY;
$sec_key=AF_SECRET_KEY;

    require_once 'chargeio-php/lib/ChargeIO.php';
     
    **ChargeIO::setCredentials(new AffiniPay_Credentials($pub_key, $sec_key));**
     
    ChargeIO::setDebug(true);

on above code line AffiniPay_Credentials class missing can you give me solution why this missing?

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