Skip to content

php error #35

Description

@Ort0x36

Fatal error: Uncaught Error: Class 'PagarmeApiSDKClientBuilder' not found in /var/www/html/testing_pagarme_client.php:4 Stack trace: #0 {main} thrown in /var/www/html/testing_pagarme_client.php on line 4

<?php
require('vendor/autoload.php');

$client = PagarmeApiSDKClientBuilder::init()
    ->basicAuthUserName('sk_test_*')
    ->basicAuthPassword('')
    ->serviceRefererName('')
    ->build();

$transaction = $client->getTransactionsController();

echo '<pre>';
var_dump($transaction);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions