Advertisement
Guest User

SEC Fields

a guest
Aug 9th, 2013
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. $SECFields = array(
  2. 'token' => '',
  3. 'maxamt' => '',
  4. 'returnurl' => $domain . 'paypal/class/DoExpressCheckoutPayment.php',
  5. 'cancelurl' => $domain . 'paymentfail.html',
  6. 'callback' => '',
  7. 'callbacktimeout' => '',
  8. 'callbackversion' => '',
  9. 'reqconfirmshipping' => '',
  10. 'noshipping' => '',
  11. 'allownote' => '1',
  12. 'addroverride' => '',
  13. 'localecode' => '',
  14. 'pagestyle' => '',
  15. 'hdrimg' => '',
  16. 'hdrbordercolor' => '',
  17. 'hdrbackcolor' => '',
  18. 'payflowcolor' => '',
  19. 'skipdetails' => '1',
  20. 'email' => '',
  21. 'solutiontype' => 'Mark',
  22. 'landingpage' => 'Billing',
  23. 'channeltype' => '',
  24. 'giropaysuccessurl' => '',
  25. 'giropaycancelurl' => '',
  26. 'banktxnpendingurl' => '',
  27. 'brandname' => 'Zookie',
  28. 'customerservicenumber' => '',
  29. 'giftmessageenable' => '',
  30. 'giftreceiptenable' => '',
  31. 'giftwrapenable' => '',
  32. 'giftwrapname' => '',
  33. 'giftwrapamount' => '',
  34. 'buyeremailoptionenable' => '1',
  35. 'surveyquestion' => '',
  36. 'surveyenable' => '',
  37. 'buyerid' => '',
  38. 'buyerusername' => '',
  39. 'buyerregistrationdate' => '',
  40. 'allowpushfunding' => ''
  41. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement