recurly 0.2.2 → 0.2.3

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 (72) hide show
  1. data/lib/recurly/subscription.rb +2 -3
  2. data/lib/recurly/version.rb +1 -1
  3. data/spec/integration/account_spec.rb +0 -2
  4. data/spec/integration/invoice_spec.rb +0 -1
  5. data/spec/integration/subscription_spec.rb +49 -10
  6. data/spec/integration/transaction_spec.rb +3 -2
  7. data/spec/support/factory.rb +2 -2
  8. data/spec/vcr/account/close/{1286666929.yml → 1287167046.yml} +23 -23
  9. data/spec/vcr/account/create/{1286666929.yml → 1287167046.yml} +10 -10
  10. data/spec/vcr/account/create-blank/{1286666929.yml → 1287167046.yml} +3 -3
  11. data/spec/vcr/account/create-duplicate/{1286666929.yml → 1287167046.yml} +27 -12
  12. data/spec/vcr/account/create-min/{1286666929.yml → 1287167046.yml} +10 -10
  13. data/spec/vcr/account/find/{1286666929.yml → 1287167046.yml} +67 -29
  14. data/spec/vcr/account/list/{1286666929.yml → 1287167046.yml} +201 -228
  15. data/spec/vcr/account/update/{1286666929.yml → 1287167046.yml} +41 -41
  16. data/spec/vcr/billing/create/1286682213.yml +15 -15
  17. data/spec/vcr/billing/destroy/1286682213.yml +24 -24
  18. data/spec/vcr/billing/find/1286682213.yml +20 -20
  19. data/spec/vcr/billing/update/1286682213.yml +21 -21
  20. data/spec/vcr/charge/create/1286681273.yml +25 -25
  21. data/spec/vcr/charge/list-all/1286681273.yml +37 -37
  22. data/spec/vcr/charge/list-invoiced/1286681273.yml +62 -62
  23. data/spec/vcr/charge/list-pending/1286681273.yml +37 -37
  24. data/spec/vcr/charge/lookup/1286681273.yml +20 -20
  25. data/spec/vcr/credit/create/1286681343.yml +20 -20
  26. data/spec/vcr/credit/list/1286681343.yml +37 -37
  27. data/spec/vcr/credit/lookup/1286681343.yml +20 -20
  28. data/spec/vcr/invoice/create/{1286679184.yml → 1287167121.yml} +49 -49
  29. data/spec/vcr/{transaction/refund/1286674805.yml → invoice/create-no-charges/1287167121.yml} +32 -57
  30. data/spec/vcr/invoice/list/{1286679184.yml → 1287167121.yml} +71 -71
  31. data/spec/vcr/invoice/lookup/{1286679184.yml → 1287167121.yml} +50 -50
  32. data/spec/vcr/plan/all.yml +8 -8
  33. data/spec/vcr/plan/delete/1286677585.yml +15 -15
  34. data/spec/vcr/plan/find.yml +8 -8
  35. data/spec/vcr/plan/update.yml +9 -9
  36. data/spec/vcr/subscription/cancel/{1287037363.yml → 1287439446.yml} +62 -62
  37. data/spec/vcr/subscription/cancel/{1287037325.yml → 1287442108.yml} +60 -60
  38. data/spec/vcr/subscription/cancel/{1287036910.yml → 1287442352.yml} +60 -60
  39. data/spec/vcr/subscription/change1/{1287037363.yml → 1287439446.yml} +58 -58
  40. data/spec/vcr/subscription/change1/{1287037152.yml → 1287442108.yml} +59 -59
  41. data/spec/vcr/subscription/change1/{1287036910.yml → 1287442352.yml} +56 -56
  42. data/spec/vcr/subscription/{change1/1287037325.yml → change2/1287439446.yml} +64 -64
  43. data/spec/vcr/subscription/change2/{1287036910.yml → 1287442108.yml} +55 -55
  44. data/spec/vcr/subscription/change2/{1287037363.yml → 1287442352.yml} +58 -58
  45. data/spec/vcr/subscription/create/{1287037363.yml → 1287439446.yml} +27 -27
  46. data/spec/vcr/subscription/create/{1287037325.yml → 1287442108.yml} +28 -28
  47. data/spec/vcr/subscription/create/{1287037152.yml → 1287442352.yml} +28 -28
  48. data/spec/vcr/subscription/find/{1287036910.yml → 1287439446.yml} +36 -36
  49. data/spec/vcr/subscription/find/{1287037152.yml → 1287442108.yml} +38 -38
  50. data/spec/vcr/subscription/find/{1287037325.yml → 1287442352.yml} +38 -38
  51. data/spec/vcr/subscription/{refund/1287037325.yml → refund-full/1287439446.yml} +56 -56
  52. data/spec/vcr/subscription/{refund/1287037363.yml → refund-full/1287442108.yml} +58 -58
  53. data/spec/vcr/subscription/{refund/1287036910.yml → refund-full/1287442352.yml} +55 -55
  54. data/spec/vcr/subscription/refund-none/1287439446.yml +382 -0
  55. data/spec/vcr/subscription/refund-none/1287442108.yml +382 -0
  56. data/spec/vcr/subscription/refund-none/1287442352.yml +382 -0
  57. data/spec/vcr/subscription/refund-partial/1287439446.yml +382 -0
  58. data/spec/vcr/subscription/refund-partial/1287442108.yml +382 -0
  59. data/spec/vcr/subscription/refund-partial/1287442352.yml +382 -0
  60. data/spec/vcr/transaction/all/{1286674805.yml → 1287186411.yml} +104 -104
  61. data/spec/vcr/transaction/create-no-account/{1286674805.yml → 1287186411.yml} +11 -11
  62. data/spec/vcr/transaction/create-with-account/{1286674805.yml → 1287186411.yml} +26 -26
  63. data/spec/vcr/transaction/list-empty/{1286674805.yml → 1287186411.yml} +26 -26
  64. data/spec/vcr/transaction/list-filled/{1286674805.yml → 1287186411.yml} +59 -59
  65. data/spec/vcr/transaction/lookup/{1286674805.yml → 1287186411.yml} +66 -66
  66. data/spec/vcr/transaction/refund/1287186411.yml +282 -0
  67. data/spec/vcr/transaction/void/{1286674805.yml → 1287186411.yml} +87 -155
  68. metadata +92 -86
  69. data/spec/vcr/subscription/change2/1287037152.yml +0 -283
  70. data/spec/vcr/subscription/change2/1287037325.yml +0 -283
  71. data/spec/vcr/subscription/create/1287036910.yml +0 -224
  72. data/spec/vcr/subscription/find/1287037363.yml +0 -283
@@ -7,7 +7,7 @@
7
7
  <?xml version="1.0" encoding="UTF-8"?>
8
8
  <account>
9
9
  <company-name>Recurly Ruby Gem</company-name>
10
- <account-code>transaction-void-1286674805</account-code>
10
+ <account-code>transaction-void-1287186411</account-code>
11
11
  <last-name>Test</last-name>
12
12
  <email>verena@test.com</email>
13
13
  <first-name>Verena</first-name>
@@ -28,30 +28,30 @@
28
28
  message: Created
29
29
  headers:
30
30
  location:
31
- - https://recurlytest3-test.recurly.com/accounts/transaction-void-1286674805
31
+ - https://recurlytest3-test.recurly.com/accounts/transaction-void-1287186411
32
32
  connection:
33
33
  - close
34
34
  content-type:
35
35
  - application/xml; charset=utf-8
36
36
  x-runtime:
37
- - "571"
37
+ - "592"
38
38
  date:
39
- - Thu, 14 Oct 2010 06:17:55 GMT
39
+ - Mon, 18 Oct 2010 22:07:16 GMT
40
40
  server:
41
41
  - nginx/0.7.65
42
42
  content-length:
43
43
  - "587"
44
44
  set-cookie:
45
- - account_credentials=13b2a7a6d0071ea3eabff2c1920a35a907ce734e44b849371e3ea2f85582336669bcd1fea74f9d4019bb57810730d0d9f315395ac6a7bb9ebd123ac5d9f2ea23%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
45
+ - account_credentials=8fb8da53fcaa3f924da3ec918b0b4c8695f068aea106d9e85e6600329a8c67c23f1e2e3a106e0dc773c8149c646642913babfd1a5b480665c7caf200a45bc7c3%3A%3A; domain=.recurly.com; path=/; secure; HttpOnly
46
46
  - ""
47
- - _recurly_session=a6d8918647f392f91c246849cf368bb1; domain=.recurly.com; path=/; Secure; HttpOnly
47
+ - _recurly_session=af8657a4eafea470f902543733b6c87e; domain=.recurly.com; path=/; Secure; HttpOnly
48
48
  cache-control:
49
49
  - no-cache
50
50
  body: |
51
51
  <?xml version="1.0" encoding="UTF-8"?>
52
52
  <account>
53
- <id>transaction-void-1286674805</id>
54
- <account_code>transaction-void-1286674805</account_code>
53
+ <id>transaction-void-1287186411</id>
54
+ <account_code>transaction-void-1287186411</account_code>
55
55
  <username></username>
56
56
  <email>verena@test.com</email>
57
57
  <first_name>Verena</first_name>
@@ -59,8 +59,8 @@
59
59
  <company_name>Recurly Ruby Gem</company_name>
60
60
  <balance_in_cents type="integer">0</balance_in_cents>
61
61
  <closed type="boolean">false</closed>
62
- <hosted_login_token>3791d11f3d1e4108abaa3a3f8ca2e65c</hosted_login_token>
63
- <created_at type="datetime">2010-10-14T06:17:55Z</created_at>
62
+ <hosted_login_token>eb0463b1cfcb4b3b83a05d249913d8f0</hosted_login_token>
63
+ <created_at type="datetime">2010-10-18T22:07:16Z</created_at>
64
64
  <state>active</state>
65
65
  </account>
66
66
 
@@ -68,14 +68,14 @@
68
68
  - !ruby/struct:VCR::HTTPInteraction
69
69
  request: !ruby/struct:VCR::Request
70
70
  method: :put
71
- uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/transaction-void-1286674805/billing_info.xml
71
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/accounts/transaction-void-1287186411/billing_info.xml
72
72
  body: |
73
73
  <?xml version="1.0" encoding="UTF-8"?>
74
74
  <billing-info>
75
75
  <city>San Francisco</city>
76
76
  <address1>123 Test St</address1>
77
77
  <zip>94115</zip>
78
- <account-code>transaction-void-1286674805</account-code>
78
+ <account-code>transaction-void-1287186411</account-code>
79
79
  <country>US</country>
80
80
  <credit-card>
81
81
  <number>1</number>
@@ -105,27 +105,27 @@
105
105
  x-ua-compatible:
106
106
  - IE=Edge
107
107
  etag:
108
- - "\"d168b16506f6ccf1bf0ace5b9df5f569\""
108
+ - "\"763d731a4786c1c96e4c2017499e6ffb\""
109
109
  connection:
110
110
  - close
111
111
  content-type:
112
112
  - application/xml; charset=utf-8
113
113
  x-runtime:
114
- - "91"
114
+ - "56"
115
115
  date:
116
- - Thu, 14 Oct 2010 06:17:56 GMT
116
+ - Mon, 18 Oct 2010 22:07:16 GMT
117
117
  server:
118
118
  - nginx/0.7.65
119
119
  content-length:
120
120
  - "641"
121
121
  set-cookie:
122
- - _recurly_session=35de01d81dc604fe435ea76f52bd94d9; domain=.recurly.com; path=/; Secure; HttpOnly
122
+ - _recurly_session=6930474f015a976576c9c7d66a012740; domain=.recurly.com; path=/; Secure; HttpOnly
123
123
  cache-control:
124
124
  - private, max-age=0, must-revalidate
125
125
  body: |
126
126
  <?xml version="1.0" encoding="UTF-8"?>
127
127
  <billing_info>
128
- <account_code>transaction-void-1286674805</account_code>
128
+ <account_code>transaction-void-1287186411</account_code>
129
129
  <first_name>Verena</first_name>
130
130
  <last_name>Test</last_name>
131
131
  <address1>123 Test St</address1>
@@ -143,7 +143,7 @@
143
143
  <month type="integer">10</month>
144
144
  <year type="integer">2011</year>
145
145
  </credit_card>
146
- <updated_at type="datetime">2010-10-14T06:17:56Z</updated_at>
146
+ <updated_at type="datetime">2010-10-18T22:07:16Z</updated_at>
147
147
  </billing_info>
148
148
 
149
149
  http_version: "1.1"
@@ -155,7 +155,7 @@
155
155
  <?xml version="1.0" encoding="UTF-8"?>
156
156
  <transaction>
157
157
  <account>
158
- <account-code>transaction-void-1286674805</account-code>
158
+ <account-code>transaction-void-1287186411</account-code>
159
159
  </account>
160
160
  <amount-in-cents type="integer">100</amount-in-cents>
161
161
  <description>one</description>
@@ -176,30 +176,30 @@
176
176
  message: Created
177
177
  headers:
178
178
  location:
179
- - https://recurlytest3-test.recurly.com/transactions/9ddfcf243946439885ae6d063904cd94
179
+ - https://recurlytest3-test.recurly.com/transactions/4f19f92fb2c643c9b4246328dc227255
180
180
  connection:
181
181
  - close
182
182
  content-type:
183
183
  - application/xml; charset=utf-8
184
184
  x-runtime:
185
- - "472"
185
+ - "640"
186
186
  date:
187
- - Thu, 14 Oct 2010 06:17:57 GMT
187
+ - Mon, 18 Oct 2010 22:07:17 GMT
188
188
  server:
189
189
  - nginx/0.7.65
190
190
  content-length:
191
191
  - "848"
192
192
  set-cookie:
193
- - _recurly_session=27c76a374059f49b58297ad31a68232a; domain=.recurly.com; path=/; Secure; HttpOnly
193
+ - _recurly_session=d1c1b477998d4089796bafd99d96ecc2; domain=.recurly.com; path=/; Secure; HttpOnly
194
194
  cache-control:
195
195
  - no-cache
196
196
  body: |
197
197
  <?xml version="1.0" encoding="UTF-8"?>
198
198
  <transaction type="Payment">
199
- <id>9ddfcf243946439885ae6d063904cd94</id>
200
- <account_code>transaction-void-1286674805</account_code>
199
+ <id>4f19f92fb2c643c9b4246328dc227255</id>
200
+ <account_code>transaction-void-1287186411</account_code>
201
201
  <action>purchase</action>
202
- <date type="datetime">2010-10-14T06:17:56Z</date>
202
+ <date type="datetime">2010-10-18T22:07:17Z</date>
203
203
  <amount_in_cents type="integer">100</amount_in_cents>
204
204
  <status>success</status>
205
205
  <message>Test Gateway: Successful test transaction</message>
@@ -221,7 +221,7 @@
221
221
  - !ruby/struct:VCR::HTTPInteraction
222
222
  request: !ruby/struct:VCR::Request
223
223
  method: :delete
224
- uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/transactions/9ddfcf243946439885ae6d063904cd94.xml?action=void
224
+ uri: https://railsjedi%40sogetthis.com:7PCB2mZC@recurlytest3-test.recurly.com:443/transactions/4f19f92fb2c643c9b4246328dc227255.xml?action=void
225
225
  body:
226
226
  headers:
227
227
  accept:
@@ -238,30 +238,30 @@
238
238
  x-ua-compatible:
239
239
  - IE=Edge
240
240
  etag:
241
- - "\"983841596d8138c349a652e8cdd25995\""
241
+ - "\"d8d6a1646ca38bbc256964f3203eb274\""
242
242
  connection:
243
243
  - close
244
244
  content-type:
245
245
  - application/xml; charset=utf-8
246
246
  x-runtime:
247
- - "59"
247
+ - "42"
248
248
  date:
249
- - Thu, 14 Oct 2010 06:17:57 GMT
249
+ - Mon, 18 Oct 2010 22:07:18 GMT
250
250
  server:
251
251
  - nginx/0.7.65
252
252
  content-length:
253
253
  - "847"
254
254
  set-cookie:
255
- - _recurly_session=930f21926f64bb7ab523c6bd39ed408b; domain=.recurly.com; path=/; Secure; HttpOnly
255
+ - _recurly_session=2551cdc803adf577c3ed5f046af72896; domain=.recurly.com; path=/; Secure; HttpOnly
256
256
  cache-control:
257
257
  - private, max-age=0, must-revalidate
258
258
  body: |
259
259
  <?xml version="1.0" encoding="UTF-8"?>
260
260
  <transaction type="Payment">
261
- <id>9ddfcf243946439885ae6d063904cd94</id>
262
- <account_code>transaction-void-1286674805</account_code>
261
+ <id>4f19f92fb2c643c9b4246328dc227255</id>
262
+ <account_code>transaction-void-1287186411</account_code>
263
263
  <action>purchase</action>
264
- <date type="datetime">2010-10-14T06:17:56Z</date>
264
+ <date type="datetime">2010-10-18T22:07:17Z</date>
265
265
  <amount_in_cents type="integer">100</amount_in_cents>
266
266
  <status>void</status>
267
267
  <message>Test Gateway: Successful test transaction</message>
@@ -300,21 +300,21 @@
300
300
  x-ua-compatible:
301
301
  - IE=Edge
302
302
  etag:
303
- - "\"cc140dd101ccd969fda0a0e4c6ec6ee9\""
303
+ - "\"cd7c659d9cabe280a4c492d1f8a840d5\""
304
304
  connection:
305
305
  - close
306
306
  content-type:
307
307
  - application/xml; charset=utf-8
308
308
  x-runtime:
309
- - "103"
309
+ - "74"
310
310
  date:
311
- - Thu, 14 Oct 2010 06:17:58 GMT
311
+ - Mon, 18 Oct 2010 22:07:18 GMT
312
312
  server:
313
313
  - nginx/0.7.65
314
314
  content-length:
315
- - "15477"
315
+ - "12432"
316
316
  set-cookie:
317
- - _recurly_session=2c911c501127e25403f49acf690f37ae; domain=.recurly.com; path=/; Secure; HttpOnly
317
+ - _recurly_session=76537f508e7485f6584de71573e4e508; domain=.recurly.com; path=/; Secure; HttpOnly
318
318
  cache-control:
319
319
  - private, max-age=0, must-revalidate
320
320
  body: |
@@ -322,12 +322,12 @@
322
322
  <transactions type="collection">
323
323
  <current_page type="integer">1</current_page>
324
324
  <per_page type="integer">20</per_page>
325
- <total_entries type="integer">31</total_entries>
325
+ <total_entries type="integer">16</total_entries>
326
326
  <transaction type="Payment">
327
- <id>9ddfcf243946439885ae6d063904cd94</id>
328
- <account_code>transaction-void-1286674805</account_code>
327
+ <id>4f19f92fb2c643c9b4246328dc227255</id>
328
+ <account_code>transaction-void-1287186411</account_code>
329
329
  <action>purchase</action>
330
- <date type="datetime">2010-10-14T06:17:56Z</date>
330
+ <date type="datetime">2010-10-18T22:07:17Z</date>
331
331
  <amount_in_cents type="integer">100</amount_in_cents>
332
332
  <status>void</status>
333
333
  <message>Test Gateway: Successful test transaction</message>
@@ -341,10 +341,10 @@
341
341
  <refundable type="boolean">false</refundable>
342
342
  </transaction>
343
343
  <transaction type="Payment">
344
- <id>3e01d1f9ae8844a7a3a7df9e26f198e7</id>
345
- <account_code>transaction-void-1286674805</account_code>
344
+ <id>53e5d61ad7ac4854bb0faad703727510</id>
345
+ <account_code>transaction-void-1287186411</account_code>
346
346
  <action>authorization</action>
347
- <date type="datetime">2010-10-14T06:17:55Z</date>
347
+ <date type="datetime">2010-10-18T22:07:16Z</date>
348
348
  <amount_in_cents type="integer">100</amount_in_cents>
349
349
  <status>void</status>
350
350
  <message>Test Gateway: Successful test transaction</message>
@@ -358,10 +358,10 @@
358
358
  <refundable type="boolean">false</refundable>
359
359
  </transaction>
360
360
  <transaction type="Payment">
361
- <id>8144014d9f884e3e8ae932afa58b8b7a</id>
362
- <account_code>transaction-lookup-1286674805</account_code>
361
+ <id>7bd0419d344b4401a6b266b6040e25ea</id>
362
+ <account_code>transaction-lookup-1287186411</account_code>
363
363
  <action>authorization</action>
364
- <date type="datetime">2010-10-14T06:17:47Z</date>
364
+ <date type="datetime">2010-10-18T22:07:09Z</date>
365
365
  <amount_in_cents type="integer">100</amount_in_cents>
366
366
  <status>void</status>
367
367
  <message>Test Gateway: Successful test transaction</message>
@@ -375,10 +375,10 @@
375
375
  <refundable type="boolean">false</refundable>
376
376
  </transaction>
377
377
  <transaction type="Payment">
378
- <id>e6ce4b89fcff48dab35e5d039e2855c6</id>
379
- <account_code>transaction-list-filled-1286674805</account_code>
378
+ <id>81d082680527467f9a237854dd6c7e1a</id>
379
+ <account_code>transaction-list-filled-1287186411</account_code>
380
380
  <action>authorization</action>
381
- <date type="datetime">2010-10-14T06:17:39Z</date>
381
+ <date type="datetime">2010-10-18T22:07:03Z</date>
382
382
  <amount_in_cents type="integer">100</amount_in_cents>
383
383
  <status>void</status>
384
384
  <message>Test Gateway: Successful test transaction</message>
@@ -392,10 +392,10 @@
392
392
  <refundable type="boolean">false</refundable>
393
393
  </transaction>
394
394
  <transaction type="Payment">
395
- <id>0f76238ba3fa4b7b81c86d87808a09b3</id>
396
- <account_code>transaction-list-empty-1286674805</account_code>
395
+ <id>90af94484fa04ca3a3663b5e6d297409</id>
396
+ <account_code>transaction-list-empty-1287186411</account_code>
397
397
  <action>authorization</action>
398
- <date type="datetime">2010-10-14T06:17:37Z</date>
398
+ <date type="datetime">2010-10-18T22:07:00Z</date>
399
399
  <amount_in_cents type="integer">100</amount_in_cents>
400
400
  <status>void</status>
401
401
  <message>Test Gateway: Successful test transaction</message>
@@ -409,10 +409,10 @@
409
409
  <refundable type="boolean">false</refundable>
410
410
  </transaction>
411
411
  <transaction type="Payment">
412
- <id>a7f006d6f52a4888aab3afcec68b1be4</id>
413
- <account_code>transaction-create-with-account-1286674805</account_code>
412
+ <id>b9ff94cc51444e41aee287c64c6b6bdc</id>
413
+ <account_code>transaction-create-with-account-1287186411</account_code>
414
414
  <action>authorization</action>
415
- <date type="datetime">2010-10-14T06:17:32Z</date>
415
+ <date type="datetime">2010-10-18T22:06:56Z</date>
416
416
  <amount_in_cents type="integer">100</amount_in_cents>
417
417
  <status>void</status>
418
418
  <message>Test Gateway: Successful test transaction</message>
@@ -426,10 +426,10 @@
426
426
  <refundable type="boolean">false</refundable>
427
427
  </transaction>
428
428
  <transaction type="Payment">
429
- <id>3be4965e38514f2f83724a4ca8518471</id>
430
- <account_code>invoice-lookup-1286679184</account_code>
429
+ <id>cc034af2ec514eadb595ad12dac8875b</id>
430
+ <account_code>invoice-lookup-1287167121</account_code>
431
431
  <action>authorization</action>
432
- <date type="datetime">2010-10-14T06:16:48Z</date>
432
+ <date type="datetime">2010-10-18T22:06:05Z</date>
433
433
  <amount_in_cents type="integer">100</amount_in_cents>
434
434
  <status>void</status>
435
435
  <message>Test Gateway: Successful test transaction</message>
@@ -443,10 +443,10 @@
443
443
  <refundable type="boolean">false</refundable>
444
444
  </transaction>
445
445
  <transaction type="Payment">
446
- <id>f32a7fbf135849cd9ad5d66218ccb6b3</id>
447
- <account_code>invoice-list-1286679184</account_code>
446
+ <id>7db974ee951b4c2d8855f393078b7447</id>
447
+ <account_code>invoice-list-1287167121</account_code>
448
448
  <action>authorization</action>
449
- <date type="datetime">2010-10-14T06:16:42Z</date>
449
+ <date type="datetime">2010-10-18T22:06:00Z</date>
450
450
  <amount_in_cents type="integer">100</amount_in_cents>
451
451
  <status>void</status>
452
452
  <message>Test Gateway: Successful test transaction</message>
@@ -460,10 +460,10 @@
460
460
  <refundable type="boolean">false</refundable>
461
461
  </transaction>
462
462
  <transaction type="Payment">
463
- <id>3f31cd29f2d149c98efb84e52d0ede3b</id>
464
- <account_code>invoice-create-1286679184</account_code>
463
+ <id>7ccc8d2b45c44a4085f33da3ce736ab0</id>
464
+ <account_code>invoice-create-no-charges-1287167121</account_code>
465
465
  <action>authorization</action>
466
- <date type="datetime">2010-10-14T06:16:37Z</date>
466
+ <date type="datetime">2010-10-18T22:05:58Z</date>
467
467
  <amount_in_cents type="integer">100</amount_in_cents>
468
468
  <status>void</status>
469
469
  <message>Test Gateway: Successful test transaction</message>
@@ -477,10 +477,10 @@
477
477
  <refundable type="boolean">false</refundable>
478
478
  </transaction>
479
479
  <transaction type="Payment">
480
- <id>9469469abd86454aa1f2fe63c29fdb8a</id>
481
- <account_code>charge-create-1286681273</account_code>
480
+ <id>fd6e2b3a615845df983e9bb1ff9575ef</id>
481
+ <account_code>invoice-create-1287167121</account_code>
482
482
  <action>authorization</action>
483
- <date type="datetime">2010-10-14T06:16:20Z</date>
483
+ <date type="datetime">2010-10-18T22:05:54Z</date>
484
484
  <amount_in_cents type="integer">100</amount_in_cents>
485
485
  <status>void</status>
486
486
  <message>Test Gateway: Successful test transaction</message>
@@ -494,10 +494,10 @@
494
494
  <refundable type="boolean">false</refundable>
495
495
  </transaction>
496
496
  <transaction type="Payment">
497
- <id>148ab253fff84c03b79e0e5ed5650ec4</id>
498
- <account_code>billing-destroy-1286682213</account_code>
497
+ <id>40f66fd6995044fa92db57958310b207</id>
498
+ <account_code>charge-create-1286681273</account_code>
499
499
  <action>authorization</action>
500
- <date type="datetime">2010-10-14T06:16:01Z</date>
500
+ <date type="datetime">2010-10-18T22:05:37Z</date>
501
501
  <amount_in_cents type="integer">100</amount_in_cents>
502
502
  <status>void</status>
503
503
  <message>Test Gateway: Successful test transaction</message>
@@ -511,10 +511,10 @@
511
511
  <refundable type="boolean">false</refundable>
512
512
  </transaction>
513
513
  <transaction type="Payment">
514
- <id>e83a818d13ed4c658a0ad98dc10cfbd6</id>
515
- <account_code>billing-find-1286682213</account_code>
514
+ <id>4d699d36034246b98e629b80351eb6fa</id>
515
+ <account_code>billing-destroy-1286682213</account_code>
516
516
  <action>authorization</action>
517
- <date type="datetime">2010-10-14T06:15:58Z</date>
517
+ <date type="datetime">2010-10-18T22:05:18Z</date>
518
518
  <amount_in_cents type="integer">100</amount_in_cents>
519
519
  <status>void</status>
520
520
  <message>Test Gateway: Successful test transaction</message>
@@ -528,10 +528,10 @@
528
528
  <refundable type="boolean">false</refundable>
529
529
  </transaction>
530
530
  <transaction type="Payment">
531
- <id>a5d9556a8b3e452ba8d98ac6a4021370</id>
532
- <account_code>billing-update-1286682213</account_code>
531
+ <id>12a7bb622a094218bebb7ad42bbc8c90</id>
532
+ <account_code>billing-find-1286682213</account_code>
533
533
  <action>authorization</action>
534
- <date type="datetime">2010-10-14T06:15:55Z</date>
534
+ <date type="datetime">2010-10-18T22:05:15Z</date>
535
535
  <amount_in_cents type="integer">100</amount_in_cents>
536
536
  <status>void</status>
537
537
  <message>Test Gateway: Successful test transaction</message>
@@ -545,61 +545,10 @@
545
545
  <refundable type="boolean">false</refundable>
546
546
  </transaction>
547
547
  <transaction type="Payment">
548
- <id>581548e36b9c423b9bdffc786a0710fa</id>
548
+ <id>f7d6d4ea2bf34d5eb82a92b788e604d8</id>
549
549
  <account_code>billing-update-1286682213</account_code>
550
550
  <action>authorization</action>
551
- <date type="datetime">2010-10-14T06:15:54Z</date>
552
- <amount_in_cents type="integer">100</amount_in_cents>
553
- <status>void</status>
554
- <message>Test Gateway: Successful test transaction</message>
555
- <reference></reference>
556
- <cvv_result code="M">Match</cvv_result>
557
- <avs_result code="D">Street address and postal code match.</avs_result>
558
- <avs_result_street></avs_result_street>
559
- <avs_result_postal></avs_result_postal>
560
- <test type="boolean">true</test>
561
- <voidable type="boolean">false</voidable>
562
- <refundable type="boolean">false</refundable>
563
- </transaction>
564
- <transaction type="Payment">
565
- <id>5f4e73d1ba004770adad2efe20174360</id>
566
- <account_code>billing-create-1286682213</account_code>
567
- <action>authorization</action>
568
- <date type="datetime">2010-10-14T06:15:51Z</date>
569
- <amount_in_cents type="integer">100</amount_in_cents>
570
- <status>void</status>
571
- <message>Test Gateway: Successful test transaction</message>
572
- <reference></reference>
573
- <cvv_result code="M">Match</cvv_result>
574
- <avs_result code="D">Street address and postal code match.</avs_result>
575
- <avs_result_street></avs_result_street>
576
- <avs_result_postal></avs_result_postal>
577
- <test type="boolean">true</test>
578
- <voidable type="boolean">false</voidable>
579
- <refundable type="boolean">false</refundable>
580
- </transaction>
581
- <transaction type="Payment">
582
- <id>5bcbaa6bbbf344db8da3f8f19e4044ec</id>
583
- <account_code>transaction-refund-1287015526</account_code>
584
- <action>authorization</action>
585
- <date type="datetime">2010-10-14T00:31:34Z</date>
586
- <amount_in_cents type="integer">100</amount_in_cents>
587
- <status>void</status>
588
- <message>Test Gateway: Successful test transaction</message>
589
- <reference></reference>
590
- <cvv_result code="M">Match</cvv_result>
591
- <avs_result code="D">Street address and postal code match.</avs_result>
592
- <avs_result_street></avs_result_street>
593
- <avs_result_postal></avs_result_postal>
594
- <test type="boolean">true</test>
595
- <voidable type="boolean">false</voidable>
596
- <refundable type="boolean">false</refundable>
597
- </transaction>
598
- <transaction type="Payment">
599
- <id>c1e58072c0e94bb884fc60e8b63068df</id>
600
- <account_code>transaction-void-1287015526</account_code>
601
- <action>purchase</action>
602
- <date type="datetime">2010-10-14T00:31:28Z</date>
551
+ <date type="datetime">2010-10-18T22:05:12Z</date>
603
552
  <amount_in_cents type="integer">100</amount_in_cents>
604
553
  <status>void</status>
605
554
  <message>Test Gateway: Successful test transaction</message>
@@ -613,27 +562,10 @@
613
562
  <refundable type="boolean">false</refundable>
614
563
  </transaction>
615
564
  <transaction type="Payment">
616
- <id>54f983df41534e3c8bf1103f79517cca</id>
617
- <account_code>transaction-void-1287015526</account_code>
618
- <action>authorization</action>
619
- <date type="datetime">2010-10-14T00:31:26Z</date>
620
- <amount_in_cents type="integer">100</amount_in_cents>
621
- <status>void</status>
622
- <message>Test Gateway: Successful test transaction</message>
623
- <reference></reference>
624
- <cvv_result code="M">Match</cvv_result>
625
- <avs_result code="D">Street address and postal code match.</avs_result>
626
- <avs_result_street></avs_result_street>
627
- <avs_result_postal></avs_result_postal>
628
- <test type="boolean">true</test>
629
- <voidable type="boolean">false</voidable>
630
- <refundable type="boolean">false</refundable>
631
- </transaction>
632
- <transaction type="Payment">
633
- <id>e47bf9a135e04984a1db1abe737d4cec</id>
634
- <account_code>transaction-lookup-1287015526</account_code>
565
+ <id>6d4fed8fba2c4f43bcbce53f3fd9f0d2</id>
566
+ <account_code>billing-update-1286682213</account_code>
635
567
  <action>authorization</action>
636
- <date type="datetime">2010-10-14T00:31:14Z</date>
568
+ <date type="datetime">2010-10-18T22:05:12Z</date>
637
569
  <amount_in_cents type="integer">100</amount_in_cents>
638
570
  <status>void</status>
639
571
  <message>Test Gateway: Successful test transaction</message>
@@ -647,10 +579,10 @@
647
579
  <refundable type="boolean">false</refundable>
648
580
  </transaction>
649
581
  <transaction type="Payment">
650
- <id>bc12ab966a684159a841d83eba6b1b30</id>
651
- <account_code>transaction-list-filled-1287015526</account_code>
582
+ <id>f7d5e2fcb4384261b12b5a9c9afc9fef</id>
583
+ <account_code>billing-create-1286682213</account_code>
652
584
  <action>authorization</action>
653
- <date type="datetime">2010-10-14T00:31:03Z</date>
585
+ <date type="datetime">2010-10-18T22:05:09Z</date>
654
586
  <amount_in_cents type="integer">100</amount_in_cents>
655
587
  <status>void</status>
656
588
  <message>Test Gateway: Successful test transaction</message>