transact_pro 1.1.0 → 1.1.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: 28c8b3d76c94dc391ef973641485bdadfa1d8bae
4
- data.tar.gz: 2e3654bc9f6ce94bced070728fca7fc43f47b329
3
+ metadata.gz: 011c86b0a8665c94653648cf513db0934d918526
4
+ data.tar.gz: 0a2eca582f84e0734bb3c267aa8de19053d03ec0
5
5
  SHA512:
6
- metadata.gz: 5e5d6f17b3c13117ca3f596eab5bf93539bfbe6e03283c6f2a207a5e7f54a3c44224af271b2760be9a78be9ea402179f5e50c7b17107cc7fce459885067c6df6
7
- data.tar.gz: b71036ee0ae165a40cec6093ae27d31c280259d790fedeeb28b8c971a8d19fbe0470b11884329a992646667d17491d033dcef30a84c6d12e87b4923395e4d2b7
6
+ metadata.gz: b584e8f8f61484982dd2117d876a952c12f50f63838fb1f7e05f71d91000cf2d97c1c0db872628c25932b5cf087018b8a2fee21faa32801bed4641cdd2005fba
7
+ data.tar.gz: 12373ddb763909c7b2a181214a5a0c87338794839d7fdaad48f656f216032334d78a8ee5d2072a2083cf7e91bb6b3a365d3b825f7bb82b570bddab2ddf11939e
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.1.1] - 2018-02-27
8
+ ### Fixed
9
+ - Recurring inits now pass the `save_card: "1"` parameter and actually save card data.
10
+
7
11
  ## [1.1.0] - 2018-02-20
8
12
  ### Added
9
13
  - `LOOSENED_VALIDATIONS` gateway option.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- transact_pro (1.1.0)
4
+ transact_pro (1.1.1)
5
5
  rest-client (~> 2.0.2)
6
6
 
7
7
  GEM
@@ -122,7 +122,8 @@ module TransactPro
122
122
  INIT_RECURRING_REGISTRATION_DEFAULTS = INIT_DEFAULTS.
123
123
  dup.merge(save_card: "1").freeze
124
124
 
125
- LOOSENED_INIT_RECURRING_REGISTRATION_SPEC = LOOSENED_INIT_SPEC
125
+ LOOSENED_INIT_RECURRING_REGISTRATION_SPEC = LOOSENED_INIT_SPEC.
126
+ dup.merge(save_card: {mandatory: true, format: %r'\d+'}).freeze
126
127
 
127
128
  # 32. Table
128
129
  # Field Format Description
@@ -1,3 +1,3 @@
1
1
  module TransactPro
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transact_pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Epigene