offsite_payments 2.7.5 → 2.7.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9952e1ee49372892fbb3f4b7f3114f58b857fcb
4
- data.tar.gz: 10aa54a2d1b8b5041bd362955c5ab88ea3dffe32
3
+ metadata.gz: dad8e59eecced411e061c7773e4a1eae21382af8
4
+ data.tar.gz: d309775326410ef3af831371004bac7b91d51eac
5
5
  SHA512:
6
- metadata.gz: 5669f57fb9e86bcdcd691dd837a7dcf70a8b44fd4a07da2f30e607412c6fffb840cceb6fba5b07274eced324e7d7fbdabf6de387baabbfbee8e919455f41b4f5
7
- data.tar.gz: 6d4feddce25300c3c5a04665e23794b12c8db4905b8b28c55e1e2f1c21e8ecc3f25e740851db762bdbce82cd85240920e4381f84e1f2981b4cec0628049ee46a
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
@@ -1,3 +1,3 @@
1
1
  module OffsitePayments
2
- VERSION = "2.7.5"
2
+ VERSION = "2.7.6"
3
3
  end
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.5
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-06-20 00:00:00.000000000 Z
11
+ date: 2018-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport