stripe_tester 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +63 -16
  3. data/lib/stripe_tester/version.rb +1 -1
  4. data/stripe_webhooks/2014-10-07/account_updated.yml +28 -0
  5. data/stripe_webhooks/2014-10-07/balance_available.yml +17 -0
  6. data/stripe_webhooks/2014-10-07/charge_captured.yml +62 -0
  7. data/stripe_webhooks/2014-10-07/charge_dispute_closed.yml +22 -0
  8. data/stripe_webhooks/2014-10-07/charge_dispute_created.yml +22 -0
  9. data/stripe_webhooks/2014-10-07/charge_dispute_updated.yml +24 -0
  10. data/stripe_webhooks/2014-10-07/charge_failed.yml +62 -0
  11. data/stripe_webhooks/2014-10-07/charge_refunded.yml +73 -0
  12. data/stripe_webhooks/2014-10-07/charge_succeeded.yml +62 -0
  13. data/stripe_webhooks/2014-10-07/charge_updated.yml +64 -0
  14. data/stripe_webhooks/2014-10-07/coupon_created.yml +23 -0
  15. data/stripe_webhooks/2014-10-07/coupon_deleted.yml +23 -0
  16. data/stripe_webhooks/2014-10-07/customer_card_created.yml +30 -0
  17. data/stripe_webhooks/2014-10-07/customer_card_deleted.yml +30 -0
  18. data/stripe_webhooks/2014-10-07/customer_card_updated.yml +32 -0
  19. data/stripe_webhooks/2014-10-07/customer_created.yml +33 -0
  20. data/stripe_webhooks/2014-10-07/customer_deleted.yml +33 -0
  21. data/stripe_webhooks/2014-10-07/customer_discount_created.yml +29 -0
  22. data/stripe_webhooks/2014-10-07/customer_discount_deleted.yml +29 -0
  23. data/stripe_webhooks/2014-10-07/customer_discount_updated.yml +45 -0
  24. data/stripe_webhooks/2014-10-07/customer_subscription_created.yml +38 -0
  25. data/stripe_webhooks/2014-10-07/customer_subscription_deleted.yml +38 -0
  26. data/stripe_webhooks/2014-10-07/customer_subscription_trial_will_end.yml +38 -0
  27. data/stripe_webhooks/2014-10-07/customer_subscription_updated.yml +52 -0
  28. data/stripe_webhooks/2014-10-07/customer_updated.yml +35 -0
  29. data/stripe_webhooks/2014-10-07/invoice_created.yml +69 -0
  30. data/stripe_webhooks/2014-10-07/invoice_payment_failed.yml +69 -0
  31. data/stripe_webhooks/2014-10-07/invoice_payment_succeeded.yml +69 -0
  32. data/stripe_webhooks/2014-10-07/invoice_updated.yml +71 -0
  33. data/stripe_webhooks/2014-10-07/invoiceitem_created.yml +23 -0
  34. data/stripe_webhooks/2014-10-07/invoiceitem_deleted.yml +23 -0
  35. data/stripe_webhooks/2014-10-07/invoiceitem_updated.yml +25 -0
  36. data/stripe_webhooks/2014-10-07/plan_created.yml +21 -0
  37. data/stripe_webhooks/2014-10-07/plan_deleted.yml +21 -0
  38. data/stripe_webhooks/2014-10-07/plan_updated.yml +23 -0
  39. data/stripe_webhooks/2014-10-07/transfer_created.yml +25 -0
  40. data/stripe_webhooks/2014-10-07/transfer_failed.yml +25 -0
  41. data/stripe_webhooks/2014-10-07/transfer_paid.yml +25 -0
  42. data/stripe_webhooks/2014-10-07/transfer_updated.yml +27 -0
  43. metadata +41 -2
@@ -0,0 +1,23 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: invoiceitem.created
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ object: invoiceitem
11
+ id: ii_00000000000000
12
+ date: 1414767911
13
+ amount: 1000
14
+ livemode: false
15
+ proration: false
16
+ currency: usd
17
+ customer: cus_00000000000000
18
+ description: My First Invoice Item (created for API docs)
19
+ metadata: {}
20
+ invoice:
21
+ subscription:
22
+ quantity:
23
+ plan:
@@ -0,0 +1,23 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: invoiceitem.deleted
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ object: invoiceitem
11
+ id: ii_00000000000000
12
+ date: 1414767918
13
+ amount: 1000
14
+ livemode: false
15
+ proration: false
16
+ currency: usd
17
+ customer: cus_00000000000000
18
+ description: My First Invoice Item (created for API docs)
19
+ metadata: {}
20
+ invoice:
21
+ subscription:
22
+ quantity:
23
+ plan:
@@ -0,0 +1,25 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: invoiceitem.updated
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ object: invoiceitem
11
+ id: ii_00000000000000
12
+ date: 1414767914
13
+ amount: 1000
14
+ livemode: false
15
+ proration: false
16
+ currency: usd
17
+ customer: cus_00000000000000
18
+ description: My First Invoice Item (created for API docs)
19
+ metadata: {}
20
+ invoice:
21
+ subscription:
22
+ quantity:
23
+ plan:
24
+ previous_attributes:
25
+ amount: 2121
@@ -0,0 +1,21 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: plan.created
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ interval: month
11
+ name: Gold Special
12
+ created: 1414767922
13
+ amount: 2000
14
+ currency: usd
15
+ id: gold_00000000000000
16
+ object: plan
17
+ livemode: false
18
+ interval_count: 1
19
+ trial_period_days:
20
+ metadata: {}
21
+ statement_description:
@@ -0,0 +1,21 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: plan.deleted
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ interval: month
11
+ name: Gold Special
12
+ created: 1414767932
13
+ amount: 2000
14
+ currency: usd
15
+ id: gold_00000000000000
16
+ object: plan
17
+ livemode: false
18
+ interval_count: 1
19
+ trial_period_days:
20
+ metadata: {}
21
+ statement_description:
@@ -0,0 +1,23 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: plan.updated
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ interval: month
11
+ name: Gold Special
12
+ created: 1414767928
13
+ amount: 2000
14
+ currency: usd
15
+ id: gold_00000000000000
16
+ object: plan
17
+ livemode: false
18
+ interval_count: 1
19
+ trial_period_days:
20
+ metadata: {}
21
+ statement_description:
22
+ previous_attributes:
23
+ name: Old name
@@ -0,0 +1,25 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: transfer.created
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ id: tr_00000000000000
11
+ object: transfer
12
+ created: 1414767936
13
+ date: 1414767936
14
+ livemode: false
15
+ amount: 1100
16
+ currency: usd
17
+ status: pending
18
+ type: bank_account
19
+ balance_transaction: txn_00000000000000
20
+ description: Transfer to test@example.com
21
+ failure_message:
22
+ failure_code:
23
+ metadata: {}
24
+ statement_description:
25
+ recipient: rp_00000000000000
@@ -0,0 +1,25 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: transfer.failed
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ id: tr_00000000000000
11
+ object: transfer
12
+ created: 1414767947
13
+ date: 1414767947
14
+ livemode: false
15
+ amount: 1100
16
+ currency: usd
17
+ status: failed
18
+ type: bank_account
19
+ balance_transaction: txn_00000000000000
20
+ description: Transfer to test@example.com
21
+ failure_message:
22
+ failure_code:
23
+ metadata: {}
24
+ statement_description:
25
+ recipient: rp_00000000000000
@@ -0,0 +1,25 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: transfer.paid
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ id: tr_00000000000000
11
+ object: transfer
12
+ created: 1414767944
13
+ date: 1414767944
14
+ livemode: false
15
+ amount: 1100
16
+ currency: usd
17
+ status: paid
18
+ type: bank_account
19
+ balance_transaction: txn_00000000000000
20
+ description: Transfer to test@example.com
21
+ failure_message:
22
+ failure_code:
23
+ metadata: {}
24
+ statement_description:
25
+ recipient: rp_00000000000000
@@ -0,0 +1,27 @@
1
+ ---
2
+ created: 1326853478
3
+ livemode: false
4
+ id: evt_00000000000000
5
+ type: transfer.updated
6
+ object: event
7
+ request:
8
+ data:
9
+ object:
10
+ id: tr_00000000000000
11
+ object: transfer
12
+ created: 1414767940
13
+ date: 1414767940
14
+ livemode: false
15
+ amount: 1100
16
+ currency: usd
17
+ status: pending
18
+ type: bank_account
19
+ balance_transaction: txn_00000000000000
20
+ description: Transfer to test@example.com
21
+ failure_message:
22
+ failure_code:
23
+ metadata: {}
24
+ statement_description:
25
+ recipient: rp_00000000000000
26
+ previous_attributes:
27
+ description: Old description
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe_tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Buttercloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-09 00:00:00.000000000 Z
11
+ date: 2014-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -160,6 +160,45 @@ files:
160
160
  - stripe_webhooks/2013-08-13/transfer_failed.yml
161
161
  - stripe_webhooks/2013-08-13/transfer_paid.yml
162
162
  - stripe_webhooks/2013-08-13/transfer_updated.yml
163
+ - stripe_webhooks/2014-10-07/account_updated.yml
164
+ - stripe_webhooks/2014-10-07/balance_available.yml
165
+ - stripe_webhooks/2014-10-07/charge_captured.yml
166
+ - stripe_webhooks/2014-10-07/charge_dispute_closed.yml
167
+ - stripe_webhooks/2014-10-07/charge_dispute_created.yml
168
+ - stripe_webhooks/2014-10-07/charge_dispute_updated.yml
169
+ - stripe_webhooks/2014-10-07/charge_failed.yml
170
+ - stripe_webhooks/2014-10-07/charge_refunded.yml
171
+ - stripe_webhooks/2014-10-07/charge_succeeded.yml
172
+ - stripe_webhooks/2014-10-07/charge_updated.yml
173
+ - stripe_webhooks/2014-10-07/coupon_created.yml
174
+ - stripe_webhooks/2014-10-07/coupon_deleted.yml
175
+ - stripe_webhooks/2014-10-07/customer_card_created.yml
176
+ - stripe_webhooks/2014-10-07/customer_card_deleted.yml
177
+ - stripe_webhooks/2014-10-07/customer_card_updated.yml
178
+ - stripe_webhooks/2014-10-07/customer_created.yml
179
+ - stripe_webhooks/2014-10-07/customer_deleted.yml
180
+ - stripe_webhooks/2014-10-07/customer_discount_created.yml
181
+ - stripe_webhooks/2014-10-07/customer_discount_deleted.yml
182
+ - stripe_webhooks/2014-10-07/customer_discount_updated.yml
183
+ - stripe_webhooks/2014-10-07/customer_subscription_created.yml
184
+ - stripe_webhooks/2014-10-07/customer_subscription_deleted.yml
185
+ - stripe_webhooks/2014-10-07/customer_subscription_trial_will_end.yml
186
+ - stripe_webhooks/2014-10-07/customer_subscription_updated.yml
187
+ - stripe_webhooks/2014-10-07/customer_updated.yml
188
+ - stripe_webhooks/2014-10-07/invoice_created.yml
189
+ - stripe_webhooks/2014-10-07/invoice_payment_failed.yml
190
+ - stripe_webhooks/2014-10-07/invoice_payment_succeeded.yml
191
+ - stripe_webhooks/2014-10-07/invoice_updated.yml
192
+ - stripe_webhooks/2014-10-07/invoiceitem_created.yml
193
+ - stripe_webhooks/2014-10-07/invoiceitem_deleted.yml
194
+ - stripe_webhooks/2014-10-07/invoiceitem_updated.yml
195
+ - stripe_webhooks/2014-10-07/plan_created.yml
196
+ - stripe_webhooks/2014-10-07/plan_deleted.yml
197
+ - stripe_webhooks/2014-10-07/plan_updated.yml
198
+ - stripe_webhooks/2014-10-07/transfer_created.yml
199
+ - stripe_webhooks/2014-10-07/transfer_failed.yml
200
+ - stripe_webhooks/2014-10-07/transfer_paid.yml
201
+ - stripe_webhooks/2014-10-07/transfer_updated.yml
163
202
  - wercker.yml
164
203
  homepage: https://github.com/buttercloud/stripe_tester
165
204
  licenses: