pp-adaptive 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -119,7 +119,7 @@ module AdaptivePayments
119
119
  "https://www.",
120
120
  ("sandbox." if sandbox?),
121
121
  "paypal.com/webscr?cmd=_ap-payment&paykey=",
122
- response.preapproval_key
122
+ response.pay_key
123
123
  ].join
124
124
  end
125
125
 
@@ -1,3 +1,3 @@
1
1
  module AdaptivePayments
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pp-adaptive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-18 00:00:00.000000000 Z
12
+ date: 2012-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client