activemerchant-argus 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2793fae26729cb151dd4f86b71d5a2c841904fd5120c8d2e16d7c27c528408e9
|
4
|
+
data.tar.gz: 59cc6da76085b5409ecd2c589d64a01d6b5ec44cc6e12e772084829805683bc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88268731ca98162da5e403e0e88262d650e3dfd6506c3015349d39a40baa3d52ba2f444263429f07e73ebb0aad65c9dfd281b63aba5bf13967fdc5ff353dcf62
|
7
|
+
data.tar.gz: 74d597b09f70cb3d4fbba77d7bcc1c9b441cece93a42c0af3a31fe77bd2415354f9b3bb8f23d1796b49009e592f9516446542b70110d8d7a26326f26c8b9a98e
|
@@ -6,8 +6,8 @@ module ActiveMerchant #:nodoc:
|
|
6
6
|
class ArgusGateway < Gateway
|
7
7
|
include Empty
|
8
8
|
|
9
|
-
self.test_url = 'https://
|
10
|
-
self.live_url = 'https://
|
9
|
+
self.test_url = 'https://api.inoviopay.com/payment/pmt_service.cfm'
|
10
|
+
self.live_url = 'https://api.inoviopay.com/payment/pmt_service.cfm'
|
11
11
|
|
12
12
|
self.supported_countries = ['US']
|
13
13
|
self.default_currency = 'USD'
|
@@ -199,8 +199,8 @@ module ActiveMerchant #:nodoc:
|
|
199
199
|
|
200
200
|
def post_data(action, parameters = {})
|
201
201
|
parameters[:request_action] = action
|
202
|
-
parameters[:request_api_version] = 3.6
|
203
|
-
|
202
|
+
parameters[:request_api_version] = 3.6
|
203
|
+
parameters[:request_response_format] = 'JSON'
|
204
204
|
parameters.merge!(credentials).to_post_data
|
205
205
|
end
|
206
206
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activemerchant-argus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piers Chambers
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemerchant
|
@@ -80,7 +80,7 @@ dependencies:
|
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '1'
|
83
|
-
description:
|
83
|
+
description:
|
84
84
|
email:
|
85
85
|
- piers@varyonic.com
|
86
86
|
executables: []
|
@@ -105,7 +105,7 @@ homepage: https://github.com/varyonic/activemerchant-argus
|
|
105
105
|
licenses:
|
106
106
|
- MIT
|
107
107
|
metadata: {}
|
108
|
-
post_install_message:
|
108
|
+
post_install_message:
|
109
109
|
rdoc_options: []
|
110
110
|
require_paths:
|
111
111
|
- lib
|
@@ -120,8 +120,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
- !ruby/object:Gem::Version
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
|
-
rubygems_version: 3.
|
124
|
-
signing_key:
|
123
|
+
rubygems_version: 3.2.15
|
124
|
+
signing_key:
|
125
125
|
specification_version: 4
|
126
126
|
summary: Active Merchant extension to support Inovio payment gateway (f.k.a. Argus)
|
127
127
|
test_files: []
|