offsite_payments 2.7.5 → 2.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/offsite_payments/integrations/paytm.rb +5 -2
- data/lib/offsite_payments/version.rb +1 -1
- 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: dad8e59eecced411e061c7773e4a1eae21382af8
|
4
|
+
data.tar.gz: d309775326410ef3af831371004bac7b91d51eac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1165feb7fbb8aa00377bdb0e207b66dc110b4b419d34c41dd758334a413faa21fdb69191a7a7b554a0db76d725ed8b8347ade473746d735bb3bfc2e978ac316
|
7
|
+
data.tar.gz: 84c62fa5fb42d32046a1e2963b1435aa2ffd31acc5d322a5d500be8ed9631f780b33e8146b0acfe4ceec62aa9720e1bd1f7d71283cbf33bf283a1b188d9df878
|
@@ -9,8 +9,11 @@ module OffsitePayments #:nodoc:
|
|
9
9
|
mattr_accessor :test_url
|
10
10
|
mattr_accessor :production_url
|
11
11
|
|
12
|
-
self.test_url = 'https://pguat.paytm.com/oltp-web/processTransaction'
|
13
|
-
self.production_url = 'https://secure.paytm.in/oltp-web/processTransaction'
|
12
|
+
# self.test_url = 'https://pguat.paytm.com/oltp-web/processTransaction'
|
13
|
+
# self.production_url = 'https://secure.paytm.in/oltp-web/processTransaction'
|
14
|
+
|
15
|
+
self.test_url = 'https://securegw-stage.paytm.in/theia/processTransaction'
|
16
|
+
self.production_url = 'https://securegw.paytm.in/theia/processTransaction'
|
14
17
|
|
15
18
|
def self.service_url
|
16
19
|
OffsitePayments.mode == :production ? production_url : test_url
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: offsite_payments
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.7.
|
4
|
+
version: 2.7.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Luetke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|