recurly 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of recurly might be problematic. Click here for more details.

Files changed (61) hide show
  1. data/lib/recurly.rb +8 -0
  2. data/lib/recurly/account.rb +5 -0
  3. data/lib/recurly/rails3/railtie.rb +9 -0
  4. data/lib/recurly/version.rb +1 -1
  5. data/spec/integration/account_spec.rb +29 -1
  6. data/spec/integration/add_on_spec.rb +84 -0
  7. data/spec/vcr/account/accept-language-account/1294473653.yml +68 -0
  8. data/spec/vcr/account/accept-language-account/1294473761.yml +68 -0
  9. data/spec/vcr/account/accept-language/1294473117.yml +167 -0
  10. data/spec/vcr/account/close/{1288381765.yml → 1294473761.yml} +26 -25
  11. data/spec/vcr/account/create-blank/{1288381765.yml → 1294473761.yml} +5 -4
  12. data/spec/vcr/account/create-duplicate/{1288381765.yml → 1294473761.yml} +13 -11
  13. data/spec/vcr/account/create-min/{1288381765.yml → 1294473761.yml} +12 -11
  14. data/spec/vcr/account/create/{1288381765.yml → 1294473761.yml} +12 -11
  15. data/spec/vcr/account/find/{1288381765.yml → 1294473761.yml} +25 -24
  16. data/spec/vcr/account/list/{1288381765.yml → 1294473761.yml} +328 -287
  17. data/spec/vcr/account/update/{1288381765.yml → 1294473761.yml} +47 -45
  18. data/spec/vcr/billing/create/1286682213.yml +28 -27
  19. data/spec/vcr/billing/destroy/1286682213.yml +42 -41
  20. data/spec/vcr/billing/find/1286682213.yml +38 -37
  21. data/spec/vcr/billing/update/1286682213.yml +40 -39
  22. data/spec/vcr/charge/create/1287465632.yml +36 -35
  23. data/spec/vcr/charge/delete-uninvoiced/1287465632.yml +36 -35
  24. data/spec/vcr/charge/list-all/1287465632.yml +43 -42
  25. data/spec/vcr/charge/list-invoiced/1287465632.yml +70 -69
  26. data/spec/vcr/charge/list-pending/1287465632.yml +43 -42
  27. data/spec/vcr/charge/lookup/1287465632.yml +22 -21
  28. data/spec/vcr/credit/create/1287461400.yml +23 -22
  29. data/spec/vcr/credit/delete/1287461400.yml +33 -32
  30. data/spec/vcr/credit/list/1287461400.yml +43 -42
  31. data/spec/vcr/credit/lookup/1287461400.yml +24 -23
  32. data/spec/vcr/invoice/create-no-charges/1287167121.yml +23 -22
  33. data/spec/vcr/invoice/create/1287167121.yml +48 -47
  34. data/spec/vcr/invoice/list/1287167121.yml +67 -66
  35. data/spec/vcr/invoice/lookup/1287167121.yml +50 -49
  36. data/spec/vcr/plan/all.yml +29 -17
  37. data/spec/vcr/plan/delete/1286677585.yml +21 -21
  38. data/spec/vcr/plan/find.yml +42 -18
  39. data/spec/vcr/plan/update.yml +17 -17
  40. data/spec/vcr/subscription/addons/add/1292420980.yml +479 -0
  41. data/spec/vcr/subscription/addons/create/1292420980.yml +318 -0
  42. data/spec/vcr/subscription/addons/remove/1292420980.yml +448 -0
  43. data/spec/vcr/subscription/cancel-with-code/1287455769.yml +93 -69
  44. data/spec/vcr/subscription/cancel/1287455769.yml +80 -58
  45. data/spec/vcr/subscription/change1/1287455769.yml +77 -55
  46. data/spec/vcr/subscription/change2/1287455769.yml +77 -55
  47. data/spec/vcr/subscription/create/1287455769.yml +43 -27
  48. data/spec/vcr/subscription/find/1287455769.yml +54 -36
  49. data/spec/vcr/subscription/reactivate/1287455769.yml +83 -61
  50. data/spec/vcr/subscription/refund-full/1287455769.yml +69 -51
  51. data/spec/vcr/subscription/refund-none/1287455769.yml +70 -52
  52. data/spec/vcr/subscription/refund-partial/1287455769.yml +70 -52
  53. data/spec/vcr/transaction/all/1289558212.yml +46 -46
  54. data/spec/vcr/transaction/create-no-account/1289558212.yml +11 -11
  55. data/spec/vcr/transaction/create-with-account/1289558212.yml +27 -26
  56. data/spec/vcr/transaction/list-filled/1289558212.yml +54 -53
  57. data/spec/vcr/transaction/list-initial/1289558212.yml +27 -26
  58. data/spec/vcr/transaction/lookup/1289558212.yml +64 -63
  59. data/spec/vcr/transaction/refund/1289558212.yml +35 -34
  60. data/spec/vcr/transaction/void/1289558212.yml +71 -70
  61. metadata +34 -20
@@ -11,14 +11,14 @@
11
11
  <account-code>transaction-create-with-accout-1289558212</account-code>
12
12
  <last-name>Test</last-name>
13
13
  <billing-info>
14
- <city>San Francisco</city>
15
14
  <address1>123 Test St</address1>
15
+ <city>San Francisco</city>
16
16
  <zip>94115</zip>
17
17
  <country>US</country>
18
18
  <credit-card>
19
19
  <number>1</number>
20
- <month type="integer">11</month>
21
- <year type="integer">2011</year>
20
+ <month type="integer">1</month>
21
+ <year type="integer">2012</year>
22
22
  <verification-value>123</verification-value>
23
23
  </credit-card>
24
24
  <state>CA</state>
@@ -45,32 +45,32 @@
45
45
  message: Created
46
46
  headers:
47
47
  location:
48
- - https://recurlytest3-test.recurly.com/transactions/e5e51cca153040ba9138442e41741d75
48
+ - https://recurlytest3-test.recurly.com/transactions/dc3018e67e954178b30d101ff44afa98
49
49
  connection:
50
50
  - close
51
51
  content-type:
52
52
  - application/xml; charset=utf-8
53
53
  x-runtime:
54
- - "533"
54
+ - "882"
55
55
  date:
56
- - Tue, 16 Nov 2010 07:04:47 GMT
56
+ - Sat, 08 Jan 2011 08:06:23 GMT
57
57
  server:
58
- - nginx/0.7.65
58
+ - nginx/0.8.53
59
59
  content-length:
60
60
  - "862"
61
61
  set-cookie:
62
- - account_credentials=ae9d43e2f427d0536df23895a7ad40703e2fbca10f5c52803ce55156deeb37878d3c9f45d74fd9ae0da65db6fec428844433d9cc34775059358737710becec3c%3A%3A; domain=.recurly.com; path=/
62
+ - account_credentials=32f6d836814c39872850112d432e7fa8a8c0cc08d11cb7820fd3ba175d2cf6c0d17960e593696c981d224277dfcb50dd952d65cfb1294b9d5cdf84697fcefcb5%3A%3A; domain=.recurly.com; path=/
63
63
  - ""
64
- - _recurly_session=032f52253a6e17c2bc02511cba3436af; domain=.recurly.com; path=/; secure; HttpOnly
64
+ - _recurly_session=5c99a6ffacfa392e0df6242914d74192; domain=.recurly.com; path=/; secure; HttpOnly
65
65
  cache-control:
66
66
  - no-cache
67
67
  body: |
68
68
  <?xml version="1.0" encoding="UTF-8"?>
69
69
  <transaction type="Payment">
70
- <id>e5e51cca153040ba9138442e41741d75</id>
70
+ <id>dc3018e67e954178b30d101ff44afa98</id>
71
71
  <account_code>transaction-create-with-accout-1289558212</account_code>
72
72
  <action>purchase</action>
73
- <date type="datetime">2010-11-16T07:04:47Z</date>
73
+ <date type="datetime">2011-01-08T08:06:22Z</date>
74
74
  <amount_in_cents type="integer">700</amount_in_cents>
75
75
  <status>success</status>
76
76
  <message>Test Gateway: Successful test transaction</message>
@@ -9,6 +9,7 @@
9
9
  <company-name>Recurly Ruby Gem</company-name>
10
10
  <account-code>transaction-create-with-account-1289558212</account-code>
11
11
  <last-name>Test</last-name>
12
+ <accept-language type="yaml" nil="true"></accept-language>
12
13
  <email>verena@test.com</email>
13
14
  <first-name>Verena</first-name>
14
15
  </account>
@@ -34,17 +35,17 @@
34
35
  content-type:
35
36
  - application/xml; charset=utf-8
36
37
  x-runtime:
37
- - "273"
38
+ - "431"
38
39
  date:
39
- - Tue, 16 Nov 2010 07:04:46 GMT
40
+ - Sat, 08 Jan 2011 08:06:24 GMT
40
41
  server:
41
- - nginx/0.7.65
42
+ - nginx/0.8.53
42
43
  content-length:
43
44
  - "617"
44
45
  set-cookie:
45
- - account_credentials=e00bbd6bee9e9f8a77761419e3724c5b85ae83e60ff175e5960b03e8de7321562c7651c0e7bc353050e62528d0a6c1b2c37574948d94de8534490ab1e8e7d273%3A%3A; domain=.recurly.com; path=/
46
+ - account_credentials=c15ad80304d96c9c31d6c3148d87f8691f18a20d582d687337849e65481ada58cc4ee9b59d7dd5552a754d172ccdf416b7fea11013d1179bab4e681188a6226f%3A%3A; domain=.recurly.com; path=/
46
47
  - ""
47
- - _recurly_session=16dee3837a7f339e277cecabccf0b11e; domain=.recurly.com; path=/; secure; HttpOnly
48
+ - _recurly_session=011221570345a6c8e2c1c177b0699d62; domain=.recurly.com; path=/; secure; HttpOnly
48
49
  cache-control:
49
50
  - no-cache
50
51
  body: |
@@ -59,8 +60,8 @@
59
60
  <company_name>Recurly Ruby Gem</company_name>
60
61
  <balance_in_cents type="integer">0</balance_in_cents>
61
62
  <closed type="boolean">false</closed>
62
- <hosted_login_token>3900344be00a4052a84a72cea7039b29</hosted_login_token>
63
- <created_at type="datetime">2010-11-16T07:04:46Z</created_at>
63
+ <hosted_login_token>299da7a4dc7b42ac9a92ec4bd652494a</hosted_login_token>
64
+ <created_at type="datetime">2011-01-08T08:06:24Z</created_at>
64
65
  <state>active</state>
65
66
  </account>
66
67
 
@@ -72,15 +73,15 @@
72
73
  body: |
73
74
  <?xml version="1.0" encoding="UTF-8"?>
74
75
  <billing-info>
75
- <city>San Francisco</city>
76
76
  <address1>123 Test St</address1>
77
+ <city>San Francisco</city>
77
78
  <zip>94115</zip>
78
79
  <account-code>transaction-create-with-account-1289558212</account-code>
79
80
  <country>US</country>
80
81
  <credit-card>
81
82
  <number>1</number>
82
- <month type="integer">11</month>
83
- <year type="integer">2011</year>
83
+ <month type="integer">1</month>
84
+ <year type="integer">2012</year>
84
85
  <verification-value>123</verification-value>
85
86
  </credit-card>
86
87
  <last-name>Test</last-name>
@@ -105,21 +106,21 @@
105
106
  x-ua-compatible:
106
107
  - IE=Edge
107
108
  etag:
108
- - "\"e56eb5df1a9aece1905a785e8bc7bfe6\""
109
+ - "\"8463ada9acf57dd1fd2e513890a7292a\""
109
110
  connection:
110
111
  - close
111
112
  content-type:
112
113
  - application/xml; charset=utf-8
113
114
  x-runtime:
114
- - "120"
115
+ - "186"
115
116
  date:
116
- - Tue, 16 Nov 2010 07:04:49 GMT
117
+ - Sat, 08 Jan 2011 08:06:25 GMT
117
118
  server:
118
- - nginx/0.7.65
119
+ - nginx/0.8.53
119
120
  content-length:
120
- - "656"
121
+ - "655"
121
122
  set-cookie:
122
- - _recurly_session=c9b1a64e4e91c8bdab0378a282272d53; domain=.recurly.com; path=/; secure; HttpOnly
123
+ - _recurly_session=38d309af078cdd8cdd570226f691107a; domain=.recurly.com; path=/; secure; HttpOnly
123
124
  cache-control:
124
125
  - private, max-age=0, must-revalidate
125
126
  body: |
@@ -140,10 +141,10 @@
140
141
  <credit_card>
141
142
  <type>bogus</type>
142
143
  <last_four>1</last_four>
143
- <month type="integer">11</month>
144
- <year type="integer">2011</year>
144
+ <month type="integer">1</month>
145
+ <year type="integer">2012</year>
145
146
  </credit_card>
146
- <updated_at type="datetime">2010-11-16T07:04:49Z</updated_at>
147
+ <updated_at type="datetime">2011-01-08T08:06:25Z</updated_at>
147
148
  </billing_info>
148
149
 
149
150
  http_version: "1.1"
@@ -176,30 +177,30 @@
176
177
  message: Created
177
178
  headers:
178
179
  location:
179
- - https://recurlytest3-test.recurly.com/transactions/ef67914d8bee460e9b112199748ae571
180
+ - https://recurlytest3-test.recurly.com/transactions/90d637f283ca4a70afedb90400ed98b1
180
181
  connection:
181
182
  - close
182
183
  content-type:
183
184
  - application/xml; charset=utf-8
184
185
  x-runtime:
185
- - "296"
186
+ - "442"
186
187
  date:
187
- - Tue, 16 Nov 2010 07:04:48 GMT
188
+ - Sat, 08 Jan 2011 08:06:26 GMT
188
189
  server:
189
- - nginx/0.7.65
190
+ - nginx/0.8.53
190
191
  content-length:
191
192
  - "863"
192
193
  set-cookie:
193
- - _recurly_session=67ebc1ae36d65a91717c8e44ac93f29d; domain=.recurly.com; path=/; secure; HttpOnly
194
+ - _recurly_session=4488f3c504ecf8a2f6fb9fc2691ef9b3; domain=.recurly.com; path=/; secure; HttpOnly
194
195
  cache-control:
195
196
  - no-cache
196
197
  body: |
197
198
  <?xml version="1.0" encoding="UTF-8"?>
198
199
  <transaction type="Payment">
199
- <id>ef67914d8bee460e9b112199748ae571</id>
200
+ <id>90d637f283ca4a70afedb90400ed98b1</id>
200
201
  <account_code>transaction-create-with-account-1289558212</account_code>
201
202
  <action>purchase</action>
202
- <date type="datetime">2010-11-16T07:04:47Z</date>
203
+ <date type="datetime">2011-01-08T08:06:26Z</date>
203
204
  <amount_in_cents type="integer">700</amount_in_cents>
204
205
  <status>success</status>
205
206
  <message>Test Gateway: Successful test transaction</message>
@@ -9,6 +9,7 @@
9
9
  <company-name>Recurly Ruby Gem</company-name>
10
10
  <account-code>transaction-list-filled-1289558212</account-code>
11
11
  <last-name>Test</last-name>
12
+ <accept-language type="yaml" nil="true"></accept-language>
12
13
  <email>verena@test.com</email>
13
14
  <first-name>Verena</first-name>
14
15
  </account>
@@ -34,17 +35,17 @@
34
35
  content-type:
35
36
  - application/xml; charset=utf-8
36
37
  x-runtime:
37
- - "277"
38
+ - "351"
38
39
  date:
39
- - Tue, 16 Nov 2010 07:04:53 GMT
40
+ - Sat, 08 Jan 2011 08:06:31 GMT
40
41
  server:
41
- - nginx/0.7.65
42
+ - nginx/0.8.53
42
43
  content-length:
43
44
  - "601"
44
45
  set-cookie:
45
- - account_credentials=3c4b522517cbe7722dd183c088e90d8f836c14e696fcc446bb0fa5cbccd2c1f2becfe9075240bd47f47afbb0ab5607e18ff6c448e445e06f658971404f2410cd%3A%3A; domain=.recurly.com; path=/
46
+ - account_credentials=0ba9a117a0d540c9dca1af6a72402c66404760ca57b05347aa4547241a4e63325776fcef98ff81ccca7209298690d1fb6288d7d41ba8b1dd5966dd623ed61fcb%3A%3A; domain=.recurly.com; path=/
46
47
  - ""
47
- - _recurly_session=92d8b2e3d95fcfbb8372c85e53ff6abf; domain=.recurly.com; path=/; secure; HttpOnly
48
+ - _recurly_session=be1b470299957f70a3072ca3546d45d5; domain=.recurly.com; path=/; secure; HttpOnly
48
49
  cache-control:
49
50
  - no-cache
50
51
  body: |
@@ -59,8 +60,8 @@
59
60
  <company_name>Recurly Ruby Gem</company_name>
60
61
  <balance_in_cents type="integer">0</balance_in_cents>
61
62
  <closed type="boolean">false</closed>
62
- <hosted_login_token>9d75ebe960c54a2dab46cd2a1538fe87</hosted_login_token>
63
- <created_at type="datetime">2010-11-16T07:04:53Z</created_at>
63
+ <hosted_login_token>11c25c08909a4aff94bba5467c52bf4e</hosted_login_token>
64
+ <created_at type="datetime">2011-01-08T08:06:31Z</created_at>
64
65
  <state>active</state>
65
66
  </account>
66
67
 
@@ -72,15 +73,15 @@
72
73
  body: |
73
74
  <?xml version="1.0" encoding="UTF-8"?>
74
75
  <billing-info>
75
- <city>San Francisco</city>
76
76
  <address1>123 Test St</address1>
77
+ <city>San Francisco</city>
77
78
  <zip>94115</zip>
78
79
  <account-code>transaction-list-filled-1289558212</account-code>
79
80
  <country>US</country>
80
81
  <credit-card>
81
82
  <number>1</number>
82
- <month type="integer">11</month>
83
- <year type="integer">2011</year>
83
+ <month type="integer">1</month>
84
+ <year type="integer">2012</year>
84
85
  <verification-value>123</verification-value>
85
86
  </credit-card>
86
87
  <last-name>Test</last-name>
@@ -105,21 +106,21 @@
105
106
  x-ua-compatible:
106
107
  - IE=Edge
107
108
  etag:
108
- - "\"de5e188eb96f6e3109f5606b9588107c\""
109
+ - "\"6b43243555532badf83b7454b8f7dca0\""
109
110
  connection:
110
111
  - close
111
112
  content-type:
112
113
  - application/xml; charset=utf-8
113
114
  x-runtime:
114
- - "166"
115
+ - "183"
115
116
  date:
116
- - Tue, 16 Nov 2010 07:04:54 GMT
117
+ - Sat, 08 Jan 2011 08:06:32 GMT
117
118
  server:
118
- - nginx/0.7.65
119
+ - nginx/0.8.53
119
120
  content-length:
120
- - "648"
121
+ - "647"
121
122
  set-cookie:
122
- - _recurly_session=8a3c8283a70075d89d226a0c643c24c1; domain=.recurly.com; path=/; secure; HttpOnly
123
+ - _recurly_session=6edb491f445ce1a32ef38b3e7faa2e56; domain=.recurly.com; path=/; secure; HttpOnly
123
124
  cache-control:
124
125
  - private, max-age=0, must-revalidate
125
126
  body: |
@@ -140,10 +141,10 @@
140
141
  <credit_card>
141
142
  <type>bogus</type>
142
143
  <last_four>1</last_four>
143
- <month type="integer">11</month>
144
- <year type="integer">2011</year>
144
+ <month type="integer">1</month>
145
+ <year type="integer">2012</year>
145
146
  </credit_card>
146
- <updated_at type="datetime">2010-11-16T07:04:54Z</updated_at>
147
+ <updated_at type="datetime">2011-01-08T08:06:32Z</updated_at>
147
148
  </billing_info>
148
149
 
149
150
  http_version: "1.1"
@@ -176,30 +177,30 @@
176
177
  message: Created
177
178
  headers:
178
179
  location:
179
- - https://recurlytest3-test.recurly.com/transactions/bc231f46c46744b286a78ff9d4338db5
180
+ - https://recurlytest3-test.recurly.com/transactions/51b7ffe336144df3b28e83d67a87c666
180
181
  connection:
181
182
  - close
182
183
  content-type:
183
184
  - application/xml; charset=utf-8
184
185
  x-runtime:
185
- - "278"
186
+ - "468"
186
187
  date:
187
- - Tue, 16 Nov 2010 07:04:53 GMT
188
+ - Sat, 08 Jan 2011 08:06:33 GMT
188
189
  server:
189
- - nginx/0.7.65
190
+ - nginx/0.8.53
190
191
  content-length:
191
192
  - "855"
192
193
  set-cookie:
193
- - _recurly_session=768341f8a7538b4af3d21fdd0ed63cc0; domain=.recurly.com; path=/; secure; HttpOnly
194
+ - _recurly_session=d1c7ae447ddcab849c62b0a036e30d7d; domain=.recurly.com; path=/; secure; HttpOnly
194
195
  cache-control:
195
196
  - no-cache
196
197
  body: |
197
198
  <?xml version="1.0" encoding="UTF-8"?>
198
199
  <transaction type="Payment">
199
- <id>bc231f46c46744b286a78ff9d4338db5</id>
200
+ <id>51b7ffe336144df3b28e83d67a87c666</id>
200
201
  <account_code>transaction-list-filled-1289558212</account_code>
201
202
  <action>purchase</action>
202
- <date type="datetime">2010-11-16T07:04:53Z</date>
203
+ <date type="datetime">2011-01-08T08:06:33Z</date>
203
204
  <amount_in_cents type="integer">100</amount_in_cents>
204
205
  <status>success</status>
205
206
  <message>Test Gateway: Successful test transaction</message>
@@ -247,30 +248,30 @@
247
248
  message: Created
248
249
  headers:
249
250
  location:
250
- - https://recurlytest3-test.recurly.com/transactions/5fa383a4d1754241beb7b4ee11f7b52e
251
+ - https://recurlytest3-test.recurly.com/transactions/0eb5eb3c2cbf477b8ce497d1bec6d919
251
252
  connection:
252
253
  - close
253
254
  content-type:
254
255
  - application/xml; charset=utf-8
255
256
  x-runtime:
256
- - "223"
257
+ - "346"
257
258
  date:
258
- - Tue, 16 Nov 2010 07:04:56 GMT
259
+ - Sat, 08 Jan 2011 08:06:34 GMT
259
260
  server:
260
- - nginx/0.7.65
261
+ - nginx/0.8.53
261
262
  content-length:
262
263
  - "855"
263
264
  set-cookie:
264
- - _recurly_session=bf30ba41873fd5c3df20bfb881f90baf; domain=.recurly.com; path=/; secure; HttpOnly
265
+ - _recurly_session=2c777605c4b60a23fedf7c4f26bfe7a5; domain=.recurly.com; path=/; secure; HttpOnly
265
266
  cache-control:
266
267
  - no-cache
267
268
  body: |
268
269
  <?xml version="1.0" encoding="UTF-8"?>
269
270
  <transaction type="Payment">
270
- <id>5fa383a4d1754241beb7b4ee11f7b52e</id>
271
+ <id>0eb5eb3c2cbf477b8ce497d1bec6d919</id>
271
272
  <account_code>transaction-list-filled-1289558212</account_code>
272
273
  <action>purchase</action>
273
- <date type="datetime">2010-11-16T07:04:55Z</date>
274
+ <date type="datetime">2011-01-08T08:06:34Z</date>
274
275
  <amount_in_cents type="integer">200</amount_in_cents>
275
276
  <status>success</status>
276
277
  <message>Test Gateway: Successful test transaction</message>
@@ -318,30 +319,30 @@
318
319
  message: Created
319
320
  headers:
320
321
  location:
321
- - https://recurlytest3-test.recurly.com/transactions/399196f5d2a34225ba1a00d80b04fc26
322
+ - https://recurlytest3-test.recurly.com/transactions/33dc1eaaeb28498483573195fad3387d
322
323
  connection:
323
324
  - close
324
325
  content-type:
325
326
  - application/xml; charset=utf-8
326
327
  x-runtime:
327
- - "306"
328
+ - "467"
328
329
  date:
329
- - Tue, 16 Nov 2010 07:04:54 GMT
330
+ - Sat, 08 Jan 2011 08:06:36 GMT
330
331
  server:
331
- - nginx/0.7.65
332
+ - nginx/0.8.53
332
333
  content-length:
333
334
  - "855"
334
335
  set-cookie:
335
- - _recurly_session=878f91227107f8d1834f4a2f682ee0b1; domain=.recurly.com; path=/; secure; HttpOnly
336
+ - _recurly_session=2553b04e6c8069ac66b580a4cf12dfd7; domain=.recurly.com; path=/; secure; HttpOnly
336
337
  cache-control:
337
338
  - no-cache
338
339
  body: |
339
340
  <?xml version="1.0" encoding="UTF-8"?>
340
341
  <transaction type="Payment">
341
- <id>399196f5d2a34225ba1a00d80b04fc26</id>
342
+ <id>33dc1eaaeb28498483573195fad3387d</id>
342
343
  <account_code>transaction-list-filled-1289558212</account_code>
343
344
  <action>purchase</action>
344
- <date type="datetime">2010-11-16T07:04:54Z</date>
345
+ <date type="datetime">2011-01-08T08:06:36Z</date>
345
346
  <amount_in_cents type="integer">300</amount_in_cents>
346
347
  <status>success</status>
347
348
  <message>Test Gateway: Successful test transaction</message>
@@ -380,21 +381,21 @@
380
381
  x-ua-compatible:
381
382
  - IE=Edge
382
383
  etag:
383
- - "\"0a2802d52db504ad1cd18e9a63f5a445\""
384
+ - "\"a7aa77277d0578e197096b2b55334dbc\""
384
385
  connection:
385
386
  - close
386
387
  content-type:
387
388
  - application/xml; charset=utf-8
388
389
  x-runtime:
389
- - "41"
390
+ - "35"
390
391
  date:
391
- - Tue, 16 Nov 2010 07:04:57 GMT
392
+ - Sat, 08 Jan 2011 08:06:37 GMT
392
393
  server:
393
- - nginx/0.7.65
394
+ - nginx/0.8.53
394
395
  content-length:
395
396
  - "3311"
396
397
  set-cookie:
397
- - _recurly_session=4b6a8d5e4877a76ac840382fbec62ee8; domain=.recurly.com; path=/; secure; HttpOnly
398
+ - _recurly_session=2cbddb1194df08be161ae5c347542742; domain=.recurly.com; path=/; secure; HttpOnly
398
399
  cache-control:
399
400
  - private, max-age=0, must-revalidate
400
401
  body: |
@@ -404,10 +405,10 @@
404
405
  <per_page type="integer">50</per_page>
405
406
  <total_entries type="integer">4</total_entries>
406
407
  <transaction type="Payment">
407
- <id>399196f5d2a34225ba1a00d80b04fc26</id>
408
+ <id>33dc1eaaeb28498483573195fad3387d</id>
408
409
  <account_code>transaction-list-filled-1289558212</account_code>
409
410
  <action>purchase</action>
410
- <date type="datetime">2010-11-15T23:04:54-08:00</date>
411
+ <date type="datetime">2011-01-08T00:06:36-08:00</date>
411
412
  <amount_in_cents type="integer">300</amount_in_cents>
412
413
  <status>success</status>
413
414
  <message>Test Gateway: Successful test transaction</message>
@@ -421,10 +422,10 @@
421
422
  <refundable type="boolean">true</refundable>
422
423
  </transaction>
423
424
  <transaction type="Payment">
424
- <id>5fa383a4d1754241beb7b4ee11f7b52e</id>
425
+ <id>0eb5eb3c2cbf477b8ce497d1bec6d919</id>
425
426
  <account_code>transaction-list-filled-1289558212</account_code>
426
427
  <action>purchase</action>
427
- <date type="datetime">2010-11-15T23:04:55-08:00</date>
428
+ <date type="datetime">2011-01-08T00:06:34-08:00</date>
428
429
  <amount_in_cents type="integer">200</amount_in_cents>
429
430
  <status>success</status>
430
431
  <message>Test Gateway: Successful test transaction</message>
@@ -438,10 +439,10 @@
438
439
  <refundable type="boolean">true</refundable>
439
440
  </transaction>
440
441
  <transaction type="Payment">
441
- <id>bc231f46c46744b286a78ff9d4338db5</id>
442
+ <id>51b7ffe336144df3b28e83d67a87c666</id>
442
443
  <account_code>transaction-list-filled-1289558212</account_code>
443
444
  <action>purchase</action>
444
- <date type="datetime">2010-11-15T23:04:53-08:00</date>
445
+ <date type="datetime">2011-01-08T00:06:33-08:00</date>
445
446
  <amount_in_cents type="integer">100</amount_in_cents>
446
447
  <status>success</status>
447
448
  <message>Test Gateway: Successful test transaction</message>
@@ -455,10 +456,10 @@
455
456
  <refundable type="boolean">true</refundable>
456
457
  </transaction>
457
458
  <transaction type="Payment">
458
- <id>c4aabcb8d6de4ca0961fbf4e40e4634d</id>
459
+ <id>8bf331222c3d43eb9a48aedbb7cbe77a</id>
459
460
  <account_code>transaction-list-filled-1289558212</account_code>
460
461
  <action>authorization</action>
461
- <date type="datetime">2010-11-15T23:04:54-08:00</date>
462
+ <date type="datetime">2011-01-08T00:06:32-08:00</date>
462
463
  <amount_in_cents type="integer">100</amount_in_cents>
463
464
  <status>void</status>
464
465
  <message>Test Gateway: Successful test transaction</message>