Skip to content

Instantly share code, notes, and snippets.

@ezemery
Last active October 28, 2018 16:05
Show Gist options
  • Save ezemery/6d1dcef173af2beb58146ece3c0a9e3f to your computer and use it in GitHub Desktop.
Save ezemery/6d1dcef173af2beb58146ece3c0a9e3f to your computer and use it in GitHub Desktop.
Making a transfer with Rave SDK
$single = new Transfer();
$result = $single->singleTransfer($array);
$trx = json_decode($result, true);
return $trx;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment