Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. [2018-09-20 04:29:46] main.DEBUG: array (
  2. 'url' => 'https://api-3t.paypal.com/nvp',
  3. 'BMCreateButton' =>
  4. array (
  5. 'METHOD' => 'BMCreateButton',
  6. 'BUTTONCODE' => 'TOKEN',
  7. 'BUTTONTYPE' => 'PAYMENT',
  8. 'L_BUTTONVAR0' => 'invoice=***',
  9. 'L_BUTTONVAR1' => 'address_override=true',
  10. 'L_BUTTONVAR2' => 'currency_code=***',
  11. 'L_BUTTONVAR3' => 'buyer_email=***',
  12. 'L_BUTTONVAR4' => 'billing_first_name=***',
  13. 'L_BUTTONVAR5' => 'billing_last_name=***',
  14. 'L_BUTTONVAR6' => 'billing_city=***',
  15. 'L_BUTTONVAR7' => 'billing_state=***',
  16. 'L_BUTTONVAR8' => 'billing_zip=***',
  17. 'L_BUTTONVAR9' => 'billing_country=***',
  18. 'L_BUTTONVAR10' => 'billing_address1=***',
  19. 'L_BUTTONVAR11' => 'billing_address2=***',
  20. 'L_BUTTONVAR12' => 'first_name=*** ',
  21. 'L_BUTTONVAR13' => 'last_name=***',
  22. 'L_BUTTONVAR14' => 'city=***',
  23. 'L_BUTTONVAR15' => 'state=***',
  24. 'L_BUTTONVAR16' => 'zip=***',
  25. 'L_BUTTONVAR17' => 'country=***',
  26. 'L_BUTTONVAR18' => 'address1=***',
  27. 'L_BUTTONVAR19' => 'address2=***',
  28. 'L_BUTTONVAR20' => 'paymentaction=sale',
  29. 'L_BUTTONVAR21' => 'notify_url=https://[our_domain]/paypal/ipn/',
  30. 'L_BUTTONVAR22' => 'cancel_return=https://[our_domain]/paypal/hostedpro/cancel/',
  31. 'L_BUTTONVAR23' => 'return=https://[our_domain]/paypal/hostedpro/return/',
  32. 'L_BUTTONVAR24' => 'lc=GB',
  33. 'L_BUTTONVAR25' => 'template=mobile-iframe',
  34. 'L_BUTTONVAR26' => 'showBillingAddress=false',
  35. 'L_BUTTONVAR27' => 'showShippingAddress=true',
  36. 'L_BUTTONVAR28' => 'showBillingEmail=false',
  37. 'L_BUTTONVAR29' => 'showBillingPhone=false',
  38. 'L_BUTTONVAR30' => 'showCustomerName=false',
  39. 'L_BUTTONVAR31' => 'showCardInfo=true',
  40. 'L_BUTTONVAR32' => 'showHostedThankyouPage=false',
  41. 'L_BUTTONVAR33' => 'subtotal=***',
  42. 'L_BUTTONVAR34' => 'total=***',
  43. 'L_BUTTONVAR35' => 'tax=***',
  44. 'L_BUTTONVAR36' => 'shipping=***',
  45. 'L_BUTTONVAR37' => 'discount=***',
  46. 'VERSION' => '72.0',
  47. 'USER' => '****',
  48. 'PWD' => '****',
  49. 'SIGNATURE' => '****',
  50. 'BUTTONSOURCE' => 'Magento_Cart_Community',
  51. ),
  52. 'response' =>
  53. array (
  54. 'WEBSITECODE' => '<form action="https://securepayments.paypal.com/webapps/HostedSoleSolutionApp/webflow/sparta/hostedSoleSolutionProcess" method="post">
  55. <input type="hidden" name="hosted_button_id" value="***">
  56. <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_paynow_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
  57. <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
  58. </form>
  59. ',
  60. 'EMAILLINK' => 'https://securepayments.paypal.com/webapps/HostedSoleSolutionApp/webflow/sparta/hostedSoleSolutionProcess?hosted_button_id=***',
  61. 'HOSTEDBUTTONID' => '***',
  62. 'TIMESTAMP' => '2018-09-20T04:29:46Z',
  63. 'CORRELATIONID' => '***',
  64. 'ACK' => 'Success',
  65. 'VERSION' => '72.0',
  66. 'BUILD' => '46457558',
  67. ),
  68. ) [] []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement