paytm-merchant 0.2 → 0.2.1

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: 446ec3210601afb50b53fff81af88086739e3d64
4
- data.tar.gz: 1bf046b041205cce69719f384b5d07bb269fa70c
3
+ metadata.gz: b92b4e77bcffb58ebe5d14c2aee5f04940d98521
4
+ data.tar.gz: 71f109d2ceab29fd8f6fa551e1500ab06eca593b
5
5
  SHA512:
6
- metadata.gz: aeadf4a5e56f6ea21b422c7222da26fd629773f2447d6070bf000c250179eb52b56661e49a6c81687d4b9ab3d711d6f1b8f998b0174d062dd747abef2b89b266
7
- data.tar.gz: ee6b371b15d6a2608fe402ec9d45fd4d3d1cda4047737726e65fd95c6765474f8e9adca06aa27e30a5d6a1152134a1dde19e32a3d09bd1d7427a57ca5bbe84e9
6
+ metadata.gz: 69960561bbf5c810ec44a40df4de8abbaa3799cca603cc7a1d3b3d9c25ccfff28dde7a5aac2f93a2d7ff8b52b68747f7d5cd93dd931094d8e33da17aa5f657b6
7
+ data.tar.gz: b9d18d63f4b8f2023bcb3ce76987ca15c40a18a5573a7dd478e68945916c7a82fa40ddb8a17c6d26f32d9653c281ea83efdd144bab6d1bcd757701ebc2e1d2af
@@ -55,7 +55,11 @@ module PayTM
55
55
 
56
56
  @response = self.class.post(
57
57
  End_Points[:salestouser],
58
- { body: paytm_request_body(options).to_json, headers: paytm_request_headers }
58
+ {
59
+ body: paytm_request_body(options).to_json,
60
+ headers: paytm_request_headers,
61
+ verify: options[:verify]
62
+ }
59
63
  )
60
64
  end
61
65
 
@@ -65,7 +69,8 @@ module PayTM
65
69
  End_Points[:checkstatus],
66
70
  {
67
71
  body: check_transaction_body.to_json,
68
- headers: paytm_check_transation_status_header(check_transaction_body)
72
+ headers: paytm_check_transation_status_header(check_transaction_body),
73
+ verify: options[:verify]
69
74
  }
70
75
  )
71
76
  end
@@ -1,5 +1,5 @@
1
1
  module PayTM
2
2
  module Merchant
3
- VERSION = '0.2'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paytm-merchant
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sachin