killbill-paypal-express 5.0.9 → 5.0.10

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: eab4c199aba352c1a02eabd9f3b6a4709df3ce06
4
- data.tar.gz: fe35eae96c5ceeafab668c82d6e4b680552eb541
3
+ metadata.gz: 9de38af01beeb4e23a75b92e14b66964395942c1
4
+ data.tar.gz: 080e677a51da62d270b338321fb9e634b0faa80a
5
5
  SHA512:
6
- metadata.gz: a62c822d00ed245d95495233aa5b5bbe46d581bec418328543967a989cbf47aade0de8a5a85e2dc6274a0b542048c81b497338e76bc52070c8caf08135bb6e65
7
- data.tar.gz: c9562765d59370baababb0bf5c6a7c0861b8bb4a8896445844ad35e90aa87dbd3bacb66cf528432e5c43a2f55882778d139d9297e77b911252e9de24b07cdf9a
6
+ metadata.gz: 273ff0d4fe2126034642e389c943658e8cf6205b7cbdb9a3656365749948490d621b35763638128acc5785b8e81bfeb33322c74d39560d88137b94aef8084b17
7
+ data.tar.gz: 43b9c1e0af4f871bf062a2f85dd5129c453b0b16f7618436a50cfe06c55e07a1c741d066f15bceff7daa072769bf914ac98ffd41c8c198c4aed3fc324c5341d0
@@ -25,8 +25,8 @@ module Killbill #:nodoc:
25
25
 
26
26
  if with_baid
27
27
  options[:billing_agreement] ||= {}
28
- options[:billing_agreement][:type] ||= 'MerchantInitiatedBilling'
29
- options[:billing_agreement][:description] ||= 'Kill Bill billing agreement'
28
+ options[:billing_agreement][:type] ||= options[:billing_agreement_type] || 'MerchantInitiatedBilling'
29
+ options[:billing_agreement][:description] ||= options[:billing_agreement_description] || 'Kill Bill billing agreement'
30
30
  end
31
31
 
32
32
  # Go to Paypal (SetExpressCheckout call)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-paypal-express
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.9
4
+ version: 5.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kill Bill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-14 00:00:00.000000000 Z
11
+ date: 2019-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement