stripe_model_callbacks 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/app/services/stripe_model_callbacks/event_mocker_service.rb +1 -1
  3. data/lib/stripe_model_callbacks/fixtures/stripe_events/account/account.external_account.created.json +29 -0
  4. data/lib/stripe_model_callbacks/fixtures/stripe_events/account/account.external_account.deleted.json +29 -0
  5. data/lib/stripe_model_callbacks/fixtures/stripe_events/account/account.external_account.updated.json +31 -0
  6. data/lib/stripe_model_callbacks/fixtures/stripe_events/charge/charge.dispute.closed.json +65 -0
  7. data/lib/stripe_model_callbacks/fixtures/stripe_events/charge/charge.dispute.created.json +65 -0
  8. data/lib/stripe_model_callbacks/fixtures/stripe_events/charge/charge.dispute.funds_reinstated.json +65 -0
  9. data/lib/stripe_model_callbacks/fixtures/stripe_events/charge/charge.dispute.funds_withdrawn.json +65 -0
  10. data/lib/stripe_model_callbacks/fixtures/stripe_events/charge/charge.dispute.updated.json +96 -0
  11. data/lib/stripe_model_callbacks/fixtures/stripe_events/charge/charge.refund.updated.json +28 -0
  12. data/lib/stripe_model_callbacks/fixtures/stripe_events/charge/charge.refunded.json +98 -0
  13. data/lib/stripe_model_callbacks/fixtures/stripe_events/coupon/coupon.created.json +29 -0
  14. data/lib/stripe_model_callbacks/fixtures/stripe_events/coupon/coupon.deleted.json +29 -0
  15. data/lib/stripe_model_callbacks/fixtures/stripe_events/coupon/coupon.updated.json +31 -0
  16. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.bank_account.deleted.json +29 -0
  17. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.created.json +36 -0
  18. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.deleted.json +47 -0
  19. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.discount.created.json +36 -0
  20. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.discount.deleted.json +36 -0
  21. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.discount.updated.json +55 -0
  22. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.source.created.card.json +80 -0
  23. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.source.created.json +53 -0
  24. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.source.deleted.json +53 -0
  25. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.source.expiring.json +53 -0
  26. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.source.updated.json +56 -0
  27. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.subscription.created.json +83 -0
  28. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.subscription.deleted.json +83 -0
  29. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.subscription.trial_will_end.json +88 -0
  30. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.subscription.updated.json +100 -0
  31. data/lib/stripe_model_callbacks/fixtures/stripe_events/customer/customer.updated.json +50 -0
  32. data/lib/stripe_model_callbacks/fixtures/stripe_events/invoice/invoice.created.json +90 -0
  33. data/lib/stripe_model_callbacks/fixtures/stripe_events/invoice/invoice.payment_failed.json +90 -0
  34. data/lib/stripe_model_callbacks/fixtures/stripe_events/invoice/invoice.payment_succeeded.json +188 -0
  35. data/lib/stripe_model_callbacks/fixtures/stripe_events/invoice/invoice.sent.json +90 -0
  36. data/lib/stripe_model_callbacks/fixtures/stripe_events/invoice/invoice.upcoming.json +90 -0
  37. data/lib/stripe_model_callbacks/fixtures/stripe_events/invoice/invoice.updated.json +95 -0
  38. data/lib/stripe_model_callbacks/fixtures/stripe_events/invoiceitem/invoiceitem.created.json +34 -0
  39. data/lib/stripe_model_callbacks/fixtures/stripe_events/order/order.created.json +72 -0
  40. data/lib/stripe_model_callbacks/fixtures/stripe_events/order/order.updated.json +74 -0
  41. data/lib/stripe_model_callbacks/fixtures/stripe_events/payout/payout.canceled.json +35 -0
  42. data/lib/stripe_model_callbacks/fixtures/stripe_events/payout/payout.created.json +35 -0
  43. data/lib/stripe_model_callbacks/fixtures/stripe_events/payout/payout.failed.json +35 -0
  44. data/lib/stripe_model_callbacks/fixtures/stripe_events/payout/payout.paid.json +35 -0
  45. data/lib/stripe_model_callbacks/fixtures/stripe_events/payout/payout.updated.json +37 -0
  46. data/lib/stripe_model_callbacks/fixtures/stripe_events/plan/plan.created.json +27 -0
  47. data/lib/stripe_model_callbacks/fixtures/stripe_events/plan/plan.deleted.json +27 -0
  48. data/lib/stripe_model_callbacks/fixtures/stripe_events/plan/plan.updated.json +30 -0
  49. data/lib/stripe_model_callbacks/fixtures/stripe_events/product/product.created.json +48 -0
  50. data/lib/stripe_model_callbacks/fixtures/stripe_events/product/product.deleted.json +48 -0
  51. data/lib/stripe_model_callbacks/fixtures/stripe_events/product/product.updated.json +50 -0
  52. data/lib/stripe_model_callbacks/fixtures/stripe_events/recipient/recipient.created.json +37 -0
  53. data/lib/stripe_model_callbacks/fixtures/stripe_events/recipient/recipient.deleted.json +37 -0
  54. data/lib/stripe_model_callbacks/fixtures/stripe_events/recipient/recipient.updated.json +39 -0
  55. data/lib/stripe_model_callbacks/fixtures/stripe_events/review/review.closed.json +21 -0
  56. data/lib/stripe_model_callbacks/fixtures/stripe_events/review/review.opened.json +21 -0
  57. data/lib/stripe_model_callbacks/fixtures/stripe_events/sku/sku.created.json +36 -0
  58. data/lib/stripe_model_callbacks/fixtures/stripe_events/sku/sku.deleted.json +36 -0
  59. data/lib/stripe_model_callbacks/fixtures/stripe_events/sku/sku.updated.json +38 -0
  60. data/lib/stripe_model_callbacks/fixtures/stripe_events/source/source.canceled.json +53 -0
  61. data/lib/stripe_model_callbacks/fixtures/stripe_events/source/source.chargeable.json +53 -0
  62. data/lib/stripe_model_callbacks/fixtures/stripe_events/source/source.failed.json +53 -0
  63. data/lib/stripe_model_callbacks/fixtures/stripe_events/source/source.mandate_notification.json +53 -0
  64. data/lib/stripe_model_callbacks/fixtures/stripe_events/source/source.transaction_created.json +21 -0
  65. data/lib/stripe_model_callbacks/fixtures/stripe_events/transfer/transfer.created.json +41 -0
  66. data/lib/stripe_model_callbacks/fixtures/stripe_events/transfer/transfer.reversed.json +40 -0
  67. data/lib/stripe_model_callbacks/fixtures/stripe_events/transfer/transfer.updated.json +44 -0
  68. data/lib/stripe_model_callbacks/version.rb +1 -1
  69. metadata +66 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8960c2c38ee84c3e3bca2584f510517c5b2e376b644ded3f32e78e9cb8a854e
4
- data.tar.gz: caaffd9c4bf3d43a93b6a1f0c1fc849816da7533febd828db507809c8882efcb
3
+ metadata.gz: 939298c1a7e304f9ad8d082d208cc395c3ffafdd5d68b202075f155f82921c02
4
+ data.tar.gz: 5b144fd536551f1f56e3a3fe332eb95813e4b8124dc3acaf4d6a0d3dd7faff64
5
5
  SHA512:
6
- metadata.gz: 77eb0b8e66fbeebb8b0dd1034cbd87423ab3632ac7be297704ad22ebc9fda8cdb460a53896d97e183d7c04ec48d440feb6c0b72af41e52d22c3e317295a0e3d9
7
- data.tar.gz: 45718f0c45e6b896ee8d2e3127084adb652edb1587d0666deaf8c6c9d7829c1d7bd51498d89b7b0135af7a8c2d45338b736a90bd4e37c347e4c14ccd12d6cf2a
6
+ metadata.gz: 904991f19ef50dc23ed77367d28c6ec16aa9f7f595c0c1546bc2f0a2620651d30c76c14055b859ccac9439e759073c368c9f47157b8f674db40d143ec4fd33d6
7
+ data.tar.gz: b1265ecbaeac487fe38d51d3653c5c023e97a0314e6cd3f65b5b7745dadc9fc56c896bfdf3bdf897ed69fdb4d8e8ff592b5876005fc6c7a61a5aa9d0852c7af8
@@ -22,7 +22,7 @@ private
22
22
  end
23
23
 
24
24
  def fixture_path
25
- @fixture_path ||= "#{File.dirname(__FILE__)}/../../../spec/fixtures/stripe_events/#{first_part}/#{name}.json"
25
+ @fixture_path ||= "#{File.dirname(__FILE__)}/../../../lib/stripe_model_callbacks/fixtures/stripe_events/#{first_part}/#{name}.json"
26
26
  end
27
27
 
28
28
  def payload
@@ -0,0 +1,29 @@
1
+ {
2
+ "created": 1326853478,
3
+ "livemode": false,
4
+ "id": "evt_00000000000000",
5
+ "type": "account.external_account.created",
6
+ "object": "event",
7
+ "request": null,
8
+ "pending_webhooks": 1,
9
+ "api_version": "2018-02-05",
10
+ "data": {
11
+ "object": {
12
+ "id": "ba_00000000000000",
13
+ "object": "bank_account",
14
+ "account": "acct_00000000000000",
15
+ "account_holder_name": "Jane Austen",
16
+ "account_holder_type": "individual",
17
+ "bank_name": "STRIPE TEST BANK",
18
+ "country": "US",
19
+ "currency": "dkk",
20
+ "default_for_currency": false,
21
+ "fingerprint": "8hxBTDA6RPbX37IN",
22
+ "last4": "6789",
23
+ "metadata": {
24
+ },
25
+ "routing_number": "110000000",
26
+ "status": "new"
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "created": 1326853478,
3
+ "livemode": false,
4
+ "id": "evt_00000000000000",
5
+ "type": "account.external_account.deleted",
6
+ "object": "event",
7
+ "request": null,
8
+ "pending_webhooks": 1,
9
+ "api_version": "2018-02-05",
10
+ "data": {
11
+ "object": {
12
+ "id": "ba_00000000000000",
13
+ "object": "bank_account",
14
+ "account": "acct_00000000000000",
15
+ "account_holder_name": "Jane Austen",
16
+ "account_holder_type": "individual",
17
+ "bank_name": "STRIPE TEST BANK",
18
+ "country": "US",
19
+ "currency": "dkk",
20
+ "default_for_currency": false,
21
+ "fingerprint": "8hxBTDA6RPbX37IN",
22
+ "last4": "6789",
23
+ "metadata": {
24
+ },
25
+ "routing_number": "110000000",
26
+ "status": "new"
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "created": 1326853478,
3
+ "livemode": false,
4
+ "id": "evt_00000000000000",
5
+ "type": "account.external_account.updated",
6
+ "object": "event",
7
+ "request": null,
8
+ "pending_webhooks": 1,
9
+ "api_version": "2018-02-05",
10
+ "data": {
11
+ "object": {
12
+ "id": "ba_00000000000000",
13
+ "object": "bank_account",
14
+ "account": "acct_00000000000000",
15
+ "account_holder_name": "Jane Austen",
16
+ "account_holder_type": "individual",
17
+ "bank_name": "STRIPE TEST BANK",
18
+ "country": "US",
19
+ "currency": "dkk",
20
+ "default_for_currency": false,
21
+ "fingerprint": "8hxBTDA6RPbX37IN",
22
+ "last4": "6789",
23
+ "metadata": {
24
+ },
25
+ "routing_number": "110000000",
26
+ "status": "new"
27
+ },
28
+ "previous_attributes": {
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "created": 1326853478,
3
+ "livemode": false,
4
+ "id": "evt_00000000000000",
5
+ "type": "charge.dispute.closed",
6
+ "object": "event",
7
+ "request": null,
8
+ "pending_webhooks": 1,
9
+ "api_version": "2018-01-23",
10
+ "data": {
11
+ "object": {
12
+ "id": "dp_00000000000000",
13
+ "object": "dispute",
14
+ "amount": 1000,
15
+ "balance_transaction": "txn_00000000000000",
16
+ "balance_transactions": [
17
+
18
+ ],
19
+ "charge": "ch_00000000000000",
20
+ "created": 1517922714,
21
+ "currency": "usd",
22
+ "evidence": {
23
+ "access_activity_log": null,
24
+ "billing_address": null,
25
+ "cancellation_policy": null,
26
+ "cancellation_policy_disclosure": null,
27
+ "cancellation_rebuttal": null,
28
+ "customer_communication": null,
29
+ "customer_email_address": null,
30
+ "customer_name": null,
31
+ "customer_purchase_ip": null,
32
+ "customer_signature": null,
33
+ "duplicate_charge_documentation": null,
34
+ "duplicate_charge_explanation": null,
35
+ "duplicate_charge_id": null,
36
+ "product_description": null,
37
+ "receipt": null,
38
+ "refund_policy": null,
39
+ "refund_policy_disclosure": null,
40
+ "refund_refusal_explanation": null,
41
+ "service_date": null,
42
+ "service_documentation": null,
43
+ "shipping_address": null,
44
+ "shipping_carrier": null,
45
+ "shipping_date": null,
46
+ "shipping_documentation": null,
47
+ "shipping_tracking_number": null,
48
+ "uncategorized_file": null,
49
+ "uncategorized_text": "Here is some evidence"
50
+ },
51
+ "evidence_details": {
52
+ "due_by": 1519603199,
53
+ "has_evidence": false,
54
+ "past_due": false,
55
+ "submission_count": 0
56
+ },
57
+ "is_charge_refundable": false,
58
+ "livemode": false,
59
+ "metadata": {
60
+ },
61
+ "reason": "general",
62
+ "status": "won"
63
+ }
64
+ }
65
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "created": 1326853478,
3
+ "livemode": false,
4
+ "id": "evt_00000000000000",
5
+ "type": "charge.dispute.created",
6
+ "object": "event",
7
+ "request": null,
8
+ "pending_webhooks": 1,
9
+ "api_version": "2018-01-23",
10
+ "data": {
11
+ "object": {
12
+ "id": "dp_00000000000000",
13
+ "object": "dispute",
14
+ "amount": 1000,
15
+ "balance_transaction": "txn_00000000000000",
16
+ "balance_transactions": [
17
+
18
+ ],
19
+ "charge": "ch_00000000000000",
20
+ "created": 1517922679,
21
+ "currency": "usd",
22
+ "evidence": {
23
+ "access_activity_log": null,
24
+ "billing_address": null,
25
+ "cancellation_policy": null,
26
+ "cancellation_policy_disclosure": null,
27
+ "cancellation_rebuttal": null,
28
+ "customer_communication": null,
29
+ "customer_email_address": null,
30
+ "customer_name": null,
31
+ "customer_purchase_ip": null,
32
+ "customer_signature": null,
33
+ "duplicate_charge_documentation": null,
34
+ "duplicate_charge_explanation": null,
35
+ "duplicate_charge_id": null,
36
+ "product_description": null,
37
+ "receipt": null,
38
+ "refund_policy": null,
39
+ "refund_policy_disclosure": null,
40
+ "refund_refusal_explanation": null,
41
+ "service_date": null,
42
+ "service_documentation": null,
43
+ "shipping_address": null,
44
+ "shipping_carrier": null,
45
+ "shipping_date": null,
46
+ "shipping_documentation": null,
47
+ "shipping_tracking_number": null,
48
+ "uncategorized_file": null,
49
+ "uncategorized_text": null
50
+ },
51
+ "evidence_details": {
52
+ "due_by": 1519603199,
53
+ "has_evidence": false,
54
+ "past_due": false,
55
+ "submission_count": 0
56
+ },
57
+ "is_charge_refundable": false,
58
+ "livemode": false,
59
+ "metadata": {
60
+ },
61
+ "reason": "general",
62
+ "status": "needs_response"
63
+ }
64
+ }
65
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "created": 1326853478,
3
+ "livemode": false,
4
+ "id": "evt_00000000000000",
5
+ "type": "charge.dispute.funds_reinstated",
6
+ "object": "event",
7
+ "request": null,
8
+ "pending_webhooks": 1,
9
+ "api_version": "2018-01-23",
10
+ "data": {
11
+ "object": {
12
+ "id": "dp_00000000000000",
13
+ "object": "dispute",
14
+ "amount": 1000,
15
+ "balance_transaction": "txn_00000000000000",
16
+ "balance_transactions": [
17
+
18
+ ],
19
+ "charge": "ch_00000000000000",
20
+ "created": 1517922729,
21
+ "currency": "usd",
22
+ "evidence": {
23
+ "access_activity_log": null,
24
+ "billing_address": null,
25
+ "cancellation_policy": null,
26
+ "cancellation_policy_disclosure": null,
27
+ "cancellation_rebuttal": null,
28
+ "customer_communication": null,
29
+ "customer_email_address": null,
30
+ "customer_name": null,
31
+ "customer_purchase_ip": null,
32
+ "customer_signature": null,
33
+ "duplicate_charge_documentation": null,
34
+ "duplicate_charge_explanation": null,
35
+ "duplicate_charge_id": null,
36
+ "product_description": null,
37
+ "receipt": null,
38
+ "refund_policy": null,
39
+ "refund_policy_disclosure": null,
40
+ "refund_refusal_explanation": null,
41
+ "service_date": null,
42
+ "service_documentation": null,
43
+ "shipping_address": null,
44
+ "shipping_carrier": null,
45
+ "shipping_date": null,
46
+ "shipping_documentation": null,
47
+ "shipping_tracking_number": null,
48
+ "uncategorized_file": null,
49
+ "uncategorized_text": null
50
+ },
51
+ "evidence_details": {
52
+ "due_by": 1519603199,
53
+ "has_evidence": false,
54
+ "past_due": false,
55
+ "submission_count": 0
56
+ },
57
+ "is_charge_refundable": false,
58
+ "livemode": false,
59
+ "metadata": {
60
+ },
61
+ "reason": "general",
62
+ "status": "needs_response"
63
+ }
64
+ }
65
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "created": 1326853478,
3
+ "livemode": false,
4
+ "id": "evt_00000000000000",
5
+ "type": "charge.dispute.funds_withdrawn",
6
+ "object": "event",
7
+ "request": null,
8
+ "pending_webhooks": 1,
9
+ "api_version": "2018-01-23",
10
+ "data": {
11
+ "object": {
12
+ "id": "dp_00000000000000",
13
+ "object": "dispute",
14
+ "amount": 1000,
15
+ "balance_transaction": "txn_00000000000000",
16
+ "balance_transactions": [
17
+
18
+ ],
19
+ "charge": "ch_00000000000000",
20
+ "created": 1517922760,
21
+ "currency": "usd",
22
+ "evidence": {
23
+ "access_activity_log": null,
24
+ "billing_address": null,
25
+ "cancellation_policy": null,
26
+ "cancellation_policy_disclosure": null,
27
+ "cancellation_rebuttal": null,
28
+ "customer_communication": null,
29
+ "customer_email_address": null,
30
+ "customer_name": null,
31
+ "customer_purchase_ip": null,
32
+ "customer_signature": null,
33
+ "duplicate_charge_documentation": null,
34
+ "duplicate_charge_explanation": null,
35
+ "duplicate_charge_id": null,
36
+ "product_description": null,
37
+ "receipt": null,
38
+ "refund_policy": null,
39
+ "refund_policy_disclosure": null,
40
+ "refund_refusal_explanation": null,
41
+ "service_date": null,
42
+ "service_documentation": null,
43
+ "shipping_address": null,
44
+ "shipping_carrier": null,
45
+ "shipping_date": null,
46
+ "shipping_documentation": null,
47
+ "shipping_tracking_number": null,
48
+ "uncategorized_file": null,
49
+ "uncategorized_text": null
50
+ },
51
+ "evidence_details": {
52
+ "due_by": 1519603199,
53
+ "has_evidence": false,
54
+ "past_due": false,
55
+ "submission_count": 0
56
+ },
57
+ "is_charge_refundable": false,
58
+ "livemode": false,
59
+ "metadata": {
60
+ },
61
+ "reason": "general",
62
+ "status": "needs_response"
63
+ }
64
+ }
65
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "created": 1326853478,
3
+ "livemode": false,
4
+ "id": "evt_00000000000000",
5
+ "type": "charge.dispute.updated",
6
+ "object": "event",
7
+ "request": null,
8
+ "pending_webhooks": 1,
9
+ "api_version": "2018-01-23",
10
+ "data": {
11
+ "object": {
12
+ "id": "dp_00000000000000",
13
+ "object": "dispute",
14
+ "amount": 1000,
15
+ "balance_transaction": "txn_00000000000000",
16
+ "balance_transactions": [
17
+
18
+ ],
19
+ "charge": "ch_00000000000000",
20
+ "created": 1517922776,
21
+ "currency": "usd",
22
+ "evidence": {
23
+ "access_activity_log": null,
24
+ "billing_address": null,
25
+ "cancellation_policy": null,
26
+ "cancellation_policy_disclosure": null,
27
+ "cancellation_rebuttal": null,
28
+ "customer_communication": null,
29
+ "customer_email_address": null,
30
+ "customer_name": null,
31
+ "customer_purchase_ip": null,
32
+ "customer_signature": null,
33
+ "duplicate_charge_documentation": null,
34
+ "duplicate_charge_explanation": null,
35
+ "duplicate_charge_id": null,
36
+ "product_description": null,
37
+ "receipt": null,
38
+ "refund_policy": null,
39
+ "refund_policy_disclosure": null,
40
+ "refund_refusal_explanation": null,
41
+ "service_date": null,
42
+ "service_documentation": null,
43
+ "shipping_address": null,
44
+ "shipping_carrier": null,
45
+ "shipping_date": null,
46
+ "shipping_documentation": null,
47
+ "shipping_tracking_number": null,
48
+ "uncategorized_file": null,
49
+ "uncategorized_text": "Here is some evidence"
50
+ },
51
+ "evidence_details": {
52
+ "due_by": 1519603199,
53
+ "has_evidence": false,
54
+ "past_due": false,
55
+ "submission_count": 0
56
+ },
57
+ "is_charge_refundable": false,
58
+ "livemode": false,
59
+ "metadata": {
60
+ },
61
+ "reason": "general",
62
+ "status": "under_review"
63
+ },
64
+ "previous_attributes": {
65
+ "evidence": {
66
+ "access_activity_log": null,
67
+ "billing_address": null,
68
+ "cancellation_policy": null,
69
+ "cancellation_policy_disclosure": null,
70
+ "cancellation_rebuttal": null,
71
+ "customer_communication": null,
72
+ "customer_email_address": null,
73
+ "customer_name": null,
74
+ "customer_purchase_ip": null,
75
+ "customer_signature": null,
76
+ "duplicate_charge_documentation": null,
77
+ "duplicate_charge_explanation": null,
78
+ "duplicate_charge_id": null,
79
+ "product_description": null,
80
+ "receipt": null,
81
+ "refund_policy": null,
82
+ "refund_policy_disclosure": null,
83
+ "refund_refusal_explanation": null,
84
+ "service_date": null,
85
+ "service_documentation": null,
86
+ "shipping_address": null,
87
+ "shipping_carrier": null,
88
+ "shipping_date": null,
89
+ "shipping_documentation": null,
90
+ "shipping_tracking_number": null,
91
+ "uncategorized_file": null,
92
+ "uncategorized_text": "Old uncategorized text"
93
+ }
94
+ }
95
+ }
96
+ }