tessitura_rest 1.3 → 1.3.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
  SHA256:
3
- metadata.gz: 1a04569767581e4c1fa6e41aa2245220792d3a2ff9ae19a7906509bc33b999cd
4
- data.tar.gz: c1460e19f9914dc471dced8b9aef2443785e3d9a903caefdb554f50f9e96dff8
3
+ metadata.gz: ca0119887a9d92d5ca50c64105f084ab8652273a0c4aa86a77b2724d16b14bd4
4
+ data.tar.gz: b215c926c48c66b7df8375254b3212d14f505e42f0a8805fb110b05168277229
5
5
  SHA512:
6
- metadata.gz: a517fa329a6c6edb500830e0d1cc189390c71753163f6b0bf94437e5c8e70f969dbc92021aee82896d1b687c9a7ed2c9aaf17322e8ff67d4a0b473ebdc06b494
7
- data.tar.gz: eda0abc9317c005b5a0230c12d51877ae767b33a225977ebaf6230cc201ba72c4225e82a79b5def7bc0e5ba7c99a52f19b5f7492e97684700fa19a52b0d643fc
6
+ metadata.gz: 5668e2b3427330bc74a81d4d6e92e7b1d5031b8c199464a540e0d4c3288641f34a69a261bd9e1291fcb537793ba125468cf22685121a5a9ecb3914a435e8e23c
7
+ data.tar.gz: f8ac7486bbfe1d3fac9288a0a2c5112a09af0d60275e43050686539543e654c2289174bbb01eca1f5628ec6caa9d2e7d34152a27a2d8be69451348825f7905b8
@@ -4,6 +4,7 @@ module PaymentComponent
4
4
  {
5
5
  'Amount': amount,
6
6
  'ConstituentId': constituent,
7
+ 'CardBrandsToInclude': ['amex', 'mc', 'visa', 'discover'],
7
8
  }
8
9
  options.merge!(basic_auth: @auth, headers: @headers)
9
10
  options.merge!(:body => parameters)
@@ -1,7 +1,8 @@
1
1
  module PaymentGateway
2
- def authorize_payment(amount, payload, payment_id, return_url, constituent_id, options = {})
2
+ def authorize_payment(amount, store_card, payload, payment_id, return_url, constituent_id, options = {})
3
3
  parameters = {
4
4
  'Amount': amount,
5
+ 'StoreAccount': store_card,
5
6
  'Card': {
6
7
  'TessituraMerchantServicesData': payload,
7
8
  },
@@ -1,3 +1,3 @@
1
1
  class TessituraRest
2
- VERSION = '1.3'.freeze
2
+ VERSION = '1.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tessitura_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.3'
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brittany Martin, Danielle Greaves, Craig Donavin, Patrick FitzGerald
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-27 00:00:00.000000000 Z
11
+ date: 2023-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler