killbill-paypal-express 4.1.1 → 4.1.2

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: 58c47311e18ec40687c9e85d8f2e5b5c3072a254
4
- data.tar.gz: 756b5fbee2637f0ae22f02e323570af951af1b5f
3
+ metadata.gz: 0272226dd57a3807c6e6b92fa8ce4343170e5990
4
+ data.tar.gz: b270eedffc900003c247412f6ec23eb8270b833c
5
5
  SHA512:
6
- metadata.gz: b6a0cab124d70c4beadd4606ee237ac5b3c338282a3fa8c34e505fa79b4baebe766783a43b007d073240c0aaf549984c0b71ceeb30eae72ee97782eb60147def
7
- data.tar.gz: 8a10a1ef31c4a12953b68b9d91931654fc2eab6ace28e472562bc56c54423fa2ed0c7ff436843ca088c8396b663d6ecf9b4ee15f64029b676b2022265bc726c4
6
+ metadata.gz: 7d914623be7ecbe94d1e47b128d75720610cd24d2b74224c9f7fa4c4e06d931678326d6f44bce61b7aa71320cc508c395d36ce105fc9d14548096c58a6ab8dfc
7
+ data.tar.gz: 1149ded1259435470009aec193e42b90d12b437211bd73e7511900ae875dbb088f7e224d67293b209ee72fa0d8cc4d5c4fb334c797ca40d174a824d95b67aa96
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- killbill-paypal-express (4.1.1)
4
+ killbill-paypal-express (4.1.2)
5
5
  actionpack (~> 4.1.0)
6
6
  actionview (~> 4.1.0)
7
7
  activemerchant (~> 1.53.0)
data/NEWS CHANGED
@@ -1,3 +1,6 @@
1
+ 4.1.2
2
+ Configure ButtonSource parameter
3
+
1
4
  4.1.1
2
5
  Add support for max_amount parameter
3
6
  Update message column in paypal_express_reponses to text
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.1.1
1
+ 4.1.2
@@ -4,6 +4,7 @@ module Killbill #:nodoc:
4
4
 
5
5
  def initialize
6
6
  gateway_builder = Proc.new do |config|
7
+ ::ActiveMerchant::Billing::PaypalExpressGateway.application_id = config[:button_source] || 'killbill_SP'
7
8
  ::ActiveMerchant::Billing::PaypalExpressGateway.new :signature => config[:signature],
8
9
  :login => config[:login],
9
10
  :password => config[:password]
data/pom.xml CHANGED
@@ -26,7 +26,7 @@
26
26
  <groupId>org.kill-bill.billing.plugin.ruby</groupId>
27
27
  <artifactId>paypal-express-plugin</artifactId>
28
28
  <packaging>pom</packaging>
29
- <version>4.1.1</version>
29
+ <version>4.1.2</version>
30
30
  <name>paypal-express-plugin</name>
31
31
  <url>http://github.com/killbill/killbill-paypal-express-plugin</url>
32
32
  <description>Plugin for accessing Paypal Express Checkout as a payment gateway</description>
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: 4.1.1
4
+ version: 4.1.2
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: 2016-04-01 00:00:00.000000000 Z
11
+ date: 2016-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill