rails-gp-webpay 0.2.3 → 0.2.4

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: 5dc1dfcd0fd2a4f7fcb8cb988aab6d4fe9a97c25c583bae6b1152cc60a96d351
4
- data.tar.gz: 30b30ee89e2fff8b84f33e60f34c321c647b479b2c7605e2766213a3f334df53
3
+ metadata.gz: 7caabd56b08f1dfb22f11c8adf9ae7203f7168e519f61053e0f6824c8df6de24
4
+ data.tar.gz: 7407825456302d22c9b805009e3f77d89643c70b09d7627effa57c89b6f82177
5
5
  SHA512:
6
- metadata.gz: c161135d1e53f089f7d85f9bb564630c61aec1389fd5d2b8a4a3bcbe3fa222780b34f3b674682cb050aa6c605e37e75105aa93690d996b4ea4af284fb8a0f116
7
- data.tar.gz: d12a30aea8d02467d5e489b2bc819368b3ac9e6bd96265ce233ed377651a885006816b4baa2ecc979a5c5c51374fd7f07249d26ed56e89ffceca13fafcb4d022
6
+ metadata.gz: dfa85755e1d2295c46eafe73d280cc1fd4ececb9702931b45e5c0de9ac3dbdc30137eb88a4838ff3e3fab99b06d6618f4189900861635188eb02f15cc2a10239
7
+ data.tar.gz: c5b76adde49e69714308289a70b3dfd8cd8f08fbdd67d0a0073063b0f0518657fd1c27490b01650780a4d26b0f17d7b74a46928be89e48fa2db5a2b9b45e1724
data/changelog.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.4
4
+ Increase savon timeout to 5 minutes
5
+
3
6
  ## 0.2.2
4
7
  Add merchant number to stubs
5
8
 
@@ -1,3 +1,3 @@
1
1
  module GpWebpay
2
- VERSION = '0.2.3'.freeze
2
+ VERSION = '0.2.4'.freeze
3
3
  end
@@ -54,7 +54,11 @@ module GpWebpay
54
54
  end
55
55
 
56
56
  def client
57
- @client ||= Savon.client(wsdl: config.wsdl_file, endpoint: config.ws_url, pretty_print_xml: true)
57
+ @client ||= Savon.client(wsdl: config.wsdl_file,
58
+ endpoint: config.ws_url,
59
+ pretty_print_xml: true,
60
+ open_timeout: 300,
61
+ read_timeout: 300)
58
62
  end
59
63
 
60
64
  def rescue_from_http(error)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-gp-webpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lubomir Vnenk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-04 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport