ebanx-integration/ebanx-php

View on GitHub
examples/bootstrap.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

require_once __DIR__ . '/../src/autoload.php';

\Ebanx\Config::set(array(
  'integrationKey' => 'b9fa8b1d4231889a1445e1ebfdfa2a3558ef3cc651d523eb1b12cdf8af3afc518f17b36edf5e8cfc59a8338bb9241aacd427',
  'directMode'     => false,
  'testMode'       => true
));