Esempio n. 1
0
<?php

require __DIR__ . '/vendor/autoload.php';
Httpful\Bootstrap::init();
RESTful\Bootstrap::init();
Balanced\Bootstrap::init();
Balanced\Settings::$api_key = "ak-test-2eKlj1ZDfAcZSARMf3NMhBHywDej0avSY";
$dispute = Balanced\Dispute::get("/disputes/DT64FIXm5agnVqfCMHZVe8dR");
Esempio n. 2
0
<?php

// disputeHref is the stored href of the dispute
$dispute = Balanced\Dispute::get(disputeHref);
<?php

require __DIR__ . '/vendor/autoload.php';
Httpful\Bootstrap::init();
RESTful\Bootstrap::init();
Balanced\Bootstrap::init();
Balanced\Settings::$api_key = "ak-test-22IOkhevjZlmRP2do6CZixkkDshTiOjTV";
$dispute = Balanced\Dispute::get("/disputes/DT61IA2iRqyYBLqUCJNt5XNV");