paypoint-blue 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e662703195b0e1509bcf9b73e7d32c185e6cae5
4
- data.tar.gz: 05e6c11ff4136c7122615a566fad6b2a25898a98
3
+ metadata.gz: 989c17bf88c7d68e02134ca98e6a057b75ac95a5
4
+ data.tar.gz: 5e83d698ea9387d47c2dd1bcc9c59cd9eae2a518
5
5
  SHA512:
6
- metadata.gz: 129d593ae98e772f5f03dd2decc0a9d4c45e7c671b88a1d71c8c9ad584ee015a96a3a298fd6e6c83ca91b1ca398c78c4cb397eae6998f4d672c4ac3e9b298900
7
- data.tar.gz: 2af1fa0af18c43c231fd009040e1319443f0c8399a6bd931329c4cdd43ee8e21cfcd0dcb1addadc23bff34207034d01aa69cf33d8599c3651efe9d9e3e267986
6
+ metadata.gz: 1689cf98da0380b665e412da02d0811d939591938994bd703e73b4206a51f2a5c9ae95201b42fdc37d56e425c2b1674448639a67f93eecfe104c2f04346bd379
7
+ data.tar.gz: bcb9fc93840ccdaed4d4f0a35ef12d3f6a38e586f1a03a7bdc1e2af44036594be28352f276ab025f35c6ef40e2138790c97cd82b9f945792eb171973556ddaa4
@@ -3,7 +3,7 @@ require "paypoint/blue/base"
3
3
  # Client class for the API product.
4
4
  class PayPoint::Blue::API < PayPoint::Blue::Base
5
5
  ENDPOINTS = {
6
- test: "https://api.mite.pay360.com:2443/acceptor/rest",
6
+ test: "https://api.mite.pay360.com/acceptor/rest",
7
7
  live: "https://api.pay360.com/acceptor/rest",
8
8
  }.freeze
9
9
 
@@ -1,5 +1,5 @@
1
1
  module PayPoint
2
2
  module Blue
3
- VERSION = "1.0.0".freeze
3
+ VERSION = "1.0.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypoint-blue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laszlo Bacsi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-26 00:00:00.000000000 Z
11
+ date: 2017-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday