Advertisement
MyZik

Untitled

Feb 7th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.61 KB | None | 0 0
  1. <?php
  2. $data['text'] = "Test:";
  3.             $data['text'] .= var_dump($qiwi->sendMoneyToQiwi([
  4.                 'id' => time() * 1000,
  5.                 'sum' => [
  6.                     'amount'   => 100,
  7.                     'currency' => 643
  8.                 ],
  9. //                'source' => 'account_643',
  10.                 'paymentMethod' => [
  11.                     'type' => 'Account',
  12.                     'accountId' => 643
  13.                 ],
  14.                 'comment' => "Продажа BTC",
  15.                 'fields' => [
  16.                     'account' => '+79586184500'
  17.                 ]
  18.             ]));
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement