Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.88 KB | None | 0 0
  1. Array
  2. (
  3.     [invoice] => 00001001
  4.     [status] => 1
  5.     [type] => purchase
  6.     [btc] => Array
  7.         (
  8.             [amount] => 1
  9.             [rate] => 19.46646
  10.             [fee] => 0.0005
  11.         )
  12.  
  13.     [fiat] => Array
  14.         (
  15.             [amount] => 19.46
  16.             [currency] => USD
  17.         )
  18.  
  19.     [item] => ASIC
  20.     [notes] => A Note
  21.     [timestamp] => 1310717260
  22.     [custom] => Array
  23.         (
  24.             [email] => customer@example.com
  25.             [orderid] => 1234
  26.         )
  27.  
  28.     [transaction] => Array
  29.         (
  30.             [address] => 1UpE17cik2edTr8TjSVskcgJodTeCijoi
  31.             [hash] => 48584919532dd31ac960b960c5d234124eb97b4a805d100e8c57c174a60ecb81
  32.             [confirmations] => 0
  33.         )
  34.  
  35.     [hash] => b062712bbfdd8847f8881c99f1e7800651de8c0118947623e2366fa71f0ae7bd27f17dc76c8ac3adb8a854cba92a5d29ff060a1d50d1816627344d9066977c7b
  36. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement