Skip to content

null response on getMessage() #16

Open
@poxin13

Description

@poxin13

Using FirstData_Webservice, getting a null response on the transaction send.

        $card = Omnipay::creditCard($cardInput);

        $response = Omnipay::purchase([
            'amount'        => '100.00',
            'transactionId' => '100.00',
            'accountId'     => '100.00',
            'card'          => $cardInput
        ])->send();

        dd($response->getMessage());

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