proxypay 0.1.6 → 0.1.7
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 +4 -4
- data/README.md +1 -1
- data/lib/proxypay/version.rb +1 -1
- data/lib/proxypay.rb +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73da497ba92efa4e5d4e1e1ba839ddc40dd230c2
|
|
4
|
+
data.tar.gz: b753fc5ce219281dbd801d2d27c62c473b030456
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3750f0b57ffc790a85c36ea27a6d956f6ef62e19e7687071d017b3c513452230309d0d4dd7b189685cc79f751096c30fd9daedb4f9cb781340ccbb5060b48534
|
|
7
|
+
data.tar.gz: f40963b98bb6bc1086ffaed77002a8ee8b3df9ccc6b94f652880f212056792707034b6763da5f4d5d66fd52c3b7339c288899169c45757a20dd749551349c145
|
data/README.md
CHANGED
|
@@ -59,7 +59,7 @@ Proxypay.new_payments(ids)
|
|
|
59
59
|
|
|
60
60
|
## Help and Docs
|
|
61
61
|
- [ProxyPay API](https://developer.proxypay.co.ao)
|
|
62
|
-
- [RDOC](http://www.rubydoc.info/gems/proxypay/0.1.
|
|
62
|
+
- [RDOC](http://www.rubydoc.info/gems/proxypay/0.1.7)
|
|
63
63
|
|
|
64
64
|
## Development
|
|
65
65
|
- You can fork the project
|
data/lib/proxypay/version.rb
CHANGED
data/lib/proxypay.rb
CHANGED
|
@@ -33,9 +33,8 @@ module Proxypay
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# Acknowledge a payment by submitting his ID
|
|
36
|
-
def self.new_payment(id
|
|
37
|
-
|
|
38
|
-
delete("/events/payments/#{id}", options).parsed_response
|
|
36
|
+
def self.new_payment(id)
|
|
37
|
+
delete("/events/payments/#{id}", :basic_auth => authenticate).parsed_response
|
|
39
38
|
end
|
|
40
39
|
|
|
41
40
|
# Acknowledge multiple payments by submitting an array of ids
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: proxypay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergio Maziano
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|