Guest User

Untitled

a guest
Oct 3rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 7.34 KB | None | 0 0
  1. 10-03-2018 @ 23:18:03 - Requesting direct payment for order 6 with the following data: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <payment>
  3.   <mode>default</mode>
  4.   <method>boleto</method>
  5.   <currency>BRL</currency>
  6.   <notificationURL><![CDATA[https://www.oneteamonedream.com.br/wc-api/WC_PagSeguro_Gateway/]]></notificationURL>
  7.   <items>
  8.     <item>
  9.       <id>1</id>
  10.       <description><![CDATA[Pedido 6]]></description>
  11.       <amount>60.30</amount>
  12.       <quantity>1</quantity>
  13.     </item>
  14.   </items>
  15.   <reference><![CDATA[OTOD -49206]]></reference>
  16.   <sender>
  17.     <email><![CDATA[keissebrandao@gmail.com]]></email>
  18.     <documents>
  19.       <document>
  20.         <type>CPF</type>
  21.         <value>09102202638</value>
  22.       </document>
  23.     </documents>
  24.     <name><![CDATA[Caroline lopes]]></name>
  25.     <phone>
  26.       <areaCode>61</areaCode>
  27.       <number>32143652</number>
  28.     </phone>
  29.     <hash>a46a73fac3f7a37a32aa97c080d5fdc08fbc92d927cf4c6ed82e6d3d83dfdb3f</hash>
  30.   </sender>
  31.   <shipping>
  32.     <type>3</type>
  33.     <address>
  34.       <street><![CDATA[Rua Bom Jesus da Lapa]]></street>
  35.       <number>53</number>
  36.       <district><![CDATA[São Judas Tadeu]]></district>
  37.       <postalCode>39402383</postalCode>
  38.       <city><![CDATA[Montes Claros]]></city>
  39.       <state>MG</state>
  40.       <country>BRA</country>
  41.     </address>
  42.     <cost>0</cost>
  43.   </shipping>
  44. </payment>
  45.  
  46. 10-03-2018 @ 23:18:07 - An error occurred while generating the PagSeguro direct payment: Array
  47. (
  48.     [headers] => Requests_Utility_CaseInsensitiveDictionary Object
  49.         (
  50.             [data:protected] => Array
  51.                 (
  52.                     [date] => Wed, 03 Oct 2018 23:18:05 GMT
  53.                     [content-type] => text/plain;charset=ISO-8859-1
  54.                     [vary] => Accept-Encoding,User-Agent
  55.                     [content-encoding] => gzip
  56.                     [strict-transport-security] => max-age=31536000
  57.                     [content-length] => 41
  58.                     [set-cookie] => TS012b6bbf=0160ed0a6cf70c6623a4fd92e14e801cd123da9eb0af4b88e2239c316164d01bb0b0f6c006; Path=/
  59.                 )
  60.  
  61.         )
  62.  
  63.     [body] => Internal Server Error
  64.     [response] => Array
  65.         (
  66.             [code] => 500
  67.             [message] => Internal Server Error
  68.         )
  69.  
  70.     [cookies] => Array
  71.         (
  72.             [0] => WP_Http_Cookie Object
  73.                 (
  74.                     [name] => TS012b6bbf
  75.                     [value] => 0160ed0a6cf70c6623a4fd92e14e801cd123da9eb0af4b88e2239c316164d01bb0b0f6c006
  76.                     [expires] =>
  77.                     [path] => /
  78.                     [domain] => ws.pagseguro.uol.com.br
  79.                 )
  80.  
  81.         )
  82.  
  83.     [filename] =>
  84.     [http_response] => WP_HTTP_Requests_Response Object
  85.         (
  86.             [response:protected] => Requests_Response Object
  87.                 (
  88.                     [body] => Internal Server Error
  89.                     [raw] => HTTP/1.1 500 Internal Server Error
  90. Date: Wed, 03 Oct 2018 23:18:05 GMT
  91. Content-Type: text/plain;charset=ISO-8859-1
  92. Vary: Accept-Encoding,User-Agent
  93. Content-Encoding: gzip
  94. Strict-Transport-Security: max-age=31536000
  95. Content-Length: 41
  96. Connection: close
  97. Set-Cookie: TS012b6bbf=0160ed0a6cf70c6623a4fd92e14e801cd123da9eb0af4b88e2239c316164d01bb0b0f6c006; Path=/
  98.  
  99. Internal Server Error
  100.                     [headers] => Requests_Response_Headers Object
  101.                         (
  102.                             [data:protected] => Array
  103.                                 (
  104.                                     [date] => Array
  105.                                         (
  106.                                             [0] => Wed, 03 Oct 2018 23:18:05 GMT
  107.                                         )
  108.  
  109.                                     [content-type] => Array
  110.                                         (
  111.                                             [0] => text/plain;charset=ISO-8859-1
  112.                                         )
  113.  
  114.                                     [vary] => Array
  115.                                         (
  116.                                             [0] => Accept-Encoding,User-Agent
  117.                                         )
  118.  
  119.                                     [content-encoding] => Array
  120.                                         (
  121.                                             [0] => gzip
  122.                                         )
  123.  
  124.                                     [strict-transport-security] => Array
  125.                                         (
  126.                                             [0] => max-age=31536000
  127.                                         )
  128.  
  129.                                     [content-length] => Array
  130.                                         (
  131.                                             [0] => 41
  132.                                         )
  133.  
  134.                                     [set-cookie] => Array
  135.                                         (
  136.                                             [0] => TS012b6bbf=0160ed0a6cf70c6623a4fd92e14e801cd123da9eb0af4b88e2239c316164d01bb0b0f6c006; Path=/
  137.                                         )
  138.  
  139.                                 )
  140.  
  141.                         )
  142.  
  143.                     [status_code] => 500
  144.                     [protocol_version] => 1.1
  145.                     [success] =>
  146.                     [redirects] => 0
  147.                     [url] => https://ws.pagseguro.uol.com.br/v2/transactions?email=keisse@e-champ.com.br&token=7D50C710C6DE4A0B87A0BFADBCA53137
  148.                     [history] => Array
  149.                         (
  150.                         )
  151.  
  152.                     [cookies] => Requests_Cookie_Jar Object
  153.                         (
  154.                             [cookies:protected] => Array
  155.                                 (
  156.                                     [TS012b6bbf] => Requests_Cookie Object
  157.                                         (
  158.                                             [name] => TS012b6bbf
  159.                                             [value] => 0160ed0a6cf70c6623a4fd92e14e801cd123da9eb0af4b88e2239c316164d01bb0b0f6c006
  160.                                             [attributes] => Requests_Utility_CaseInsensitiveDictionary Object
  161.                                                 (
  162.                                                     [data:protected] => Array
  163.                                                         (
  164.                                                             [path] => /
  165.                                                             [domain] => ws.pagseguro.uol.com.br
  166.                                                         )
  167.  
  168.                                                 )
  169.  
  170.                                             [flags] => Array
  171.                                                 (
  172.                                                     [creation] => 1538608687
  173.                                                     [last-access] => 1538608687
  174.                                                     [persistent] =>
  175.                                                     [host-only] => 1
  176.                                                 )
  177.  
  178.                                             [reference_time] => 1538608687
  179.                                         )
  180.  
  181.                                 )
  182.  
  183.                         )
  184.  
  185.                 )
  186.  
  187.             [filename:protected] =>
  188.             [data] =>
  189.             [headers] =>
  190.             [status] =>
  191.         )
  192.  
  193. )
Add Comment
Please, Sign In to add comment