braintree 2.77.0 → 2.78.0

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: f91adc9f9c4c198e0a23a83d154ed5dec5c1a90e
4
- data.tar.gz: fe219448f54a560983e11cd15062abe6c89da036
3
+ metadata.gz: 4ff2f57752c2090e56f153c4b590152f48034845
4
+ data.tar.gz: 2ccc9d6fdf906b351347c2c078756a12bd2eb51b
5
5
  SHA512:
6
- metadata.gz: d337708211ff819d6db66faa86e5b60a06bf8e539de8df21b5f38cff8dfbd941908c628155dbbb69b63b13ad25d778dfae72f876e4fcbe97afd8c665c5901bff
7
- data.tar.gz: fcdeb5b27036b32e6c3f0380e4885ef38640ed94d0e8486b624cf7908dd33a8c12dbcc0082a1c3456fc03ab2df90b4ee2d6b117fbb81e74bdd61fc4bcabebbcf
6
+ metadata.gz: 7836928d15d3627bad6d2fddb76c997a79d180c53cb2786be2a60e0d2fa165d3908f386cbd2b33e7c1651acd4c58586850badfc47c7524a9b36b4acf605c2f18
7
+ data.tar.gz: 8eece8b27a133e15d677e95f609ca4bf93d4974a6b716f872c97b37c14d47868999b50bd725cf275519bdf650606da9dedd79814fe389bc39e9f501fc5e19642
@@ -181,7 +181,7 @@ module Braintree
181
181
  {:descriptor => [:name, :phone, :url]},
182
182
  {:paypal_account => [:email, :token, :paypal_data, :payee_email]},
183
183
  {:industry => [:industry_type, {:data => [:folio_number, :check_in_date, :check_out_date, :travel_package, :lodging_check_in_date, :lodging_check_out_date, :departure_date, :lodging_name, :room_rate]}]},
184
- {:apple_pay_card => [:number, :cardholder_name, :cryptogram, :expiration_month, :expiration_year]},
184
+ {:apple_pay_card => [:number, :cardholder_name, :cryptogram, :expiration_month, :expiration_year, :eci_indicator]},
185
185
  {:android_pay_card => [:number, :cryptogram, :google_transaction_id, :expiration_month, :expiration_year, :source_card_type, :source_card_last_four, :eci_indicator]}
186
186
  ]
187
187
  end
@@ -1,7 +1,7 @@
1
1
  module Braintree
2
2
  module Version
3
3
  Major = 2
4
- Minor = 77
4
+ Minor = 78
5
5
  Tiny = 0
6
6
 
7
7
  String = "#{Major}.#{Minor}.#{Tiny}"
@@ -2736,6 +2736,7 @@ describe Braintree::Transaction do
2736
2736
  :cryptogram => "AAAAAAAA/COBt84dnIEcwAA3gAAGhgEDoLABAAhAgAABAAAALnNCLw==",
2737
2737
  :expiration_month => "10",
2738
2738
  :expiration_year => "14",
2739
+ :eci_indicator => "07",
2739
2740
  }
2740
2741
  }
2741
2742
  result = Braintree::Transaction.sale(params)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: braintree
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.77.0
4
+ version: 2.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Braintree
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-17 00:00:00.000000000 Z
11
+ date: 2017-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: builder
@@ -179,7 +179,6 @@ files:
179
179
  - spec/fixtures/files/gif_extension_bt_logo.gif
180
180
  - spec/fixtures/files/malformed_pdf.pdf
181
181
  - spec/hacks/tcp_socket.rb
182
- - spec/httpsd.pid
183
182
  - spec/integration/braintree/add_on_spec.rb
184
183
  - spec/integration/braintree/address_spec.rb
185
184
  - spec/integration/braintree/advanced_search_spec.rb
@@ -293,7 +292,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
292
  version: '0'
294
293
  requirements: []
295
294
  rubyforge_project: braintree
296
- rubygems_version: 2.4.5.1
295
+ rubygems_version: 2.6.12
297
296
  signing_key:
298
297
  specification_version: 4
299
298
  summary: Braintree Gateway Ruby Client Library
@@ -1 +0,0 @@
1
- 3946