tlconnor-activemerchant 1.23.0 → 1.23.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,7 @@ module ActiveMerchant #:nodoc:
|
|
66
66
|
requires!(options, :login, :password)
|
67
67
|
|
68
68
|
headers = if options[:access_token]
|
69
|
-
|
69
|
+
access_token = options.delete(:access_token)
|
70
70
|
access_secret = options.delete(:access_secret)
|
71
71
|
|
72
72
|
{'X-PAYPAL-AUTHORIZATION' => x_pp_authorization_header(access_token, access_secret)}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tlconnor-activemerchant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 73
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 23
|
9
|
-
-
|
10
|
-
version: 1.23.
|
9
|
+
- 1
|
10
|
+
version: 1.23.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tobias Luetke
|