barzahlen 2.0.0 → 2.1.0

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
- SHA1:
3
- metadata.gz: ba4379a6be0c31f8284c55d814bf82c97aa4a011
4
- data.tar.gz: 9f28715903860a7685dc5fc32c0e734322b376ca
2
+ SHA256:
3
+ metadata.gz: aedcb4e68d434056565a45b4de712ff61e56f7af5455a49b589f514875937c18
4
+ data.tar.gz: 0f042a67609968e4280505079bdf62d3486e3ac843bf326d75566cc8d19b6c3f
5
5
  SHA512:
6
- metadata.gz: 399821910a344a8568298987061ba410fc5a4917c89f0dcad08c8e395570546c2eca6f3f2abd5c99186221d7ae0e1db5fef121354f3cd0f7504ad3d8c8c671f0
7
- data.tar.gz: 671aa7a285cbda33132585721adcee37c8002067dc18e2d7da076d8266ca518d41af087b0c9d74a22dfc9b47ea5080aa0f1df0fec618afd46a93ea4dfbc0ff1a
6
+ metadata.gz: 3a5ed777df1081af82b20d6543b960e4daa11d1a97c46a39815da9009997558cd05a067f3413afb27ca70e5d4af14719d55edfa11580270f68133cff47378766
7
+ data.tar.gz: 1f7714e1651870f85bda392ed9fa1e7c63d9b37b0d94c2dc261c2bdcaa671e783dd9bd8aec22049193ac0c40a105fab740533c5d5901d6e9a5a935941551ba60
@@ -1,7 +1,7 @@
1
1
  module Barzahlen
2
2
  class Configuration
3
- API_HOST = "https://api.barzahlen.de/v2"
4
- API_HOST_SANDBOX = "https://api-sandbox.barzahlen.de/v2"
3
+ API_HOST = "https://api.viafintech.com/v2"
4
+ API_HOST_SANDBOX = "https://api-sandbox.viafintech.com/v2"
5
5
 
6
6
  attr_accessor :sandbox
7
7
  attr_accessor :division_id
@@ -102,8 +102,8 @@ module Barzahlen
102
102
 
103
103
  error_hash[:error_class] ||= "Unexpected_Error"
104
104
  error_hash[:error_code] ||= "Unknown error code (body): \"#{body.to_s}\""
105
- error_hash[:message] ||= "Please contact CPS to help us fix that as soon as possible."
106
- error_hash[:documentation_url] ||= "https://www.cashpaymentsolutions.com/de/geschaeftskunden/kontakt"
105
+ error_hash[:message] ||= "Please contact viafintech to help us fix that as soon as possible."
106
+ error_hash[:documentation_url] ||= "https://www.viafintech.com/contact/"
107
107
  error_hash[:request_id] ||= "not_available"
108
108
 
109
109
  error_hash
@@ -1,3 +1,3 @@
1
1
  module Barzahlen
2
- VERSION = "2.0.0"
2
+ VERSION = '2.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barzahlen
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Leib
8
- autorequire:
8
+ - Tobias Schoknecht
9
+ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2016-04-27 00:00:00.000000000 Z
12
+ date: 2021-03-04 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rake
@@ -16,14 +17,14 @@ dependencies:
16
17
  requirements:
17
18
  - - "~>"
18
19
  - !ruby/object:Gem::Version
19
- version: 10.4.1
20
+ version: 13.0.1
20
21
  type: :development
21
22
  prerelease: false
22
23
  version_requirements: !ruby/object:Gem::Requirement
23
24
  requirements:
24
25
  - - "~>"
25
26
  - !ruby/object:Gem::Version
26
- version: 10.4.1
27
+ version: 13.0.1
27
28
  - !ruby/object:Gem::Dependency
28
29
  name: rspec
29
30
  requirement: !ruby/object:Gem::Requirement
@@ -66,9 +67,9 @@ dependencies:
66
67
  - - "~>"
67
68
  - !ruby/object:Gem::Version
68
69
  version: 2.2.1
69
- description: This is a ruby gem to access the Barzahlen API v2.
70
+ description: This is a ruby gem to access the viafintech API v2.
70
71
  email:
71
- - david.leib@barzahlen.de
72
+ - tobias.schoknecht@viafintech.com
72
73
  executables: []
73
74
  extensions: []
74
75
  extra_rdoc_files: []
@@ -83,7 +84,7 @@ homepage: ''
83
84
  licenses:
84
85
  - MIT
85
86
  metadata: {}
86
- post_install_message:
87
+ post_install_message:
87
88
  rdoc_options: []
88
89
  require_paths:
89
90
  - lib
@@ -98,9 +99,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
99
  - !ruby/object:Gem::Version
99
100
  version: '0'
100
101
  requirements: []
101
- rubyforge_project:
102
- rubygems_version: 2.2.2
103
- signing_key:
102
+ rubygems_version: 3.0.6
103
+ signing_key:
104
104
  specification_version: 4
105
- summary: Client gem for API Barzahlen v2.
105
+ summary: Client gem for viafintech API v2.
106
106
  test_files: []