paypal-sdk-core 0.2.8 → 0.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.txt +3 -0
- data/lib/paypal-sdk/core/exceptions.rb +2 -1
- data/lib/paypal-sdk/core/version.rb +1 -1
- data/spec/log/rest_http.log +47 -47
- metadata +2 -5
- data/spec/log/test.log +0 -670
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b8dd77bf23015109509832e6676a7675333c366
|
4
|
+
data.tar.gz: 3ef1875698c5c23c6b75dbf8870e9df5b716b81a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06ea9d4487f3a4fa1397d77165531284837bc9594c80a8dc3c8475a3c736b64f9659f2b7be67e96e3701e58788d862f1b7abe8e5dc18304dbe843956d735e7c4
|
7
|
+
data.tar.gz: ab2738c39589e19e2b651bc4b7020e3eb768525ccf89d0864a2bcffc095df935c6bd83ca0dfc5f41b6ce8d5249cb7a6b39cc254e1a1ebe00d9df5fc77d1cc624
|
data/CHANGELOG.txt
CHANGED
@@ -12,7 +12,8 @@ module PayPal::SDK::Core
|
|
12
12
|
message = "Failed."
|
13
13
|
message << " Response code = #{response.code}." if response.respond_to?(:code)
|
14
14
|
message << " Response message = #{response.message}." if response.respond_to?(:message)
|
15
|
-
message
|
15
|
+
message << " Response debug ID = #{response.debug_id}." if response.respond_to?(:debug_id)
|
16
|
+
message
|
16
17
|
end
|
17
18
|
end
|
18
19
|
|
data/spec/log/rest_http.log
CHANGED
@@ -2,22 +2,22 @@ opening connection to api.sandbox.paypal.com:443...
|
|
2
2
|
opened
|
3
3
|
starting SSL for api.sandbox.paypal.com:443...
|
4
4
|
SSL established
|
5
|
-
<- "POST /v1/payments/payment HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer
|
5
|
+
<- "POST /v1/payments/payment HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer A015XaGkjoM43YxAkceEd0szbIY3nm94GZlp7DfcKook83g\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/sdk-core-ruby 0.2.8 (paypal-sdk-core 0.2.8; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 286\r\n\r\n"
|
6
6
|
<- "{\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"4417119669820331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\"}}]},\"transactions\":[{\"amount\":{\"total\":\"7.47\",\"currency\":\"USD\"}}]}"
|
7
7
|
-> "HTTP/1.1 201 Created\r\n"
|
8
8
|
-> "Server: Apache-Coyote/1.1\r\n"
|
9
|
-
-> "PROXY_SERVER_INFO: host=
|
10
|
-
-> "Paypal-Debug-Id:
|
11
|
-
-> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=
|
12
|
-
-> "CORRELATION-ID:
|
9
|
+
-> "PROXY_SERVER_INFO: host=slcsbjava3.slc.paypal.com;threadId=270\r\n"
|
10
|
+
-> "Paypal-Debug-Id: e142b6b82dd49\r\n"
|
11
|
+
-> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=208&TopLevelTxnStartTime=1464e16afd2&Host=slcsbjm1.slc.paypal.com&pid=20598\r\n"
|
12
|
+
-> "CORRELATION-ID: e142b6b82dd49\r\n"
|
13
13
|
-> "Content-Language: *\r\n"
|
14
|
-
-> "Date: Fri,
|
14
|
+
-> "Date: Fri, 30 May 2014 17:04:25 GMT\r\n"
|
15
15
|
-> "Content-Type: application/json\r\n"
|
16
16
|
-> "Transfer-Encoding: chunked\r\n"
|
17
17
|
-> "\r\n"
|
18
18
|
-> "498\r\n"
|
19
19
|
reading 1176 bytes...
|
20
|
-
-> "{\"id\":\"PAY-
|
20
|
+
-> "{\"id\":\"PAY-8WH60455TM4836447KOELUCA\",\"create_time\":\"2014-05-30T17:04:08Z\",\"update_time\":\"2014-05-30T17:04:25Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\"}}]},\"transactions\":[{\"amount\":{\"total\":\"7.47\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"7.47\"}},\"related_resources\":[{\"sale\":{\"id\":\"5NT54802RG086294P\",\"create_time\":\"2014-05-30T17:04:08Z\",\"update_time\":\"2014-05-30T17:04:25Z\",\"state\":\"completed\",\"amount\":{\"total\":\"7.47\",\"currency\":\"USD\"},\"parent_payment\":\"PAY-8WH60455TM4836447KOELUCA\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/5NT54802RG086294P\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/5NT54802RG086294P/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8WH60455TM4836447KOELUCA\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8WH60455TM4836447KOELUCA\",\"rel\":\"self\",\"method\":\"GET\"}]}"
|
21
21
|
read 1176 bytes
|
22
22
|
reading 2 bytes...
|
23
23
|
-> "\r\n"
|
@@ -29,30 +29,30 @@ opening connection to api.sandbox.paypal.com:443...
|
|
29
29
|
opened
|
30
30
|
starting SSL for api.sandbox.paypal.com:443...
|
31
31
|
SSL established
|
32
|
-
<- "GET /v1/payments/payment?count=10 HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer
|
32
|
+
<- "GET /v1/payments/payment?count=10 HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer A015XaGkjoM43YxAkceEd0szbIY3nm94GZlp7DfcKook83g\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/sdk-core-ruby 0.2.8 (paypal-sdk-core 0.2.8; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
|
33
33
|
-> "HTTP/1.1 200 OK\r\n"
|
34
34
|
-> "Server: Apache-Coyote/1.1\r\n"
|
35
|
-
-> "PROXY_SERVER_INFO: host=slcsbjava1.slc.paypal.com;threadId=
|
36
|
-
-> "Paypal-Debug-Id:
|
37
|
-
-> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=
|
38
|
-
-> "CORRELATION-ID:
|
35
|
+
-> "PROXY_SERVER_INFO: host=slcsbjava1.slc.paypal.com;threadId=13438\r\n"
|
36
|
+
-> "Paypal-Debug-Id: e2d107762832a\r\n"
|
37
|
+
-> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=210&TopLevelTxnStartTime=1464e16f44a&Host=slcsbjm2.slc.paypal.com&pid=31766\r\n"
|
38
|
+
-> "CORRELATION-ID: e2d107762832a\r\n"
|
39
39
|
-> "Content-Language: *\r\n"
|
40
|
-
-> "Date: Fri,
|
40
|
+
-> "Date: Fri, 30 May 2014 17:04:33 GMT\r\n"
|
41
41
|
-> "Content-Type: application/json\r\n"
|
42
42
|
-> "Transfer-Encoding: chunked\r\n"
|
43
43
|
-> "\r\n"
|
44
44
|
-> "2000\r\n"
|
45
45
|
reading 8192 bytes...
|
46
|
-
-> "{\"payments\":[{\"id\":\"PAY-
|
46
|
+
-> "{\"payments\":[{\"id\":\"PAY-8WH60455TM4836447KOELUCA\",\"create_time\":\"2014-05-30T17:04:08Z\",\"update_time\":\"2014-05-30T17:04:25Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\"}}]},\"transactions\":[{\"amount\":{\"total\":\"7.47\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"7.47\"}},\"related_resources\":[{\"sale\":{\"id\":\"5NT54802RG086294P\",\"create_time\":\"2014-05-30T17:04:08Z\",\"update_time\":\"2014-05-30T17:04:25Z\",\"state\":\"completed\",\"amount\":{\"total\":\"7.47\",\"currency\":\"USD\"},\"parent_payment\":\"PAY-8WH60455TM4836447KOELUCA\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/5NT54802RG086294P\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/5NT54802RG086294P/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8WH60455TM4836447KOELUCA\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-8WH60455TM4836447KOELUCA\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-08V73109H3631315XKOELM4I\",\"create_time\":\"2014-05-30T16:48:49Z\",\"update_time\":\"2014-05-30T16:48:51Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx7004\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\"}}]},\"transactions\":[{\"amount\":{\"total\":\"12.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"12.00\"}},\"description\":\"creating a direct payment with credit card\",\"related_resources\":[{\"sale\":{\"id\":\"8NE59877HE7954534\",\"create_time\":\"2014-05-30T16:48:49Z\",\"update_time\":\"2014-05-30T16:48:51Z\",\"state\":\"completed\",\"amount\":{\"total\":\"12.00\",\"currency\":\"USD\"},\"parent_payment\":\"PAY-08V73109H3631315XKOELM4I\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/8NE59877HE7954534\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/8NE59877HE7954534/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-08V73109H3631315XKOELM4I\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-08V73109H3631315XKOELM4I\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-94E07572F8304532VKOELGYQ\",\"create_time\":\"2014-05-30T16:35:46Z\",\"update_time\":\"2014-05-30T16:36:02Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx0331\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\"}}]},\"transactions\":[{\"amount\":{\"total\":\"7.47\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"7.47\"}},\"related_resources\":[{\"sale\":{\"id\":\"62A80539HG826971P\",\"create_time\":\"2014-05-30T16:35:46Z\",\"update_time\":\"2014-05-30T16:36:02Z\",\"state\":\"completed\",\"amount\":{\"total\":\"7.47\",\"currency\":\"USD\"},\"parent_payment\":\"PAY-94E07572F8304532VKOELGYQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/62A80539HG826971P\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/62A80539HG826971P/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-94E07572F8304532VKOELGYQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-94E07572F8304532VKOELGYQ\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-7GL06028U8694000DKOELA4A\",\"create_time\":\"2014-05-30T16:23:12Z\",\"update_time\":\"2014-05-30T16:23:12Z\",\"state\":\"created\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"paypal\",\"payer_info\":{\"shipping_address\":{}}},\"transactions\":[{\"amount\":{\"total\":\"12.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"12.00\"}},\"description\":\"creating a payment\"}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-7GL06028U8694000DKOELA4A\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-8GR52077CX5639724\",\"rel\":\"approval_url\",\"method\":\"REDIRECT\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-7GL06028U8694000DKOELA4A/execute\",\"rel\":\"execute\",\"method\":\"POST\"}]},{\"id\":\"PAY-2V356815C41861435KOELAQI\",\"create_time\":\"2014-05-30T16:22:25Z\",\"update_time\":\"2014-05-30T16:22:27Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card\":{\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx7004\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\"}}]},\"transactions\":[{\"amount\":{\"total\":\"12.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"12.00\"}},\"description\":\"creating a direct payment with credit card\",\"related_resources\":[{\"sale\":{\"id\":\"56066662US997612S\",\"create_time\":\"2014-05-30T16:22:25Z\",\"update_time\":\"2014-05-30T16:22:27Z\",\"state\":\"completed\",\"amount\":{\"total\":\"12.00\",\"currency\":\"USD\"},\"parent_payment\":\"PAY-2V356815C41861435KOELAQI\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/56066662US997612S\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/56066662US997612S/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-2V356815C41861435KOELAQI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-2V356815C41861435KOELAQI\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-221506334R954991UKOEKTHQ\",\"create_time\":\"2014-05-30T15:54:06Z\",\"update_time\":\"2014-05-30T15:54:08Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card_token\":{\"credit_card_id\":\"CARD-53991183KD123135PKOEKPWA\",\"last4\":\"8570\",\"type\":\"visa\",\"expire_month\":\"5\",\"expire_year\":\"2019\"}}]},\"transactions\":[{\"amount\":{\"total\":\"22.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"22.00\"}},\"description\":\"Pizza 8\",\"related_resources\":[{\"sale\":{\"id\":\"3B4847444V0541644\",\"create_time\":\"2014-05-30T15:54:06Z\",\"update_time\":\"2014-05-30T15:54:08Z\",\"state\":\"completed\",\"amount\":{\"total\":\"22.00\",\"currency\":\"USD\"},\"parent_payment\":\"PAY-221506334R954991UKOEKTHQ\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/3B4847444V0541644\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/3B4847444V0541644/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-221506334R954991UKOEKTHQ\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-221506334R954991UKOEKTHQ\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-36J62670CJ303503NKOEKQNQ\",\"create_time\":\"2014-05-30T15:48:06Z\",\"update_time\":\"2014-05-30T15:48:06Z\",\"state\":\"created\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"paypal\",\"payer_info\":{\"shipping_address\":{}}},\"transactions\":[{\"amount\":{\"total\":\"10.00\",\"currency\":\"CAD\",\"details\":{\"subtotal\":\"10.00\"}},\"description\":\"10\"}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-36J62670CJ303503NKOEKQNQ\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-53L12825Y2020790J\",\"rel\":\"approval_url\",\"method\":\"REDIRECT\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-36J62670CJ303503NKOEKQNQ/execute\",\"rel\":\"execute\",\"method\":\"POST\"}]},{\"id\":\"PAY-66525576GB6254522KOEKQIY\",\"create_time\":\"2014-05-30T15:47:47Z\",\"update_time\":\"2014-05-30T15:47:49Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card_token\":{\"credit_card_id\":\"CARD-53991183KD123135PKOEKPWA\",\"last4\":\"8570\",\"type\":\"visa\",\"expire_month\":\"5\",\"expire_year\":\"2019\"}}]},\"transactions\":[{\"amount\":{\"total\":\"22.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"22.00\"}},\"description\":\"Pizza 8\",\"related_resources\":[{\"sale\":{\"id\":\"2BF51523JR4766731\",\"create_time\":\"2014-05-30T15:47:47Z\",\"update_time\":\"2014-05-30T15:47:49Z\",\"state\":\"completed\",\"amount\":{\"total\":\"22.00\",\"curr"
|
47
47
|
read 8192 bytes
|
48
48
|
reading 2 bytes...
|
49
49
|
-> "\r\n"
|
50
50
|
read 2 bytes
|
51
|
-
-> "
|
52
|
-
reading
|
53
|
-
-> "
|
54
|
-
-> "2014-
|
55
|
-
read
|
51
|
+
-> "bc8\r\n"
|
52
|
+
reading 3016 bytes...
|
53
|
+
-> "ency\":\"USD\"},\"parent_payment\":\"PAY-66525576GB6254522KOEKQIY\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/2BF51523JR4766731\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/2BF51523JR4766731/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-66525"
|
54
|
+
-> "576GB6254522KOEKQIY\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-66525576GB6254522KOEKQIY\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-83N271851J002543NKOEKPYI\",\"create_time\":\"2014-05-30T15:46:41Z\",\"update_time\":\"2014-05-30T15:46:42Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card_token\":{\"credit_card_id\":\"CARD-53991183KD123135PKOEKPWA\",\"last4\":\"8570\",\"type\":\"visa\",\"expire_month\":\"5\",\"expire_year\":\"2019\"}}]},\"transactions\":[{\"amount\":{\"total\":\"12.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"12.00\"}},\"description\":\"Pizza 2\",\"related_resources\":[{\"sale\":{\"id\":\"4TR141755K727324B\",\"create_time\":\"2014-05-30T15:46:41Z\",\"update_time\":\"2014-05-30T15:46:42Z\",\"state\":\"completed\",\"amount\":{\"total\":\"12.00\",\"currency\":\"USD\"},\"parent_payment\":\"PAY-83N271851J002543NKOEKPYI\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/4TR141755K727324B\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/4TR141755K727324B/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-83N271851J002543NKOEKPYI\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-83N271851J002543NKOEKPYI\",\"rel\":\"self\",\"method\":\"GET\"}]},{\"id\":\"PAY-4C4778041D8348424KOEKNFA\",\"create_time\":\"2014-05-30T15:41:08Z\",\"update_time\":\"2014-05-30T15:41:10Z\",\"state\":\"approved\",\"intent\":\"sale\",\"payer\":{\"payment_method\":\"credit_card\",\"funding_instruments\":[{\"credit_card_token\":{\"credit_card_id\":\"CARD-5GX34223DK472570FKOEKCXI\",\"last4\":\"8570\",\"type\":\"visa\",\"expire_month\":\"5\",\"expire_year\":\"2019\"}}]},\"transactions\":[{\"amount\":{\"total\":\"23.00\",\"currency\":\"USD\",\"details\":{\"subtotal\":\"23.00\"}},\"description\":\"Pizza 9\",\"related_resources\":[{\"sale\":{\"id\":\"92X43042HX2208329\",\"create_time\":\"2014-05-30T15:41:08Z\",\"update_time\":\"2014-05-30T15:41:10Z\",\"state\":\"completed\",\"amount\":{\"total\":\"23.00\",\"currency\":\"USD\"},\"parent_payment\":\"PAY-4C4778041D8348424KOEKNFA\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/92X43042HX2208329\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/sale/92X43042HX2208329/refund\",\"rel\":\"refund\",\"method\":\"POST\"},{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-4C4778041D8348424KOEKNFA\",\"rel\":\"parent_payment\",\"method\":\"GET\"}]}}]}],\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/payments/payment/PAY-4C4778041D8348424KOEKNFA\",\"rel\":\"self\",\"method\":\"GET\"}]}],\"count\":10,\"next_id\":\"PAY-62K95005Y7154531RKOEKLOA\"}"
|
55
|
+
read 3016 bytes
|
56
56
|
reading 2 bytes...
|
57
57
|
-> "\r\n"
|
58
58
|
read 2 bytes
|
@@ -63,22 +63,22 @@ opening connection to api.sandbox.paypal.com:443...
|
|
63
63
|
opened
|
64
64
|
starting SSL for api.sandbox.paypal.com:443...
|
65
65
|
SSL established
|
66
|
-
<- "POST /v1/vault/credit-card HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer
|
66
|
+
<- "POST /v1/vault/credit-card HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer A0152S4Q2fNM6woVp5mvWCD6cYzv9i7GymbVzAAQWoJyaf4\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/sdk-core-ruby 0.2.8 (paypal-sdk-core 0.2.8; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 138\r\n\r\n"
|
67
67
|
<- "{\"type\":\"visa\",\"number\":\"4111111111111111\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"cvv2\":\"874\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\"}"
|
68
68
|
-> "HTTP/1.1 201 Created\r\n"
|
69
69
|
-> "Server: Apache-Coyote/1.1\r\n"
|
70
|
-
-> "PROXY_SERVER_INFO: host=
|
71
|
-
-> "Paypal-Debug-Id:
|
70
|
+
-> "PROXY_SERVER_INFO: host=slcsbjava3.slc.paypal.com;threadId=270\r\n"
|
71
|
+
-> "Paypal-Debug-Id: 8aa634ee365c5\r\n"
|
72
72
|
-> "Content-Language: *\r\n"
|
73
|
-
-> "CORRELATION-ID:
|
74
|
-
-> "Date: Fri,
|
75
|
-
-> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=
|
73
|
+
-> "CORRELATION-ID: 8aa634ee365c5\r\n"
|
74
|
+
-> "Date: Fri, 30 May 2014 17:04:34 GMT\r\n"
|
75
|
+
-> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=1852&TopLevelTxnStartTime=1464e171774&Host=slcsbvaultplatformserv502.slc.paypal.com&pid=30900\r\n"
|
76
76
|
-> "Content-Type: application/json\r\n"
|
77
77
|
-> "Transfer-Encoding: chunked\r\n"
|
78
78
|
-> "\r\n"
|
79
79
|
-> "29b\r\n"
|
80
80
|
reading 667 bytes...
|
81
|
-
-> "{\"id\":\"CARD-
|
81
|
+
-> "{\"id\":\"CARD-7VR918415T1111820KOELUIQ\",\"state\":\"ok\",\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx1111\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"valid_until\":\"2017-05-29T00:00:00Z\",\"create_time\":\"2014-05-30T17:04:34Z\",\"update_time\":\"2014-05-30T17:04:34Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-7VR918415T1111820KOELUIQ\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-7VR918415T1111820KOELUIQ\",\"rel\":\"delete\",\"method\":\"DELETE\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-7VR918415T1111820KOELUIQ\",\"rel\":\"patch\",\"method\":\"PATCH\"}]}"
|
82
82
|
read 667 bytes
|
83
83
|
reading 2 bytes...
|
84
84
|
-> "\r\n"
|
@@ -90,21 +90,21 @@ opening connection to api.sandbox.paypal.com:443...
|
|
90
90
|
opened
|
91
91
|
starting SSL for api.sandbox.paypal.com:443...
|
92
92
|
SSL established
|
93
|
-
<- "GET /v1/vault/credit-card/CARD-
|
93
|
+
<- "GET /v1/vault/credit-card/CARD-7VR918415T1111820KOELUIQ HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer A0152S4Q2fNM6woVp5mvWCD6cYzv9i7GymbVzAAQWoJyaf4\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/sdk-core-ruby 0.2.8 (paypal-sdk-core 0.2.8; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
|
94
94
|
-> "HTTP/1.1 200 OK\r\n"
|
95
95
|
-> "Server: Apache-Coyote/1.1\r\n"
|
96
|
-
-> "PROXY_SERVER_INFO: host=
|
97
|
-
-> "Paypal-Debug-Id:
|
96
|
+
-> "PROXY_SERVER_INFO: host=slcsbjava1.slc.paypal.com;threadId=13438\r\n"
|
97
|
+
-> "Paypal-Debug-Id: 5848cc4e3698a\r\n"
|
98
98
|
-> "Content-Language: *\r\n"
|
99
|
-
-> "CORRELATION-ID:
|
100
|
-
-> "Date: Fri,
|
101
|
-
-> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=
|
99
|
+
-> "CORRELATION-ID: 5848cc4e3698a\r\n"
|
100
|
+
-> "Date: Fri, 30 May 2014 17:04:35 GMT\r\n"
|
101
|
+
-> "SERVER_INFO: vaultplatformserv:v1.vault.credit-card&CalThreadId=321&TopLevelTxnStartTime=1464e17198b&Host=slcsbvaultplatformserv502.slc.paypal.com&pid=30900\r\n"
|
102
102
|
-> "Content-Type: application/json\r\n"
|
103
103
|
-> "Transfer-Encoding: chunked\r\n"
|
104
104
|
-> "\r\n"
|
105
105
|
-> "29b\r\n"
|
106
106
|
reading 667 bytes...
|
107
|
-
-> "{\"id\":\"CARD-
|
107
|
+
-> "{\"id\":\"CARD-7VR918415T1111820KOELUIQ\",\"state\":\"ok\",\"type\":\"visa\",\"number\":\"xxxxxxxxxxxx1111\",\"expire_month\":\"11\",\"expire_year\":\"2018\",\"first_name\":\"Joe\",\"last_name\":\"Shopper\",\"valid_until\":\"2017-05-29T00:00:00Z\",\"create_time\":\"2014-05-30T17:04:34Z\",\"update_time\":\"2014-05-30T17:04:34Z\",\"links\":[{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-7VR918415T1111820KOELUIQ\",\"rel\":\"self\",\"method\":\"GET\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-7VR918415T1111820KOELUIQ\",\"rel\":\"delete\",\"method\":\"DELETE\"},{\"href\":\"https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-7VR918415T1111820KOELUIQ\",\"rel\":\"patch\",\"method\":\"PATCH\"}]}"
|
108
108
|
read 667 bytes
|
109
109
|
reading 2 bytes...
|
110
110
|
-> "\r\n"
|
@@ -116,21 +116,21 @@ opening connection to api.sandbox.paypal.com:443...
|
|
116
116
|
opened
|
117
117
|
starting SSL for api.sandbox.paypal.com:443...
|
118
118
|
SSL established
|
119
|
-
<- "GET /v1/payments/payment/PAY-1234 HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer
|
119
|
+
<- "GET /v1/payments/payment/PAY-1234 HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer A015XaGkjoM43YxAkceEd0szbIY3nm94GZlp7DfcKook83g\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/sdk-core-ruby 0.2.8 (paypal-sdk-core 0.2.8; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\n\r\n"
|
120
120
|
-> "HTTP/1.1 404 Not Found\r\n"
|
121
121
|
-> "Server: Apache-Coyote/1.1\r\n"
|
122
|
-
-> "PROXY_SERVER_INFO: host=
|
123
|
-
-> "Paypal-Debug-Id:
|
124
|
-
-> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=
|
125
|
-
-> "CORRELATION-ID:
|
122
|
+
-> "PROXY_SERVER_INFO: host=slcsbjava1.slc.paypal.com;threadId=13438\r\n"
|
123
|
+
-> "Paypal-Debug-Id: 2fcc825d36be6\r\n"
|
124
|
+
-> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=207&TopLevelTxnStartTime=1464e171b95&Host=slcsbjm3.slc.paypal.com&pid=12249\r\n"
|
125
|
+
-> "CORRELATION-ID: 2fcc825d36be6\r\n"
|
126
126
|
-> "Content-Language: *\r\n"
|
127
|
-
-> "Date: Fri,
|
127
|
+
-> "Date: Fri, 30 May 2014 17:04:35 GMT\r\n"
|
128
128
|
-> "Content-Type: application/json\r\n"
|
129
129
|
-> "Transfer-Encoding: chunked\r\n"
|
130
130
|
-> "\r\n"
|
131
131
|
-> "cf\r\n"
|
132
132
|
reading 207 bytes...
|
133
|
-
-> "{\"name\":\"INVALID_RESOURCE_ID\",\"message\":\"The requested resource ID was not found\",\"information_link\":\"https://developer.paypal.com/webapps/developer/docs/api/#INVALID_RESOURCE_ID\",\"debug_id\":\"
|
133
|
+
-> "{\"name\":\"INVALID_RESOURCE_ID\",\"message\":\"The requested resource ID was not found\",\"information_link\":\"https://developer.paypal.com/webapps/developer/docs/api/#INVALID_RESOURCE_ID\",\"debug_id\":\"2fcc825d36be6\"}"
|
134
134
|
read 207 bytes
|
135
135
|
reading 2 bytes...
|
136
136
|
-> "\r\n"
|
@@ -142,16 +142,16 @@ opening connection to api.sandbox.paypal.com:443...
|
|
142
142
|
opened
|
143
143
|
starting SSL for api.sandbox.paypal.com:443...
|
144
144
|
SSL established
|
145
|
-
<- "POST /v1/payments/payment HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer
|
145
|
+
<- "POST /v1/payments/payment HTTP/1.1\r\nX-Paypal-Sandbox-Email-Address: Platform.sdk.seller@gmail.com\r\nAuthorization: Bearer A015XaGkjoM43YxAkceEd0szbIY3nm94GZlp7DfcKook83g\r\nContent-Type: application/json\r\nUser-Agent: PayPalSDK/sdk-core-ruby 0.2.8 (paypal-sdk-core 0.2.8; ruby 2.1.2p95-x86_64-darwin13.0)\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nHost: api.sandbox.paypal.com\r\nContent-Length: 2\r\n\r\n"
|
146
146
|
<- "{}"
|
147
147
|
-> "HTTP/1.1 400 Bad Request\r\n"
|
148
148
|
-> "Server: Apache-Coyote/1.1\r\n"
|
149
|
-
-> "PROXY_SERVER_INFO: host=slcsbjava1.slc.paypal.com;threadId=
|
150
|
-
-> "Paypal-Debug-Id:
|
151
|
-
-> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=
|
152
|
-
-> "CORRELATION-ID:
|
149
|
+
-> "PROXY_SERVER_INFO: host=slcsbjava1.slc.paypal.com;threadId=322\r\n"
|
150
|
+
-> "Paypal-Debug-Id: d7d01a0936de5\r\n"
|
151
|
+
-> "SERVER_INFO: paymentsplatformserv:v1.payments.payment&CalThreadId=207&TopLevelTxnStartTime=1464e171d68&Host=slcsbjm3.slc.paypal.com&pid=12249\r\n"
|
152
|
+
-> "CORRELATION-ID: d7d01a0936de5\r\n"
|
153
153
|
-> "Content-Language: *\r\n"
|
154
|
-
-> "Date: Fri,
|
154
|
+
-> "Date: Fri, 30 May 2014 17:04:35 GMT\r\n"
|
155
155
|
-> "Connection: close\r\n"
|
156
156
|
-> "Content-Type: application/json\r\n"
|
157
157
|
-> "Transfer-Encoding: chunked\r\n"
|
@@ -159,7 +159,7 @@ SSL established
|
|
159
159
|
-> "\r\n"
|
160
160
|
-> "132\r\n"
|
161
161
|
reading 306 bytes...
|
162
|
-
-> "{\"name\":\"VALIDATION_ERROR\",\"details\":[{\"field\":\"intent\",\"issue\":\"Required field missing\"},{\"field\":\"payer\",\"issue\":\"Required field missing\"}],\"message\":\"Invalid request - see details\",\"information_link\":\"https://developer.paypal.com/webapps/developer/docs/api/#VALIDATION_ERROR\",\"debug_id\":\"
|
162
|
+
-> "{\"name\":\"VALIDATION_ERROR\",\"details\":[{\"field\":\"intent\",\"issue\":\"Required field missing\"},{\"field\":\"payer\",\"issue\":\"Required field missing\"}],\"message\":\"Invalid request - see details\",\"information_link\":\"https://developer.paypal.com/webapps/developer/docs/api/#VALIDATION_ERROR\",\"debug_id\":\"d7d01a0936de5\"}"
|
163
163
|
read 306 bytes
|
164
164
|
reading 2 bytes...
|
165
165
|
-> "\r\n"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paypal-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PayPal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xml-simple
|
@@ -99,7 +99,6 @@ files:
|
|
99
99
|
- spec/core/logging_spec.rb
|
100
100
|
- spec/core/openid_connect_spec.rb
|
101
101
|
- spec/log/rest_http.log
|
102
|
-
- spec/log/test.log
|
103
102
|
- spec/spec_helper.rb
|
104
103
|
- spec/support/sample_data.rb
|
105
104
|
homepage: https://developer.paypal.com
|
@@ -139,7 +138,5 @@ test_files:
|
|
139
138
|
- spec/core/logging_spec.rb
|
140
139
|
- spec/core/openid_connect_spec.rb
|
141
140
|
- spec/log/rest_http.log
|
142
|
-
- spec/log/test.log
|
143
141
|
- spec/spec_helper.rb
|
144
142
|
- spec/support/sample_data.rb
|
145
|
-
has_rdoc:
|
data/spec/log/test.log
DELETED
@@ -1,670 +0,0 @@
|
|
1
|
-
# Logfile created on 2013-03-08 07:52:49 +0530 by logger.rb/31641
|
2
|
-
I, [2013-03-08T07:52:50.079164 #9737] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
3
|
-
I, [2013-03-08T07:52:52.485744 #9737] INFO -- : Response[200]: OK, Duration: 2.406s
|
4
|
-
I, [2013-03-08T07:52:52.487185 #9737] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
5
|
-
I, [2013-03-08T07:52:54.436526 #9737] INFO -- : Response[200]: OK, Duration: 1.949s
|
6
|
-
I, [2013-03-08T07:52:54.442946 #9737] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
7
|
-
I, [2013-03-08T07:52:56.375728 #9737] INFO -- : Response[200]: OK, Duration: 1.933s
|
8
|
-
I, [2013-03-08T07:52:56.376710 #9737] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
9
|
-
I, [2013-03-08T07:52:58.322945 #9737] INFO -- : Response[200]: OK, Duration: 1.946s
|
10
|
-
I, [2013-03-08T07:52:58.328012 #9737] INFO -- : Action: TransactionSearch
|
11
|
-
I, [2013-03-08T07:52:58.328289 #9737] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
12
|
-
I, [2013-03-08T07:53:01.305796 #9737] INFO -- : Response[200]: OK, Duration: 2.977s
|
13
|
-
I, [2013-03-08T07:53:01.317115 #9737] INFO -- : Action: MassPay
|
14
|
-
I, [2013-03-08T07:53:01.317254 #9737] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
15
|
-
I, [2013-03-08T07:53:04.345772 #9737] INFO -- : Response[200]: OK, Duration: 3.028s
|
16
|
-
I, [2013-03-08T07:53:04.357505 #9737] INFO -- : Action: TransactionSearch
|
17
|
-
I, [2013-03-08T07:53:04.357677 #9737] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
18
|
-
I, [2013-03-08T07:53:06.818443 #9737] INFO -- : Response[200]: OK, Duration: 2.461s
|
19
|
-
I, [2013-03-08T07:53:06.858486 #9737] INFO -- : Action: TransactionSearch
|
20
|
-
I, [2013-03-08T07:53:06.858656 #9737] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
21
|
-
I, [2013-03-08T07:53:09.401623 #9737] INFO -- : Response[200]: OK, Duration: 2.543s
|
22
|
-
I, [2013-03-08T07:53:09.449654 #9737] INFO -- : Action: TransactionSearch
|
23
|
-
I, [2013-03-08T07:53:09.449886 #9737] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
24
|
-
I, [2013-03-08T07:53:10.848154 #9737] INFO -- : Response[200]: OK, Duration: 1.398s
|
25
|
-
I, [2013-03-08T07:53:10.860289 #9737] INFO -- : Action: TransactionSearch
|
26
|
-
I, [2013-03-08T07:53:10.860464 #9737] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
27
|
-
I, [2013-03-08T07:53:12.571956 #9737] INFO -- : Response[200]: OK, Duration: 1.711s
|
28
|
-
I, [2013-03-08T07:53:12.583993 #9737] INFO -- : Action: InvalidAction
|
29
|
-
I, [2013-03-08T07:53:12.584210 #9737] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
30
|
-
I, [2013-03-08T07:53:14.145357 #9737] INFO -- : Response[500]: Internal Server Error, Duration: 1.561s
|
31
|
-
I, [2013-03-08T07:53:14.148306 #9737] INFO -- : Action: TransactionSearch
|
32
|
-
I, [2013-03-08T07:53:14.148566 #9737] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
33
|
-
I, [2013-03-08T07:53:16.145030 #9737] INFO -- : Response[200]: OK, Duration: 1.996s
|
34
|
-
I, [2013-03-08T07:53:16.173536 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
35
|
-
I, [2013-03-08T07:53:18.069890 #9737] INFO -- : Response[200]: OK, Duration: 1.896s
|
36
|
-
I, [2013-03-08T07:53:18.071984 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
37
|
-
I, [2013-03-08T07:53:19.758771 #9737] INFO -- : Response[200]: OK, Duration: 1.687s
|
38
|
-
I, [2013-03-08T07:53:19.761186 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
39
|
-
I, [2013-03-08T07:53:21.460096 #9737] INFO -- : Response[200]: OK, Duration: 1.699s
|
40
|
-
I, [2013-03-08T07:53:21.462659 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
41
|
-
I, [2013-03-08T07:53:24.309568 #9737] INFO -- : Response[200]: OK, Duration: 2.847s
|
42
|
-
I, [2013-03-08T07:53:24.311946 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
43
|
-
I, [2013-03-08T07:53:26.613164 #9737] INFO -- : Response[200]: OK, Duration: 2.301s
|
44
|
-
I, [2013-03-08T07:53:26.616356 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
45
|
-
I, [2013-03-08T07:53:27.997195 #9737] INFO -- : Response[200]: OK, Duration: 1.381s
|
46
|
-
I, [2013-03-08T07:53:27.999072 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
47
|
-
I, [2013-03-08T07:53:29.309455 #9737] INFO -- : Response[200]: OK, Duration: 1.310s
|
48
|
-
I, [2013-03-08T07:53:29.311031 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
49
|
-
I, [2013-03-08T07:53:30.612044 #9737] INFO -- : Response[500]: Internal Server Error, Duration: 1.301s
|
50
|
-
I, [2013-03-08T07:53:30.614280 #9737] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
51
|
-
I, [2013-03-08T07:53:32.179655 #9737] INFO -- : Response[200]: OK, Duration: 1.565s
|
52
|
-
I, [2013-03-08T07:53:32.186252 #9737] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
53
|
-
I, [2013-03-08T07:53:33.728815 #9737] INFO -- : Response[401]: Unauthorized, Duration: 1.542s
|
54
|
-
I, [2013-03-08T07:53:33.729960 #9737] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
55
|
-
I, [2013-03-08T07:53:36.206071 #9737] INFO -- : Response[200]: OK, Duration: 2.476s
|
56
|
-
I, [2013-03-08T07:53:36.207622 #9737] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
57
|
-
I, [2013-03-08T07:53:42.367683 #9737] INFO -- : Response[201]: Created, Duration: 6.160s
|
58
|
-
I, [2013-03-08T07:53:42.369146 #9737] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment?count=10
|
59
|
-
I, [2013-03-08T07:53:55.074452 #9737] INFO -- : Response[200]: OK, Duration: 12.705s
|
60
|
-
I, [2013-03-08T07:53:55.078504 #9737] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
61
|
-
I, [2013-03-08T07:53:58.319710 #9737] INFO -- : Response[200]: OK, Duration: 3.241s
|
62
|
-
I, [2013-03-08T07:53:58.320202 #9737] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/vault/credit-card
|
63
|
-
I, [2013-03-08T07:54:00.034701 #9737] INFO -- : Response[201]: Created, Duration: 1.714s
|
64
|
-
I, [2013-03-08T07:54:00.035591 #9737] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-6NK65098VW125271GKE4UXPY
|
65
|
-
I, [2013-03-08T07:54:01.648611 #9737] INFO -- : Response[200]: OK, Duration: 1.613s
|
66
|
-
I, [2013-03-08T07:54:01.650357 #9737] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment/PAY-1234
|
67
|
-
I, [2013-03-08T07:54:02.829518 #9737] INFO -- : Response[404]: Not Found, Duration: 1.179s
|
68
|
-
I, [2013-03-08T07:54:02.830945 #9737] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
69
|
-
I, [2013-03-08T07:54:04.271779 #9737] INFO -- : Response[400]: Bad Request, Duration: 1.441s
|
70
|
-
W, [2013-03-22T14:13:33.756213 #23092] WARN -- : undefined method `notExist=' for #<TestType:0x9a42af0>
|
71
|
-
W, [2013-03-22T14:14:48.142271 #23097] WARN -- : undefined method `notExist=' for #<TestType:0x9c48ebc>
|
72
|
-
W, [2013-03-22T14:15:06.042688 #23099] WARN -- : undefined method `notExist=' for #<TestType:0x8be6dbc>
|
73
|
-
W, [2013-03-22T14:16:28.590391 #23102] WARN -- : undefined method `notExist=' for #<TestType:0x92ceda0>
|
74
|
-
W, [2013-03-22T14:17:01.028527 #23106] WARN -- : undefined method `notExist=' for #<TestType:0x8572d50>
|
75
|
-
W, [2013-03-22T14:19:13.913125 #23135] WARN -- : undefined method `notExist=' for #<TestType:0x8cca904>
|
76
|
-
I, [2013-03-22T14:19:13.923739 #23135] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
77
|
-
I, [2013-03-22T14:19:16.180462 #23135] INFO -- : Response[200]: OK, Duration: 2.257s
|
78
|
-
I, [2013-03-22T14:19:16.181699 #23135] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
79
|
-
I, [2013-03-22T14:19:18.104469 #23135] INFO -- : Response[200]: OK, Duration: 1.923s
|
80
|
-
I, [2013-03-22T14:19:18.124039 #23135] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
81
|
-
I, [2013-03-22T14:19:20.018245 #23135] INFO -- : Response[200]: OK, Duration: 1.894s
|
82
|
-
I, [2013-03-22T14:19:20.019206 #23135] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
83
|
-
I, [2013-03-22T14:19:21.958105 #23135] INFO -- : Response[200]: OK, Duration: 1.939s
|
84
|
-
I, [2013-03-22T14:19:21.964922 #23135] INFO -- : Action: TransactionSearch
|
85
|
-
I, [2013-03-22T14:19:21.965172 #23135] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
86
|
-
I, [2013-03-22T14:19:26.265904 #23135] INFO -- : Response[200]: OK, Duration: 4.301s
|
87
|
-
I, [2013-03-22T14:19:26.276395 #23135] INFO -- : Action: MassPay
|
88
|
-
I, [2013-03-22T14:19:26.276528 #23135] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
89
|
-
I, [2013-03-22T14:19:29.275364 #23135] INFO -- : Response[200]: OK, Duration: 2.999s
|
90
|
-
I, [2013-03-22T14:19:29.289288 #23135] INFO -- : Action: TransactionSearch
|
91
|
-
I, [2013-03-22T14:19:29.289443 #23135] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
92
|
-
I, [2013-03-22T14:19:31.912337 #23135] INFO -- : Response[200]: OK, Duration: 2.623s
|
93
|
-
I, [2013-03-22T14:19:31.993696 #23135] INFO -- : Action: TransactionSearch
|
94
|
-
I, [2013-03-22T14:19:31.993958 #23135] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
95
|
-
I, [2013-03-22T14:19:34.725840 #23135] INFO -- : Response[200]: OK, Duration: 2.732s
|
96
|
-
I, [2013-03-22T14:19:34.759688 #23135] INFO -- : Action: TransactionSearch
|
97
|
-
I, [2013-03-22T14:19:34.759839 #23135] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
98
|
-
I, [2013-03-22T14:19:36.861896 #23135] INFO -- : Response[200]: OK, Duration: 2.102s
|
99
|
-
I, [2013-03-22T14:19:36.874305 #23135] INFO -- : Action: TransactionSearch
|
100
|
-
I, [2013-03-22T14:19:36.874537 #23135] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
101
|
-
I, [2013-03-22T14:19:39.034141 #23135] INFO -- : Response[200]: OK, Duration: 2.159s
|
102
|
-
I, [2013-03-22T14:19:39.046111 #23135] INFO -- : Action: InvalidAction
|
103
|
-
I, [2013-03-22T14:19:39.046302 #23135] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
104
|
-
I, [2013-03-22T14:19:40.630255 #23135] INFO -- : Response[500]: Internal Server Error, Duration: 1.584s
|
105
|
-
I, [2013-03-22T14:19:40.633608 #23135] INFO -- : Action: TransactionSearch
|
106
|
-
I, [2013-03-22T14:19:40.633762 #23135] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
107
|
-
I, [2013-03-22T14:19:42.578734 #23135] INFO -- : Response[200]: OK, Duration: 1.945s
|
108
|
-
I, [2013-03-22T14:19:42.685116 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
109
|
-
I, [2013-03-22T14:19:44.827156 #23135] INFO -- : Response[200]: OK, Duration: 2.142s
|
110
|
-
I, [2013-03-22T14:19:44.830087 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
111
|
-
I, [2013-03-22T14:19:46.397052 #23135] INFO -- : Response[200]: OK, Duration: 1.567s
|
112
|
-
I, [2013-03-22T14:19:46.400346 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
113
|
-
I, [2013-03-22T14:19:48.031446 #23135] INFO -- : Response[200]: OK, Duration: 1.631s
|
114
|
-
I, [2013-03-22T14:19:48.034939 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
115
|
-
I, [2013-03-22T14:19:51.344190 #23135] INFO -- : Response[200]: OK, Duration: 3.309s
|
116
|
-
I, [2013-03-22T14:19:51.349307 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
117
|
-
I, [2013-03-22T14:20:00.246902 #23135] INFO -- : Response[200]: OK, Duration: 8.897s
|
118
|
-
I, [2013-03-22T14:20:00.250265 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
119
|
-
I, [2013-03-22T14:20:01.635750 #23135] INFO -- : Response[200]: OK, Duration: 1.385s
|
120
|
-
I, [2013-03-22T14:20:01.637620 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
121
|
-
I, [2013-03-22T14:20:02.971407 #23135] INFO -- : Response[200]: OK, Duration: 1.334s
|
122
|
-
I, [2013-03-22T14:20:02.981562 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
123
|
-
I, [2013-03-22T14:20:04.309881 #23135] INFO -- : Response[500]: Internal Server Error, Duration: 1.327s
|
124
|
-
I, [2013-03-22T14:20:04.311669 #23135] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
125
|
-
I, [2013-03-22T14:20:05.970886 #23135] INFO -- : Response[200]: OK, Duration: 1.659s
|
126
|
-
I, [2013-03-22T14:20:05.982481 #23135] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
127
|
-
I, [2013-03-22T14:20:07.551446 #23135] INFO -- : Response[401]: Unauthorized, Duration: 1.569s
|
128
|
-
I, [2013-03-22T14:20:07.553094 #23135] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
129
|
-
I, [2013-03-22T14:20:10.836217 #23135] INFO -- : Response[200]: OK, Duration: 3.283s
|
130
|
-
I, [2013-03-22T14:20:10.837540 #23135] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
131
|
-
I, [2013-03-22T14:20:17.116674 #23135] INFO -- : Response[201]: Created, Duration: 6.279s
|
132
|
-
I, [2013-03-22T14:20:17.118558 #23135] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment?count=10
|
133
|
-
I, [2013-03-22T14:20:28.906269 #23135] INFO -- : Response[200]: OK, Duration: 11.786s
|
134
|
-
I, [2013-03-22T14:20:28.912017 #23135] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
135
|
-
I, [2013-03-22T14:20:32.057474 #23135] INFO -- : Response[200]: OK, Duration: 3.145s
|
136
|
-
I, [2013-03-22T14:20:32.057843 #23135] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/vault/credit-card
|
137
|
-
I, [2013-03-22T14:20:34.071097 #23135] INFO -- : Response[201]: Created, Duration: 2.013s
|
138
|
-
I, [2013-03-22T14:20:34.072024 #23135] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-98P59449112190245KFGBWVY
|
139
|
-
I, [2013-03-22T14:20:35.945234 #23135] INFO -- : Response[200]: OK, Duration: 1.873s
|
140
|
-
I, [2013-03-22T14:20:35.947004 #23135] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment/PAY-1234
|
141
|
-
I, [2013-03-22T14:20:37.467832 #23135] INFO -- : Response[404]: Not Found, Duration: 1.521s
|
142
|
-
I, [2013-03-22T14:20:37.469611 #23135] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
143
|
-
I, [2013-03-22T14:20:39.037665 #23135] INFO -- : Response[400]: Bad Request, Duration: 1.568s
|
144
|
-
I, [2013-03-22T14:29:05.148897 #23237] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
145
|
-
I, [2013-03-22T14:29:09.100102 #23237] INFO -- : Response[200]: OK, Duration: 3.951s
|
146
|
-
I, [2013-03-22T14:29:09.124149 #23237] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
147
|
-
I, [2013-03-22T14:29:17.094471 #23237] INFO -- : Response[200]: OK, Duration: 7.970s
|
148
|
-
I, [2013-03-22T14:29:17.096542 #23237] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
149
|
-
I, [2013-03-22T14:29:18.484462 #23237] INFO -- : Response[200]: OK, Duration: 1.388s
|
150
|
-
I, [2013-03-22T14:29:47.064910 #23247] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
151
|
-
I, [2013-03-22T14:29:49.930749 #23247] INFO -- : Response[200]: OK, Duration: 2.866s
|
152
|
-
I, [2013-03-22T14:29:49.959222 #23247] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
153
|
-
I, [2013-03-22T14:29:58.146005 #23247] INFO -- : Response[200]: OK, Duration: 8.187s
|
154
|
-
I, [2013-03-22T14:29:58.148098 #23247] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
155
|
-
I, [2013-03-22T14:29:59.572633 #23247] INFO -- : Response[200]: OK, Duration: 1.424s
|
156
|
-
I, [2013-03-22T14:30:54.571260 #23256] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
157
|
-
I, [2013-03-22T14:30:57.178906 #23256] INFO -- : Response[200]: OK, Duration: 2.607s
|
158
|
-
I, [2013-03-22T14:30:57.211504 #23256] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
159
|
-
I, [2013-03-22T14:31:05.089977 #23256] INFO -- : Response[200]: OK, Duration: 7.878s
|
160
|
-
I, [2013-03-22T14:31:05.093515 #23256] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
161
|
-
I, [2013-03-22T14:31:06.513130 #23256] INFO -- : Response[200]: OK, Duration: 1.419s
|
162
|
-
I, [2013-03-22T14:34:16.058833 #23268] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
163
|
-
I, [2013-03-22T14:34:18.299853 #23268] INFO -- : Response[200]: OK, Duration: 2.241s
|
164
|
-
I, [2013-03-22T14:34:18.344577 #23268] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
165
|
-
I, [2013-03-22T14:34:26.065401 #23268] INFO -- : Response[200]: OK, Duration: 7.720s
|
166
|
-
I, [2013-03-22T14:34:26.068022 #23268] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
167
|
-
I, [2013-03-22T14:34:27.451947 #23268] INFO -- : Response[200]: OK, Duration: 1.384s
|
168
|
-
I, [2013-03-22T14:44:24.788518 #23330] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
169
|
-
I, [2013-03-22T14:44:28.144681 #23330] INFO -- : Response[200]: OK, Duration: 3.355s
|
170
|
-
I, [2013-03-22T14:44:28.185406 #23330] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
171
|
-
I, [2013-03-22T14:44:41.544654 #23330] INFO -- : Response[200]: OK, Duration: 13.359s
|
172
|
-
I, [2013-03-22T14:44:41.547756 #23330] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
173
|
-
I, [2013-03-22T14:44:42.942528 #23330] INFO -- : Response[200]: OK, Duration: 1.395s
|
174
|
-
I, [2013-03-22T14:45:29.474279 #23341] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
175
|
-
I, [2013-03-22T14:45:40.450316 #23341] INFO -- : Response[200]: OK, Duration: 10.976s
|
176
|
-
W, [2013-03-22T14:48:09.486730 #23393] WARN -- : undefined method `notExist=' for #<TestType:0x9a22cc8>
|
177
|
-
W, [2013-03-22T16:40:03.834605 #27903] WARN -- : undefined method `notExist=' for #<TestType:0xa84cad8>
|
178
|
-
I, [2013-03-22T16:40:03.846007 #27903] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
179
|
-
I, [2013-03-22T16:40:06.016104 #27903] INFO -- : Response[200]: OK, Duration: 2.170s
|
180
|
-
I, [2013-03-22T16:40:06.017376 #27903] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
181
|
-
I, [2013-03-22T16:40:07.932718 #27903] INFO -- : Response[200]: OK, Duration: 1.915s
|
182
|
-
I, [2013-03-22T16:40:07.946576 #27903] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
183
|
-
I, [2013-03-22T16:40:09.899429 #27903] INFO -- : Response[200]: OK, Duration: 1.953s
|
184
|
-
I, [2013-03-22T16:40:09.900430 #27903] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
185
|
-
I, [2013-03-22T16:40:11.854389 #27903] INFO -- : Response[200]: OK, Duration: 1.954s
|
186
|
-
I, [2013-03-22T16:40:11.860144 #27903] INFO -- : Action: TransactionSearch
|
187
|
-
I, [2013-03-22T16:40:11.860290 #27903] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
188
|
-
I, [2013-03-22T16:40:14.925393 #27903] INFO -- : Response[200]: OK, Duration: 3.065s
|
189
|
-
I, [2013-03-22T16:40:14.935509 #27903] INFO -- : Action: MassPay
|
190
|
-
I, [2013-03-22T16:40:14.936033 #27903] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
191
|
-
I, [2013-03-22T16:40:17.941548 #27903] INFO -- : Response[200]: OK, Duration: 3.005s
|
192
|
-
I, [2013-03-22T16:40:17.952775 #27903] INFO -- : Action: TransactionSearch
|
193
|
-
I, [2013-03-22T16:40:17.952915 #27903] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
194
|
-
I, [2013-03-22T16:40:20.494845 #27903] INFO -- : Response[200]: OK, Duration: 2.542s
|
195
|
-
I, [2013-03-22T16:40:20.510005 #27903] INFO -- : Action: TransactionSearch
|
196
|
-
I, [2013-03-22T16:40:20.510156 #27903] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
197
|
-
I, [2013-03-22T16:40:23.501782 #27903] INFO -- : Response[200]: OK, Duration: 2.992s
|
198
|
-
I, [2013-03-22T16:40:23.527880 #27903] INFO -- : Action: TransactionSearch
|
199
|
-
I, [2013-03-22T16:40:23.528039 #27903] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
200
|
-
I, [2013-03-22T16:40:25.172663 #27903] INFO -- : Response[200]: OK, Duration: 1.645s
|
201
|
-
I, [2013-03-22T16:40:25.185325 #27903] INFO -- : Action: TransactionSearch
|
202
|
-
I, [2013-03-22T16:40:25.185504 #27903] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
203
|
-
I, [2013-03-22T16:40:26.897861 #27903] INFO -- : Response[200]: OK, Duration: 1.712s
|
204
|
-
I, [2013-03-22T16:40:26.909469 #27903] INFO -- : Action: InvalidAction
|
205
|
-
I, [2013-03-22T16:40:26.909613 #27903] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
206
|
-
I, [2013-03-22T16:40:28.484082 #27903] INFO -- : Response[500]: Internal Server Error, Duration: 1.574s
|
207
|
-
I, [2013-03-22T16:40:28.486801 #27903] INFO -- : Action: TransactionSearch
|
208
|
-
I, [2013-03-22T16:40:28.486922 #27903] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
209
|
-
I, [2013-03-22T16:40:30.495086 #27903] INFO -- : Response[200]: OK, Duration: 2.008s
|
210
|
-
I, [2013-03-22T16:40:30.522867 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
211
|
-
I, [2013-03-22T16:40:32.561962 #27903] INFO -- : Response[200]: OK, Duration: 2.039s
|
212
|
-
I, [2013-03-22T16:40:32.564212 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
213
|
-
I, [2013-03-22T16:40:34.166811 #27903] INFO -- : Response[200]: OK, Duration: 1.602s
|
214
|
-
I, [2013-03-22T16:40:34.168741 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
215
|
-
I, [2013-03-22T16:40:35.778369 #27903] INFO -- : Response[200]: OK, Duration: 1.609s
|
216
|
-
I, [2013-03-22T16:40:35.781135 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
217
|
-
I, [2013-03-22T16:40:38.713397 #27903] INFO -- : Response[200]: OK, Duration: 2.932s
|
218
|
-
I, [2013-03-22T16:40:38.715994 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
219
|
-
I, [2013-03-22T16:40:41.118394 #27903] INFO -- : Response[200]: OK, Duration: 2.402s
|
220
|
-
I, [2013-03-22T16:40:41.121921 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
221
|
-
I, [2013-03-22T16:40:42.547559 #27903] INFO -- : Response[200]: OK, Duration: 1.425s
|
222
|
-
I, [2013-03-22T16:40:42.549567 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
223
|
-
I, [2013-03-22T16:40:43.869846 #27903] INFO -- : Response[200]: OK, Duration: 1.320s
|
224
|
-
I, [2013-03-22T16:40:43.872168 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
225
|
-
I, [2013-03-22T16:40:45.185060 #27903] INFO -- : Response[500]: Internal Server Error, Duration: 1.313s
|
226
|
-
I, [2013-03-22T16:40:45.186512 #27903] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
227
|
-
I, [2013-03-22T16:40:46.813309 #27903] INFO -- : Response[200]: OK, Duration: 1.627s
|
228
|
-
I, [2013-03-22T16:40:46.820304 #27903] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
229
|
-
I, [2013-03-22T16:40:48.376182 #27903] INFO -- : Response[401]: Unauthorized, Duration: 1.556s
|
230
|
-
I, [2013-03-22T16:40:48.377439 #27903] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
231
|
-
I, [2013-03-22T16:40:51.367923 #27903] INFO -- : Response[200]: OK, Duration: 2.990s
|
232
|
-
I, [2013-03-22T16:40:51.369427 #27903] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
233
|
-
I, [2013-03-22T16:40:58.959119 #27903] INFO -- : Response[201]: Created, Duration: 7.589s
|
234
|
-
I, [2013-03-22T16:40:58.960889 #27903] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment?count=10
|
235
|
-
I, [2013-03-22T16:41:07.995623 #27903] INFO -- : Response[200]: OK, Duration: 9.035s
|
236
|
-
I, [2013-03-22T16:41:08.000031 #27903] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
237
|
-
I, [2013-03-22T16:41:10.917358 #27903] INFO -- : Response[200]: OK, Duration: 2.917s
|
238
|
-
I, [2013-03-22T16:41:10.917637 #27903] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/vault/credit-card
|
239
|
-
I, [2013-03-22T16:41:12.511045 #27903] INFO -- : Response[201]: Created, Duration: 1.593s
|
240
|
-
I, [2013-03-22T16:41:12.512213 #27903] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-5XB47285N64262149KFGDYUA
|
241
|
-
I, [2013-03-22T16:41:14.142658 #27903] INFO -- : Response[200]: OK, Duration: 1.630s
|
242
|
-
I, [2013-03-22T16:41:14.144084 #27903] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment/PAY-1234
|
243
|
-
I, [2013-03-22T16:41:15.754576 #27903] INFO -- : Response[404]: Not Found, Duration: 1.610s
|
244
|
-
I, [2013-03-22T16:41:15.755812 #27903] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
245
|
-
I, [2013-03-22T16:41:17.314421 #27903] INFO -- : Response[400]: Bad Request, Duration: 1.558s
|
246
|
-
I, [2013-03-22T16:42:34.902722 #27986] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
247
|
-
I, [2013-03-22T16:42:38.270464 #27986] INFO -- : Response[200]: OK, Duration: 3.367s
|
248
|
-
I, [2013-03-22T16:42:38.278861 #27986] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
249
|
-
I, [2013-03-22T16:42:41.259535 #27986] INFO -- : Response[200]: OK, Duration: 2.980s
|
250
|
-
I, [2013-03-22T16:43:23.002961 #27993] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
251
|
-
I, [2013-03-22T16:43:25.591692 #27993] INFO -- : Response[200]: OK, Duration: 2.588s
|
252
|
-
I, [2013-03-22T16:43:47.958267 #27998] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
253
|
-
I, [2013-03-22T16:43:50.881235 #27998] INFO -- : Response[200]: OK, Duration: 2.923s
|
254
|
-
I, [2013-03-22T16:43:50.888993 #27998] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
255
|
-
I, [2013-03-22T16:43:53.377867 #27998] INFO -- : Response[200]: OK, Duration: 2.489s
|
256
|
-
I, [2013-03-22T16:44:22.342599 #28004] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
257
|
-
I, [2013-03-22T16:44:24.184175 #28004] INFO -- : Response[200]: OK, Duration: 1.841s
|
258
|
-
I, [2013-03-22T16:44:24.193104 #28004] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
259
|
-
I, [2013-03-22T16:44:26.527674 #28004] INFO -- : Response[200]: OK, Duration: 2.334s
|
260
|
-
I, [2013-03-22T16:44:45.254108 #28011] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
261
|
-
I, [2013-03-22T16:44:47.142037 #28011] INFO -- : Response[200]: OK, Duration: 1.888s
|
262
|
-
I, [2013-03-22T16:44:47.150333 #28011] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
263
|
-
I, [2013-03-22T16:44:49.564537 #28011] INFO -- : Response[200]: OK, Duration: 2.414s
|
264
|
-
I, [2013-03-22T16:47:37.757875 #28030] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
265
|
-
I, [2013-03-22T16:47:40.784351 #28030] INFO -- : Response[200]: OK, Duration: 3.026s
|
266
|
-
I, [2013-03-22T16:48:00.411024 #28035] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
267
|
-
I, [2013-03-22T16:48:05.102791 #28035] INFO -- : Response[200]: OK, Duration: 4.691s
|
268
|
-
I, [2013-03-22T16:48:46.879225 #28040] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
269
|
-
I, [2013-03-22T16:48:49.448600 #28040] INFO -- : Response[200]: OK, Duration: 2.569s
|
270
|
-
I, [2013-03-22T16:49:07.223159 #28044] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
271
|
-
I, [2013-03-22T16:49:10.725939 #28044] INFO -- : Response[200]: OK, Duration: 3.502s
|
272
|
-
I, [2013-03-22T16:50:31.592269 #28051] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
273
|
-
I, [2013-03-22T16:50:34.667793 #28051] INFO -- : Response[200]: OK, Duration: 3.075s
|
274
|
-
I, [2013-03-22T17:09:06.804704 #28415] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
275
|
-
I, [2013-03-22T17:09:10.020396 #28415] INFO -- : Response[200]: OK, Duration: 3.215s
|
276
|
-
W, [2013-03-22T17:10:03.933006 #28424] WARN -- : undefined method `notExist=' for #<TestType:0xa446948>
|
277
|
-
I, [2013-03-22T17:10:03.942086 #28424] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
278
|
-
I, [2013-03-22T17:10:06.307083 #28424] INFO -- : Response[200]: OK, Duration: 2.365s
|
279
|
-
I, [2013-03-22T17:10:06.308054 #28424] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
280
|
-
I, [2013-03-22T17:10:08.692607 #28424] INFO -- : Response[200]: OK, Duration: 2.384s
|
281
|
-
I, [2013-03-22T17:10:08.706099 #28424] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
282
|
-
I, [2013-03-22T17:10:11.103804 #28424] INFO -- : Response[200]: OK, Duration: 2.397s
|
283
|
-
I, [2013-03-22T17:10:11.104790 #28424] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
284
|
-
I, [2013-03-22T17:10:13.500375 #28424] INFO -- : Response[200]: OK, Duration: 2.395s
|
285
|
-
I, [2013-03-22T17:10:13.505362 #28424] INFO -- : Action: TransactionSearch
|
286
|
-
I, [2013-03-22T17:10:13.505512 #28424] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
287
|
-
I, [2013-03-22T17:10:16.698555 #28424] INFO -- : Response[200]: OK, Duration: 3.193s
|
288
|
-
I, [2013-03-22T17:10:16.707917 #28424] INFO -- : Action: MassPay
|
289
|
-
I, [2013-03-22T17:10:16.708053 #28424] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
290
|
-
I, [2013-03-22T17:10:20.317845 #28424] INFO -- : Response[200]: OK, Duration: 3.610s
|
291
|
-
I, [2013-03-22T17:10:20.327672 #28424] INFO -- : Action: TransactionSearch
|
292
|
-
I, [2013-03-22T17:10:20.327879 #28424] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
293
|
-
I, [2013-03-22T17:10:23.312749 #28424] INFO -- : Response[200]: OK, Duration: 2.985s
|
294
|
-
I, [2013-03-22T17:10:23.328382 #28424] INFO -- : Action: TransactionSearch
|
295
|
-
I, [2013-03-22T17:10:23.328569 #28424] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
296
|
-
I, [2013-03-22T17:10:26.360036 #28424] INFO -- : Response[200]: OK, Duration: 3.031s
|
297
|
-
I, [2013-03-22T17:10:26.381978 #28424] INFO -- : Action: TransactionSearch
|
298
|
-
I, [2013-03-22T17:10:26.382174 #28424] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
299
|
-
I, [2013-03-22T17:10:28.668861 #28424] INFO -- : Response[200]: OK, Duration: 2.287s
|
300
|
-
I, [2013-03-22T17:10:28.681795 #28424] INFO -- : Action: TransactionSearch
|
301
|
-
I, [2013-03-22T17:10:28.681976 #28424] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
302
|
-
I, [2013-03-22T17:10:31.082218 #28424] INFO -- : Response[200]: OK, Duration: 2.400s
|
303
|
-
I, [2013-03-22T17:10:31.094985 #28424] INFO -- : Action: InvalidAction
|
304
|
-
I, [2013-03-22T17:10:31.095200 #28424] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
305
|
-
I, [2013-03-22T17:10:33.314747 #28424] INFO -- : Response[500]: Internal Server Error, Duration: 2.219s
|
306
|
-
I, [2013-03-22T17:10:33.317777 #28424] INFO -- : Action: TransactionSearch
|
307
|
-
I, [2013-03-22T17:10:33.318091 #28424] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
308
|
-
I, [2013-03-22T17:10:35.871516 #28424] INFO -- : Response[200]: OK, Duration: 2.553s
|
309
|
-
I, [2013-03-22T17:10:35.899720 #28424] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
310
|
-
I, [2013-03-22T17:10:38.246901 #28424] INFO -- : Response[200]: OK, Duration: 2.347s
|
311
|
-
I, [2013-03-22T17:10:38.249074 #28424] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
312
|
-
I, [2013-03-22T17:10:40.553423 #28424] INFO -- : Response[200]: OK, Duration: 2.304s
|
313
|
-
I, [2013-03-22T17:10:40.555103 #28424] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
314
|
-
I, [2013-03-22T17:10:42.813972 #28424] INFO -- : Response[200]: OK, Duration: 2.258s
|
315
|
-
I, [2013-03-22T17:10:42.817506 #28424] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
316
|
-
I, [2013-03-22T17:10:45.774081 #28424] INFO -- : Response[200]: OK, Duration: 2.956s
|
317
|
-
I, [2013-03-22T17:10:45.777038 #28424] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
318
|
-
I, [2013-03-22T17:10:47.873819 #28424] INFO -- : Response[200]: OK, Duration: 2.097s
|
319
|
-
I, [2013-03-22T17:10:47.876307 #28424] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
320
|
-
I, [2013-03-22T17:10:49.843386 #28424] INFO -- : Response[200]: OK, Duration: 1.967s
|
321
|
-
I, [2013-03-22T17:10:49.845020 #28424] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
322
|
-
I, [2013-03-22T17:10:51.808151 #28424] INFO -- : Response[500]: Internal Server Error, Duration: 1.963s
|
323
|
-
I, [2013-03-22T17:10:51.809164 #28424] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
324
|
-
I, [2013-03-22T17:10:54.033742 #28424] INFO -- : Response[200]: OK, Duration: 2.224s
|
325
|
-
I, [2013-03-22T17:10:54.040310 #28424] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
326
|
-
I, [2013-03-22T17:10:56.243353 #28424] INFO -- : Response[401]: Unauthorized, Duration: 2.203s
|
327
|
-
I, [2013-03-22T17:10:56.244666 #28424] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
328
|
-
I, [2013-03-22T17:11:00.248339 #28424] INFO -- : Response[200]: OK, Duration: 4.003s
|
329
|
-
I, [2013-03-22T17:11:00.249835 #28424] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
330
|
-
I, [2013-03-22T17:11:07.708698 #28424] INFO -- : Response[201]: Created, Duration: 7.459s
|
331
|
-
I, [2013-03-22T17:11:07.710072 #28424] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment?count=10
|
332
|
-
I, [2013-03-22T17:11:16.229599 #28424] INFO -- : Response[200]: OK, Duration: 8.519s
|
333
|
-
I, [2013-03-22T17:11:16.234726 #28424] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
334
|
-
I, [2013-03-22T17:11:19.989318 #28424] INFO -- : Response[200]: OK, Duration: 3.754s
|
335
|
-
I, [2013-03-22T17:11:19.989726 #28424] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/vault/credit-card
|
336
|
-
I, [2013-03-22T17:11:22.422387 #28424] INFO -- : Response[201]: Created, Duration: 2.433s
|
337
|
-
I, [2013-03-22T17:11:22.429588 #28424] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-03H69859XC7611234KFGEGYI
|
338
|
-
I, [2013-03-22T17:11:24.445537 #28424] INFO -- : Response[200]: OK, Duration: 2.015s
|
339
|
-
I, [2013-03-22T17:11:24.448079 #28424] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment/PAY-1234
|
340
|
-
I, [2013-03-22T17:11:26.575326 #28424] INFO -- : Response[404]: Not Found, Duration: 2.127s
|
341
|
-
I, [2013-03-22T17:11:26.576610 #28424] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
342
|
-
I, [2013-03-22T17:11:28.762504 #28424] INFO -- : Response[400]: Bad Request, Duration: 2.186s
|
343
|
-
I, [2013-03-25T09:17:45.878758 #3382] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
344
|
-
I, [2013-03-25T09:17:50.319377 #3382] INFO -- : Response[200]: OK, Duration: 4.440s
|
345
|
-
W, [2013-03-25T09:18:08.338704 #3388] WARN -- : undefined method `notExist=' for #<TestType:0x9863c34>
|
346
|
-
I, [2013-03-25T09:18:08.348099 #3388] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
347
|
-
I, [2013-03-25T09:18:10.733821 #3388] INFO -- : Response[200]: OK, Duration: 2.386s
|
348
|
-
I, [2013-03-25T09:18:10.735472 #3388] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
349
|
-
I, [2013-03-25T09:18:13.146335 #3388] INFO -- : Response[200]: OK, Duration: 2.392s
|
350
|
-
I, [2013-03-25T09:18:13.167831 #3388] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
351
|
-
I, [2013-03-25T09:18:15.517184 #3388] INFO -- : Response[200]: OK, Duration: 2.349s
|
352
|
-
I, [2013-03-25T09:18:15.518889 #3388] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
353
|
-
I, [2013-03-25T09:18:17.909702 #3388] INFO -- : Response[200]: OK, Duration: 2.391s
|
354
|
-
I, [2013-03-25T09:18:17.914916 #3388] INFO -- : Action: TransactionSearch
|
355
|
-
I, [2013-03-25T09:18:17.915069 #3388] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
356
|
-
I, [2013-03-25T09:18:21.077912 #3388] INFO -- : Response[200]: OK, Duration: 3.163s
|
357
|
-
I, [2013-03-25T09:18:21.087240 #3388] INFO -- : Action: MassPay
|
358
|
-
I, [2013-03-25T09:18:21.087615 #3388] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
359
|
-
I, [2013-03-25T09:18:24.746403 #3388] INFO -- : Response[200]: OK, Duration: 3.659s
|
360
|
-
I, [2013-03-25T09:18:24.758502 #3388] INFO -- : Action: TransactionSearch
|
361
|
-
I, [2013-03-25T09:18:24.758717 #3388] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
362
|
-
I, [2013-03-25T09:18:27.814108 #3388] INFO -- : Response[200]: OK, Duration: 3.055s
|
363
|
-
I, [2013-03-25T09:18:27.829276 #3388] INFO -- : Action: TransactionSearch
|
364
|
-
I, [2013-03-25T09:18:27.829587 #3388] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
365
|
-
I, [2013-03-25T09:18:31.170097 #3388] INFO -- : Response[200]: OK, Duration: 3.340s
|
366
|
-
I, [2013-03-25T09:18:31.197619 #3388] INFO -- : Action: TransactionSearch
|
367
|
-
I, [2013-03-25T09:18:31.197793 #3388] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
368
|
-
I, [2013-03-25T09:18:33.482337 #3388] INFO -- : Response[200]: OK, Duration: 2.284s
|
369
|
-
I, [2013-03-25T09:18:33.494888 #3388] INFO -- : Action: TransactionSearch
|
370
|
-
I, [2013-03-25T09:18:33.495053 #3388] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
371
|
-
I, [2013-03-25T09:18:35.894481 #3388] INFO -- : Response[200]: OK, Duration: 2.399s
|
372
|
-
I, [2013-03-25T09:18:35.906727 #3388] INFO -- : Action: InvalidAction
|
373
|
-
I, [2013-03-25T09:18:35.906892 #3388] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
374
|
-
I, [2013-03-25T09:18:38.126431 #3388] INFO -- : Response[500]: Internal Server Error, Duration: 2.219s
|
375
|
-
I, [2013-03-25T09:18:38.129311 #3388] INFO -- : Action: TransactionSearch
|
376
|
-
I, [2013-03-25T09:18:38.129475 #3388] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
377
|
-
I, [2013-03-25T09:18:40.683788 #3388] INFO -- : Response[200]: OK, Duration: 2.554s
|
378
|
-
I, [2013-03-25T09:18:40.712188 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
379
|
-
I, [2013-03-25T09:18:43.333406 #3388] INFO -- : Response[200]: OK, Duration: 2.621s
|
380
|
-
I, [2013-03-25T09:18:43.335323 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
381
|
-
I, [2013-03-25T09:18:45.978903 #3388] INFO -- : Response[200]: OK, Duration: 2.643s
|
382
|
-
I, [2013-03-25T09:18:45.981775 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
383
|
-
I, [2013-03-25T09:18:48.601454 #3388] INFO -- : Response[200]: OK, Duration: 2.620s
|
384
|
-
I, [2013-03-25T09:18:48.603559 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
385
|
-
I, [2013-03-25T09:18:52.803864 #3388] INFO -- : Response[200]: OK, Duration: 4.200s
|
386
|
-
I, [2013-03-25T09:18:52.806554 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
387
|
-
I, [2013-03-25T09:18:56.005255 #3388] INFO -- : Response[200]: OK, Duration: 3.198s
|
388
|
-
I, [2013-03-25T09:18:56.008906 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
389
|
-
I, [2013-03-25T09:18:58.323919 #3388] INFO -- : Response[200]: OK, Duration: 2.315s
|
390
|
-
I, [2013-03-25T09:18:58.326616 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
391
|
-
I, [2013-03-25T09:19:00.543352 #3388] INFO -- : Response[200]: OK, Duration: 2.217s
|
392
|
-
I, [2013-03-25T09:19:00.544835 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
393
|
-
I, [2013-03-25T09:19:02.750027 #3388] INFO -- : Response[500]: Internal Server Error, Duration: 2.205s
|
394
|
-
I, [2013-03-25T09:19:02.752520 #3388] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
395
|
-
I, [2013-03-25T09:19:05.269765 #3388] INFO -- : Response[200]: OK, Duration: 2.517s
|
396
|
-
I, [2013-03-25T09:19:05.276308 #3388] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
397
|
-
I, [2013-03-25T09:19:07.483107 #3388] INFO -- : Response[401]: Unauthorized, Duration: 2.207s
|
398
|
-
I, [2013-03-25T09:19:07.484530 #3388] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
399
|
-
I, [2013-03-25T09:19:11.143740 #3388] INFO -- : Response[200]: OK, Duration: 3.659s
|
400
|
-
I, [2013-03-25T09:19:11.145580 #3388] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
401
|
-
I, [2013-03-25T09:19:18.451638 #3388] INFO -- : Response[201]: Created, Duration: 7.306s
|
402
|
-
I, [2013-03-25T09:19:18.453723 #3388] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment?count=10
|
403
|
-
I, [2013-03-25T09:19:27.725767 #3388] INFO -- : Response[200]: OK, Duration: 9.272s
|
404
|
-
I, [2013-03-25T09:19:27.730140 #3388] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
405
|
-
I, [2013-03-25T09:19:31.497923 #3388] INFO -- : Response[200]: OK, Duration: 3.768s
|
406
|
-
I, [2013-03-25T09:19:31.498671 #3388] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/vault/credit-card
|
407
|
-
I, [2013-03-25T09:19:33.503329 #3388] INFO -- : Response[201]: Created, Duration: 2.004s
|
408
|
-
I, [2013-03-25T09:19:33.503860 #3388] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-9K901243LW178131JKFH4STQ
|
409
|
-
I, [2013-03-25T09:19:35.797735 #3388] INFO -- : Response[200]: OK, Duration: 2.294s
|
410
|
-
I, [2013-03-25T09:19:35.799226 #3388] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment/PAY-1234
|
411
|
-
I, [2013-03-25T09:19:38.085096 #3388] INFO -- : Response[404]: Not Found, Duration: 2.286s
|
412
|
-
I, [2013-03-25T09:19:38.086046 #3388] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
413
|
-
I, [2013-03-25T09:19:40.061894 #3388] INFO -- : Response[400]: Bad Request, Duration: 1.976s
|
414
|
-
I, [2013-03-25T09:20:33.057011 #3511] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
415
|
-
I, [2013-03-25T09:20:36.122616 #3511] INFO -- : Response[200]: OK, Duration: 3.065s
|
416
|
-
W, [2013-03-25T09:20:47.408323 #3526] WARN -- : undefined method `notExist=' for #<TestType:0x904bd94>
|
417
|
-
I, [2013-03-25T09:20:47.417867 #3526] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
418
|
-
I, [2013-03-25T09:20:49.774000 #3526] INFO -- : Response[200]: OK, Duration: 2.356s
|
419
|
-
I, [2013-03-25T09:20:49.775689 #3526] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
420
|
-
I, [2013-03-25T09:20:51.493298 #3526] INFO -- : Response[200]: OK, Duration: 1.717s
|
421
|
-
I, [2013-03-25T09:20:51.507388 #3526] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
422
|
-
I, [2013-03-25T09:20:53.284133 #3526] INFO -- : Response[200]: OK, Duration: 1.777s
|
423
|
-
I, [2013-03-25T09:20:53.284739 #3526] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
424
|
-
I, [2013-03-25T09:20:55.267562 #3526] INFO -- : Response[200]: OK, Duration: 1.982s
|
425
|
-
I, [2013-03-25T09:20:55.272538 #3526] INFO -- : Action: TransactionSearch
|
426
|
-
I, [2013-03-25T09:20:55.272694 #3526] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
427
|
-
I, [2013-03-25T09:20:58.108169 #3526] INFO -- : Response[200]: OK, Duration: 2.835s
|
428
|
-
I, [2013-03-25T09:20:58.140116 #3526] INFO -- : Action: MassPay
|
429
|
-
I, [2013-03-25T09:20:58.140394 #3526] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
430
|
-
I, [2013-03-25T09:21:01.390645 #3526] INFO -- : Response[200]: OK, Duration: 3.250s
|
431
|
-
I, [2013-03-25T09:21:01.403093 #3526] INFO -- : Action: TransactionSearch
|
432
|
-
I, [2013-03-25T09:21:01.403256 #3526] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
433
|
-
I, [2013-03-25T09:21:03.765113 #3526] INFO -- : Response[200]: OK, Duration: 2.362s
|
434
|
-
I, [2013-03-25T09:21:03.781497 #3526] INFO -- : Action: TransactionSearch
|
435
|
-
I, [2013-03-25T09:21:03.781747 #3526] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
436
|
-
I, [2013-03-25T09:21:06.458058 #3526] INFO -- : Response[200]: OK, Duration: 2.676s
|
437
|
-
I, [2013-03-25T09:21:06.481232 #3526] INFO -- : Action: TransactionSearch
|
438
|
-
I, [2013-03-25T09:21:06.481490 #3526] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
439
|
-
I, [2013-03-25T09:21:07.894898 #3526] INFO -- : Response[200]: OK, Duration: 1.413s
|
440
|
-
I, [2013-03-25T09:21:07.906804 #3526] INFO -- : Action: TransactionSearch
|
441
|
-
I, [2013-03-25T09:21:07.906974 #3526] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
442
|
-
I, [2013-03-25T09:21:09.384083 #3526] INFO -- : Response[200]: OK, Duration: 1.477s
|
443
|
-
I, [2013-03-25T09:21:09.394911 #3526] INFO -- : Action: InvalidAction
|
444
|
-
I, [2013-03-25T09:21:09.395067 #3526] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
445
|
-
I, [2013-03-25T09:21:10.738808 #3526] INFO -- : Response[500]: Internal Server Error, Duration: 1.344s
|
446
|
-
I, [2013-03-25T09:21:10.741955 #3526] INFO -- : Action: TransactionSearch
|
447
|
-
I, [2013-03-25T09:21:10.742188 #3526] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
448
|
-
I, [2013-03-25T09:21:12.750213 #3526] INFO -- : Response[200]: OK, Duration: 2.008s
|
449
|
-
I, [2013-03-25T09:21:12.780692 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
450
|
-
I, [2013-03-25T09:21:14.714621 #3526] INFO -- : Response[200]: OK, Duration: 1.934s
|
451
|
-
I, [2013-03-25T09:21:14.717970 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
452
|
-
I, [2013-03-25T09:21:16.678214 #3526] INFO -- : Response[200]: OK, Duration: 1.960s
|
453
|
-
I, [2013-03-25T09:21:16.679601 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
454
|
-
I, [2013-03-25T09:21:18.555037 #3526] INFO -- : Response[200]: OK, Duration: 1.874s
|
455
|
-
I, [2013-03-25T09:21:18.559426 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
456
|
-
I, [2013-03-25T09:21:39.492089 #3526] INFO -- : Response[200]: OK, Duration: 20.932s
|
457
|
-
I, [2013-03-25T09:21:39.495860 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
458
|
-
I, [2013-03-25T09:21:42.476627 #3526] INFO -- : Response[200]: OK, Duration: 2.981s
|
459
|
-
I, [2013-03-25T09:21:42.479023 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
460
|
-
I, [2013-03-25T09:21:44.135954 #3526] INFO -- : Response[200]: OK, Duration: 1.657s
|
461
|
-
I, [2013-03-25T09:21:44.137665 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
462
|
-
I, [2013-03-25T09:21:45.700650 #3526] INFO -- : Response[200]: OK, Duration: 1.563s
|
463
|
-
I, [2013-03-25T09:21:45.702431 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
464
|
-
I, [2013-03-25T09:21:47.249768 #3526] INFO -- : Response[500]: Internal Server Error, Duration: 1.547s
|
465
|
-
I, [2013-03-25T09:21:47.251488 #3526] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
466
|
-
I, [2013-03-25T09:21:49.124930 #3526] INFO -- : Response[200]: OK, Duration: 1.873s
|
467
|
-
I, [2013-03-25T09:21:49.135259 #3526] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
468
|
-
I, [2013-03-25T09:21:50.892611 #3526] INFO -- : Response[401]: Unauthorized, Duration: 1.757s
|
469
|
-
I, [2013-03-25T09:21:50.894868 #3526] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
470
|
-
I, [2013-03-25T09:21:53.971292 #3526] INFO -- : Response[200]: OK, Duration: 3.076s
|
471
|
-
I, [2013-03-25T09:21:53.972955 #3526] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
472
|
-
I, [2013-03-25T09:22:01.158736 #3526] INFO -- : Response[201]: Created, Duration: 7.186s
|
473
|
-
I, [2013-03-25T09:22:01.159730 #3526] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment?count=10
|
474
|
-
I, [2013-03-25T09:22:09.086605 #3526] INFO -- : Response[200]: OK, Duration: 7.927s
|
475
|
-
I, [2013-03-25T09:22:09.092304 #3526] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
476
|
-
I, [2013-03-25T09:22:12.233715 #3526] INFO -- : Response[200]: OK, Duration: 3.141s
|
477
|
-
I, [2013-03-25T09:22:12.234512 #3526] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/vault/credit-card
|
478
|
-
I, [2013-03-25T09:22:13.588687 #3526] INFO -- : Response[201]: Created, Duration: 1.354s
|
479
|
-
I, [2013-03-25T09:22:13.589258 #3526] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-0PU80998NU008241XKFH4T3Q
|
480
|
-
I, [2013-03-25T09:22:15.000629 #3526] INFO -- : Response[200]: OK, Duration: 1.411s
|
481
|
-
I, [2013-03-25T09:22:15.002631 #3526] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment/PAY-1234
|
482
|
-
I, [2013-03-25T09:22:16.191849 #3526] INFO -- : Response[404]: Not Found, Duration: 1.189s
|
483
|
-
I, [2013-03-25T09:22:16.194577 #3526] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
484
|
-
I, [2013-03-25T09:22:17.509886 #3526] INFO -- : Response[400]: Bad Request, Duration: 1.315s
|
485
|
-
W, [2013-03-26T12:37:33.226058 #8203] WARN -- : undefined method `notExist=' for #<TestType:0x93b8f7c>
|
486
|
-
I, [2013-03-26T12:37:33.245460 #8203] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
487
|
-
I, [2013-03-26T12:37:35.452697 #8203] INFO -- : Response[200]: OK, Duration: 2.207s
|
488
|
-
I, [2013-03-26T12:37:35.453581 #8203] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
489
|
-
I, [2013-03-26T12:37:37.451618 #8203] INFO -- : Response[200]: OK, Duration: 1.998s
|
490
|
-
I, [2013-03-26T12:37:37.456674 #8203] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
491
|
-
I, [2013-03-26T12:37:39.393311 #8203] INFO -- : Response[200]: OK, Duration: 1.936s
|
492
|
-
I, [2013-03-26T12:37:39.394745 #8203] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
493
|
-
I, [2013-03-26T12:37:41.324446 #8203] INFO -- : Response[200]: OK, Duration: 1.929s
|
494
|
-
I, [2013-03-26T12:37:41.329514 #8203] INFO -- : Action: TransactionSearch
|
495
|
-
I, [2013-03-26T12:37:41.329668 #8203] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
496
|
-
I, [2013-03-26T12:37:43.994254 #8203] INFO -- : Response[200]: OK, Duration: 2.664s
|
497
|
-
I, [2013-03-26T12:37:44.008053 #8203] INFO -- : Action: MassPay
|
498
|
-
I, [2013-03-26T12:37:44.008271 #8203] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
499
|
-
I, [2013-03-26T12:37:47.012720 #8203] INFO -- : Response[200]: OK, Duration: 3.004s
|
500
|
-
I, [2013-03-26T12:37:47.042353 #8203] INFO -- : Action: TransactionSearch
|
501
|
-
I, [2013-03-26T12:37:47.042634 #8203] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
502
|
-
I, [2013-03-26T12:37:49.797710 #8203] INFO -- : Response[200]: OK, Duration: 2.755s
|
503
|
-
I, [2013-03-26T12:37:49.852085 #8203] INFO -- : Action: TransactionSearch
|
504
|
-
I, [2013-03-26T12:37:49.852293 #8203] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
505
|
-
I, [2013-03-26T12:37:52.603050 #8203] INFO -- : Response[200]: OK, Duration: 2.751s
|
506
|
-
I, [2013-03-26T12:37:52.644079 #8203] INFO -- : Action: TransactionSearch
|
507
|
-
I, [2013-03-26T12:37:52.644279 #8203] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
508
|
-
I, [2013-03-26T12:37:54.305257 #8203] INFO -- : Response[200]: OK, Duration: 1.661s
|
509
|
-
I, [2013-03-26T12:37:54.316153 #8203] INFO -- : Action: TransactionSearch
|
510
|
-
I, [2013-03-26T12:37:54.316407 #8203] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
511
|
-
I, [2013-03-26T12:37:56.072703 #8203] INFO -- : Response[200]: OK, Duration: 1.756s
|
512
|
-
I, [2013-03-26T12:37:56.085193 #8203] INFO -- : Action: InvalidAction
|
513
|
-
I, [2013-03-26T12:37:56.085435 #8203] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
514
|
-
I, [2013-03-26T12:37:57.654219 #8203] INFO -- : Response[500]: Internal Server Error, Duration: 1.569s
|
515
|
-
I, [2013-03-26T12:37:57.658076 #8203] INFO -- : Action: TransactionSearch
|
516
|
-
I, [2013-03-26T12:37:57.658351 #8203] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
517
|
-
I, [2013-03-26T12:37:59.558997 #8203] INFO -- : Response[200]: OK, Duration: 1.901s
|
518
|
-
I, [2013-03-26T12:37:59.589775 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
519
|
-
I, [2013-03-26T12:38:01.963725 #8203] INFO -- : Response[200]: OK, Duration: 2.374s
|
520
|
-
I, [2013-03-26T12:38:01.965776 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
521
|
-
I, [2013-03-26T12:38:03.904247 #8203] INFO -- : Response[200]: OK, Duration: 1.938s
|
522
|
-
I, [2013-03-26T12:38:03.905584 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
523
|
-
I, [2013-03-26T12:38:05.792320 #8203] INFO -- : Response[200]: OK, Duration: 1.887s
|
524
|
-
I, [2013-03-26T12:38:05.794444 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
525
|
-
I, [2013-03-26T12:38:08.623320 #8203] INFO -- : Response[200]: OK, Duration: 2.829s
|
526
|
-
I, [2013-03-26T12:38:08.625257 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
527
|
-
I, [2013-03-26T12:38:11.267318 #8203] INFO -- : Response[200]: OK, Duration: 2.642s
|
528
|
-
I, [2013-03-26T12:38:11.269983 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
529
|
-
I, [2013-03-26T12:38:12.924379 #8203] INFO -- : Response[200]: OK, Duration: 1.654s
|
530
|
-
I, [2013-03-26T12:38:12.926395 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
531
|
-
I, [2013-03-26T12:38:14.488068 #8203] INFO -- : Response[200]: OK, Duration: 1.562s
|
532
|
-
I, [2013-03-26T12:38:14.489550 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
533
|
-
I, [2013-03-26T12:38:16.026582 #8203] INFO -- : Response[500]: Internal Server Error, Duration: 1.537s
|
534
|
-
I, [2013-03-26T12:38:16.028195 #8203] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
535
|
-
I, [2013-03-26T12:38:17.856165 #8203] INFO -- : Response[200]: OK, Duration: 1.828s
|
536
|
-
I, [2013-03-26T12:38:17.862818 #8203] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
537
|
-
I, [2013-03-26T12:38:19.179309 #8203] INFO -- : Response[401]: Unauthorized, Duration: 1.316s
|
538
|
-
I, [2013-03-26T12:38:19.180509 #8203] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
539
|
-
I, [2013-03-26T12:38:22.150113 #8203] INFO -- : Response[200]: OK, Duration: 2.969s
|
540
|
-
I, [2013-03-26T12:38:22.152249 #8203] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
541
|
-
I, [2013-03-26T12:38:28.643532 #8203] INFO -- : Response[201]: Created, Duration: 6.491s
|
542
|
-
I, [2013-03-26T12:38:28.645015 #8203] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment?count=10
|
543
|
-
I, [2013-03-26T12:38:32.114115 #8203] INFO -- : Response[200]: OK, Duration: 3.469s
|
544
|
-
I, [2013-03-26T12:38:32.116653 #8203] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/oauth2/token
|
545
|
-
I, [2013-03-26T12:38:34.626953 #8203] INFO -- : Response[200]: OK, Duration: 2.510s
|
546
|
-
I, [2013-03-26T12:38:34.627835 #8203] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/vault/credit-card
|
547
|
-
I, [2013-03-26T12:38:36.112816 #8203] INFO -- : Response[201]: Created, Duration: 1.485s
|
548
|
-
I, [2013-03-26T12:38:36.113735 #8203] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/vault/credit-card/CARD-0G603941D7595772EKFIUS4Y
|
549
|
-
I, [2013-03-26T12:38:37.309407 #8203] INFO -- : Response[200]: OK, Duration: 1.195s
|
550
|
-
I, [2013-03-26T12:38:37.311102 #8203] INFO -- : Request[get]: https://api.sandbox.paypal.com/v1/payments/payment/PAY-1234
|
551
|
-
I, [2013-03-26T12:38:38.798844 #8203] INFO -- : Response[404]: Not Found, Duration: 1.488s
|
552
|
-
I, [2013-03-26T12:38:38.800122 #8203] INFO -- : Request[post]: https://api.sandbox.paypal.com/v1/payments/payment
|
553
|
-
I, [2013-03-26T12:38:40.250925 #8203] INFO -- : Response[400]: Bad Request, Duration: 1.451s
|
554
|
-
I, [2013-03-26T13:07:59.153100 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
555
|
-
I, [2013-03-26T13:08:01.488332 #8679] INFO -- : Response[200]: OK, Duration: 2.335s
|
556
|
-
I, [2013-03-26T13:08:01.489642 #8679] INFO -- : API Response status => Success
|
557
|
-
I, [2013-03-26T13:08:01.512635 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
558
|
-
I, [2013-03-26T13:08:03.440647 #8679] INFO -- : Response[200]: OK, Duration: 1.928s
|
559
|
-
I, [2013-03-26T13:08:03.441322 #8679] INFO -- : API Response status => Success
|
560
|
-
I, [2013-03-26T13:08:03.442904 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
561
|
-
I, [2013-03-26T13:08:05.290508 #8679] INFO -- : Response[200]: OK, Duration: 1.847s
|
562
|
-
I, [2013-03-26T13:08:05.291298 #8679] INFO -- : API Response status => Success
|
563
|
-
I, [2013-03-26T13:08:05.299490 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
564
|
-
I, [2013-03-26T13:08:08.250126 #8679] INFO -- : Response[200]: OK, Duration: 2.950s
|
565
|
-
I, [2013-03-26T13:08:08.250995 #8679] INFO -- : API Response status => Success
|
566
|
-
I, [2013-03-26T13:08:08.252791 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
567
|
-
I, [2013-03-26T13:08:10.719847 #8679] INFO -- : Response[200]: OK, Duration: 2.467s
|
568
|
-
I, [2013-03-26T13:08:10.720613 #8679] INFO -- : API Response status => Success
|
569
|
-
I, [2013-03-26T13:08:10.723507 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
570
|
-
I, [2013-03-26T13:08:12.342252 #8679] INFO -- : Response[200]: OK, Duration: 1.618s
|
571
|
-
I, [2013-03-26T13:08:12.342766 #8679] INFO -- : API Response status => Failure
|
572
|
-
I, [2013-03-26T13:08:12.344626 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
573
|
-
I, [2013-03-26T13:08:13.904308 #8679] INFO -- : Response[200]: OK, Duration: 1.559s
|
574
|
-
I, [2013-03-26T13:08:13.904861 #8679] INFO -- : API Response status => Failure
|
575
|
-
I, [2013-03-26T13:08:13.908911 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
576
|
-
I, [2013-03-26T13:08:15.451692 #8679] INFO -- : Response[500]: Internal Server Error, Duration: 1.543s
|
577
|
-
I, [2013-03-26T13:08:15.453786 #8679] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
578
|
-
I, [2013-03-26T13:08:17.309107 #8679] INFO -- : Response[200]: OK, Duration: 1.855s
|
579
|
-
I, [2013-03-26T13:08:17.309524 #8679] INFO -- : API Response status => Failure
|
580
|
-
I, [2013-03-26T17:33:34.338232 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
581
|
-
I, [2013-03-26T17:33:36.677142 #11194] INFO -- : Response[200]: OK, Duration: 2.339s
|
582
|
-
I, [2013-03-26T17:33:36.678089 #11194] INFO -- : ConvertCurrency[Success]
|
583
|
-
I, [2013-03-26T17:33:36.702242 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
584
|
-
I, [2013-03-26T17:33:38.590423 #11194] INFO -- : Response[200]: OK, Duration: 1.888s
|
585
|
-
I, [2013-03-26T17:33:38.590775 #11194] INFO -- : ConvertCurrency[Success]
|
586
|
-
I, [2013-03-26T17:33:38.591894 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
587
|
-
I, [2013-03-26T17:33:40.436853 #11194] INFO -- : Response[200]: OK, Duration: 1.845s
|
588
|
-
I, [2013-03-26T17:33:40.437559 #11194] INFO -- : ConvertCurrency[Success]
|
589
|
-
I, [2013-03-26T17:33:40.444939 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Invoice/CreateInvoice
|
590
|
-
I, [2013-03-26T17:33:43.381246 #11194] INFO -- : Response[200]: OK, Duration: 2.936s
|
591
|
-
I, [2013-03-26T17:33:43.382069 #11194] INFO -- : CreateInvoice[Success]
|
592
|
-
I, [2013-03-26T17:33:43.384042 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/Permissions/GetBasicPersonalData
|
593
|
-
I, [2013-03-26T17:33:45.923731 #11194] INFO -- : Response[200]: OK, Duration: 2.539s
|
594
|
-
I, [2013-03-26T17:33:45.924562 #11194] INFO -- : GetBasicPersonalData[Success]
|
595
|
-
I, [2013-03-26T17:33:45.926995 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
596
|
-
I, [2013-03-26T17:33:47.579118 #11194] INFO -- : Response[200]: OK, Duration: 1.652s
|
597
|
-
I, [2013-03-26T17:33:47.579622 #11194] INFO -- : ConvertCurrency[Failure]
|
598
|
-
I, [2013-03-26T17:33:47.581370 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
599
|
-
I, [2013-03-26T17:33:49.135904 #11194] INFO -- : Response[200]: OK, Duration: 1.554s
|
600
|
-
I, [2013-03-26T17:33:49.136568 #11194] INFO -- : ConvertCurrency[Failure]
|
601
|
-
I, [2013-03-26T17:33:49.140582 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/InvalidAction
|
602
|
-
I, [2013-03-26T17:33:50.680234 #11194] INFO -- : Response[500]: Internal Server Error, Duration: 1.539s
|
603
|
-
I, [2013-03-26T17:33:50.681876 #11194] INFO -- : Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency
|
604
|
-
I, [2013-03-26T17:33:52.544747 #11194] INFO -- : Response[200]: OK, Duration: 1.863s
|
605
|
-
I, [2013-03-26T17:33:52.545103 #11194] INFO -- : ConvertCurrency[Failure]
|
606
|
-
I, [2013-03-26T17:35:45.348652 #11244] INFO -- : Action: TransactionSearch
|
607
|
-
I, [2013-03-26T17:35:45.348986 #11244] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
608
|
-
I, [2013-03-26T17:35:47.961730 #11244] INFO -- : Response[200]: OK, Duration: 2.612s
|
609
|
-
I, [2013-03-26T17:35:47.970897 #11244] INFO -- : TransactionSearch[Success]
|
610
|
-
I, [2013-03-26T17:35:47.973422 #11244] INFO -- : Action: MassPay
|
611
|
-
I, [2013-03-26T17:35:47.973562 #11244] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
612
|
-
I, [2013-03-26T17:35:50.991476 #11244] INFO -- : Response[200]: OK, Duration: 3.018s
|
613
|
-
I, [2013-03-26T17:35:51.000004 #11244] INFO -- : MassPay[Success]
|
614
|
-
I, [2013-03-26T17:35:51.002983 #11244] INFO -- : Action: TransactionSearch
|
615
|
-
I, [2013-03-26T17:35:51.003197 #11244] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
616
|
-
I, [2013-03-26T17:35:53.518501 #11244] INFO -- : Response[200]: OK, Duration: 2.515s
|
617
|
-
I, [2013-03-26T17:35:53.526335 #11244] INFO -- : TransactionSearch[Success]
|
618
|
-
I, [2013-03-26T17:35:53.534902 #11244] INFO -- : Action: TransactionSearch
|
619
|
-
I, [2013-03-26T17:35:53.535153 #11244] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
620
|
-
I, [2013-03-26T17:35:56.155600 #11244] INFO -- : Response[200]: OK, Duration: 2.620s
|
621
|
-
I, [2013-03-26T17:35:56.163570 #11244] INFO -- : TransactionSearch[Success]
|
622
|
-
I, [2013-03-26T17:35:56.182010 #11244] INFO -- : Action: TransactionSearch
|
623
|
-
I, [2013-03-26T17:35:56.182296 #11244] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
624
|
-
I, [2013-03-26T17:35:57.821463 #11244] INFO -- : Response[200]: OK, Duration: 1.639s
|
625
|
-
I, [2013-03-26T17:35:57.831339 #11244] INFO -- : TransactionSearch[Failure]
|
626
|
-
I, [2013-03-26T17:35:57.839415 #11244] INFO -- : Action: TransactionSearch
|
627
|
-
I, [2013-03-26T17:35:57.839577 #11244] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
628
|
-
I, [2013-03-26T17:35:59.594065 #11244] INFO -- : Response[200]: OK, Duration: 1.754s
|
629
|
-
I, [2013-03-26T17:35:59.603783 #11244] INFO -- : TransactionSearch[Failure]
|
630
|
-
I, [2013-03-26T17:35:59.611290 #11244] INFO -- : Action: InvalidAction
|
631
|
-
I, [2013-03-26T17:35:59.611477 #11244] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
632
|
-
I, [2013-03-26T17:36:01.178997 #11244] INFO -- : Response[500]: Internal Server Error, Duration: 1.567s
|
633
|
-
I, [2013-03-26T17:36:01.182407 #11244] INFO -- : Action: TransactionSearch
|
634
|
-
I, [2013-03-26T17:36:01.182579 #11244] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
635
|
-
I, [2013-03-26T17:36:03.088600 #11244] INFO -- : Response[200]: OK, Duration: 1.906s
|
636
|
-
I, [2013-03-26T17:36:03.100596 #11244] INFO -- : TransactionSearch[Failure]
|
637
|
-
I, [2013-03-26T17:37:09.740692 #11263] INFO -- : Action: TransactionSearch
|
638
|
-
I, [2013-03-26T17:37:09.740878 #11263] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
639
|
-
I, [2013-03-26T17:37:12.852338 #11263] INFO -- : Response[200]: OK, Duration: 3.111s
|
640
|
-
I, [2013-03-26T17:37:12.861188 #11263] INFO -- : TransactionSearch[Success]
|
641
|
-
I, [2013-03-26T17:37:12.864076 #11263] INFO -- : Action: MassPay
|
642
|
-
I, [2013-03-26T17:37:12.864163 #11263] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
643
|
-
I, [2013-03-26T17:37:16.540705 #11263] INFO -- : Response[200]: OK, Duration: 3.676s
|
644
|
-
I, [2013-03-26T17:37:16.548690 #11263] INFO -- : MassPay[Success]
|
645
|
-
I, [2013-03-26T17:37:16.552407 #11263] INFO -- : Action: TransactionSearch
|
646
|
-
I, [2013-03-26T17:37:16.552526 #11263] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
647
|
-
I, [2013-03-26T17:37:19.343650 #11263] INFO -- : Response[200]: OK, Duration: 2.791s
|
648
|
-
I, [2013-03-26T17:37:19.351147 #11263] INFO -- : TransactionSearch[Success]
|
649
|
-
I, [2013-03-26T17:37:19.359522 #11263] INFO -- : Action: TransactionSearch
|
650
|
-
I, [2013-03-26T17:37:19.359755 #11263] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
651
|
-
I, [2013-03-26T17:37:22.343531 #11263] INFO -- : Response[200]: OK, Duration: 2.984s
|
652
|
-
I, [2013-03-26T17:37:22.351016 #11263] INFO -- : TransactionSearch[Success]
|
653
|
-
I, [2013-03-26T17:37:22.370357 #11263] INFO -- : Action: TransactionSearch
|
654
|
-
I, [2013-03-26T17:37:22.370545 #11263] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
655
|
-
I, [2013-03-26T17:37:24.660213 #11263] INFO -- : Response[200]: OK, Duration: 2.290s
|
656
|
-
I, [2013-03-26T17:37:24.671684 #11263] INFO -- : TransactionSearch[Failure]
|
657
|
-
I, [2013-03-26T17:37:24.678844 #11263] INFO -- : Action: TransactionSearch
|
658
|
-
I, [2013-03-26T17:37:24.679016 #11263] INFO -- : Request[post]: https://api.sandbox.paypal.com/2.0/
|
659
|
-
I, [2013-03-26T17:37:26.810375 #11263] INFO -- : Response[200]: OK, Duration: 2.131s
|
660
|
-
I, [2013-03-26T17:37:26.820733 #11263] INFO -- : TransactionSearch[Failure]
|
661
|
-
I, [2013-03-26T17:37:26.828338 #11263] INFO -- : Action: InvalidAction
|
662
|
-
I, [2013-03-26T17:37:26.828526 #11263] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
663
|
-
I, [2013-03-26T17:37:28.813766 #11263] INFO -- : Response[500]: Internal Server Error, Duration: 1.985s
|
664
|
-
I, [2013-03-26T17:37:28.817810 #11263] INFO -- : Action: TransactionSearch
|
665
|
-
I, [2013-03-26T17:37:28.817979 #11263] INFO -- : Request[post]: https://api-3t.sandbox.paypal.com/2.0/
|
666
|
-
I, [2013-03-26T17:37:31.123967 #11263] INFO -- : Response[200]: OK, Duration: 2.306s
|
667
|
-
I, [2013-03-26T17:37:31.134999 #11263] INFO -- : TransactionSearch[Failure]
|
668
|
-
W, [2013-04-02T17:01:37.696000 #24195] WARN -- : undefined method `notExist=' for #<TestType:0x12471dc>
|
669
|
-
I, [2013-04-02T17:01:37.785000 #24195] INFO -- : Request[post]: https://www.sandbox.paypal.com/cgi-bin/webscr
|
670
|
-
I, [2013-04-02T17:01:41.062000 #24195] INFO -- : Response[200]: OK, Duration: 3.257s
|