Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.17 KB | None | 0 0
  1.   'L_PAYMENTREQUEST_0_NAME0' => string '5 Credits' (length=9)
  2.       'L_PAYMENTREQUEST_0_NAME1' => string '60 Days Access' (length=14)
  3.       'L_PAYMENTREQUEST_0_QTY0' => string '1' (length=1)
  4.       'L_PAYMENTREQUEST_0_QTY1' => string '1' (length=1)
  5.       'L_PAYMENTREQUEST_0_TAXAMT0' => string '0.00' (length=4)
  6.       'L_PAYMENTREQUEST_0_TAXAMT1' => string '0.00' (length=4)
  7.       'L_PAYMENTREQUEST_0_AMT0' => string '9.00' (length=4)
  8.       'L_PAYMENTREQUEST_0_AMT1' => string '29.99' (length=5)
  9.       'L_PAYMENTREQUEST_0_DESC0' => string '5 Credits Only' (length=14)
  10.       'L_PAYMENTREQUEST_0_DESC1' => string '60 Days Candidate Database Access Only' (length=38)
  11.       'L_PAYMENTREQUEST_0_ITEMWEIGHTVALUE0' => string '   0.00000' (length=10)
  12.       'L_PAYMENTREQUEST_0_ITEMWEIGHTVALUE1' => string '   0.00000' (length=10)
  13.       'L_PAYMENTREQUEST_0_ITEMLENGTHVALUE0' => string '   0.00000' (length=10)
  14.       'L_PAYMENTREQUEST_0_ITEMLENGTHVALUE1' => string '   0.00000' (length=10)
  15.       'L_PAYMENTREQUEST_0_ITEMWIDTHVALUE0' => string '   0.00000' (length=10)
  16.       'L_PAYMENTREQUEST_0_ITEMWIDTHVALUE1' => string '   0.00000' (length=10)
  17.       'L_PAYMENTREQUEST_0_ITEMHEIGHTVALUE0' => string '   0.00000' (length=10)
  18.       'L_PAYMENTREQUEST_0_ITEMHEIGHTVALUE1' => string '   0.00000' (length=10)
  19.  
  20.  
  21.  
  22. $items = array(
  23. array(
  24.     'NAME' => string '5 Credits' (length=9)
  25.     'QTY' => string '1' (length=1)
  26.     'TAXAMT' => string '0.00' (length=4)
  27.     'AMT' => string '9.00' (length=4)
  28.     'DESC' => string '5 Credits Only' (length=14)
  29.     'ITEMWEIGHTVALUE' => string '   0.00000' (length=10)
  30.     'ITEMLENGTHVALUE' => string '   0.00000' (length=10)
  31.     'ITEMWIDTHVALUE' => string '   0.00000' (length=10)
  32.     'ITEMHEIGHTVALUE' => string '   0.00000' (length=10)
  33. ),
  34. array(
  35.     'NAME' => string '60 Days Access' (length=14)
  36.     'QTY' => string '1' (length=1)
  37.     'TAXAMT' => string '0.00' (length=4)
  38.     'AMT' => string '29.99' (length=5)
  39.     'DESC' => string '60 Days Candidate Database Access Only' (length=38)
  40.     'ITEMWEIGHTVALUE' => string '   0.00000' (length=10)
  41.     'ITEMLENGTHVALUE' => string '   0.00000' (length=10)
  42.     'ITEMWIDTHVALUE' => string '   0.00000' (length=10)
  43.     'ITEMHEIGHTVALUE' => string '   0.00000' (length=10)
  44. )
  45. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement