offsite_payments 2.7.14 → 2.7.15

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
  SHA256:
3
- metadata.gz: 1bc4531ed0ce30dfccdf87dfeba05cfa0c546a729d51ace52ab1b3b2f39b6f14
4
- data.tar.gz: c5beb060a74becd03b15edaeb01154284a3638e2cc6268b3457b637c9e2aa301
3
+ metadata.gz: b08eae660757656fe9f67b2c2cc31dd8812bd20bb655f0f0a99d98a5ec15ed25
4
+ data.tar.gz: 3f660794dae2b6ae8c6a0584d22f1c47e21bf609863ef65c3ab720b383d65737
5
5
  SHA512:
6
- metadata.gz: b2f8e5cc845d37ef693636ff111f7ca2255ca33fecb39e4f8d87e7c49a089ead21e917d15571769ee478fece7d044fe699a04f04f7d28c2e87dbbd6ca90c7522
7
- data.tar.gz: 46c08d37fabc1f3d1d3398a4b9e6e21cc659b9aa65f7391c445db3914d965609496462630e181efa469ca4349493ba4a9e00547bbb763e620544aaa953003a0c
6
+ metadata.gz: 37ea3d57a832e4c077445054584b61ad32e7860835beebd79dcf703a5bd8db0938f7aaf9f1bb3313a710f11aca6fba929ce10590f678f793d8215babb202946d
7
+ data.tar.gz: 2771bd599f5642e9353668d8190c5869a8b7b48ebded85cc3bc23df7c37c0312d5c07899429574c3795194f85c0186e922c9726582c55830829d6efd8d500977
@@ -13,7 +13,7 @@ module OffsitePayments #:nodoc:
13
13
  # self.production_url = 'https://secure.paytm.in/oltp-web/processTransaction'
14
14
 
15
15
  self.test_url = 'https://securegw-stage.paytm.in/theia/processTransaction'
16
- self.production_url = 'https://securegw.paytm.in/theia/processTransaction'
16
+ self.production_url = 'https://securegw.paytm.in/order/process'
17
17
 
18
18
  def self.service_url
19
19
  OffsitePayments.mode == :production ? production_url : test_url
@@ -1,3 +1,3 @@
1
1
  module OffsitePayments
2
- VERSION = "2.7.14"
2
+ VERSION = "2.7.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: offsite_payments
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.14
4
+ version: 2.7.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke