chargehound 2.2.1 → 2.2.2
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.
- checksums.yaml +5 -5
- data/.travis.yml +5 -4
- data/CHANGELOG +2 -0
- data/chargehound.gemspec +1 -1
- data/lib/chargehound/disputes.rb +5 -4
- data/lib/chargehound/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: cf8e5d4adb46300517793dc66475bab9b728ae16155c6a4ed312ba6f1d48a3e7
|
|
4
|
+
data.tar.gz: c8fc83fc445984adfa3f03e3c5eb515e1697efdbec155e6473f51310feed5fda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab9fa1a35c8dc12718af122d2c4d420f0481a58c161684ef3e5516096329e8afa71d45f9d96372029190391ac57ea15043c4fdb19e29f0830b0f193e80db3e43
|
|
7
|
+
data.tar.gz: e95bf47d753b4fea57b7b9997b0c2c8f6902efa98e51b0379f8ad3d33eb91f282f6dc7eaf6591507261e1cc58d9c56a76d0f0e3dea05330f067572738e910e2c
|
data/.travis.yml
CHANGED
data/CHANGELOG
CHANGED
data/chargehound.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.email = ['support@chargehound.com']
|
|
12
12
|
spec.homepage = 'https://www.chargehound.com'
|
|
13
13
|
spec.summary = 'Ruby bindings for the Chargehound API'
|
|
14
|
-
spec.description = 'Automatically fight disputes
|
|
14
|
+
spec.description = 'Automatically fight disputes'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
spec.add_development_dependency 'bundler', '~> 1.5'
|
data/lib/chargehound/disputes.rb
CHANGED
|
@@ -11,7 +11,8 @@ module Chargehound
|
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
# A list of disputes
|
|
14
|
-
# This endpoint will list all the disputes that we have synced from
|
|
14
|
+
# This endpoint will list all the disputes that we have synced from your
|
|
15
|
+
# payment processor.
|
|
15
16
|
# By default the disputes will be ordered by `created` with the most recent
|
|
16
17
|
# dispute first. { }`has_more` will be `true` if more results are available.
|
|
17
18
|
# @option [Hash] params the query parameters
|
|
@@ -37,9 +38,9 @@ module Chargehound
|
|
|
37
38
|
|
|
38
39
|
# Submitting a dispute
|
|
39
40
|
# You will want to submit the dispute through Chargehound after you recieve
|
|
40
|
-
# a notification
|
|
41
|
-
# you can update a dispute with the evidence fields and
|
|
42
|
-
# response
|
|
41
|
+
# a webhook notification of a new dispute. With one `POST` request
|
|
42
|
+
# you can update a dispute with the evidence fields and submit the generated
|
|
43
|
+
# response.
|
|
43
44
|
# The response will have a `201` status if the submit was successful.
|
|
44
45
|
# The dispute will also be in the submitted state.
|
|
45
46
|
# @param dispute_id A dispute id
|
data/lib/chargehound/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chargehound
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chargehound
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '2.3'
|
|
83
|
-
description: Automatically fight disputes
|
|
83
|
+
description: Automatically fight disputes
|
|
84
84
|
email:
|
|
85
85
|
- support@chargehound.com
|
|
86
86
|
executables: []
|
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
130
|
rubyforge_project:
|
|
131
|
-
rubygems_version: 2.6
|
|
131
|
+
rubygems_version: 2.7.6
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 4
|
|
134
134
|
summary: Ruby bindings for the Chargehound API
|