paypal-express 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.8
1
+ 0.2.9
@@ -25,7 +25,7 @@ module Paypal
25
25
  params.merge!(
26
26
  :DESC => self.description,
27
27
  :MAXFAILEDPAYMENTS => self.max_fails,
28
- :AUTOBILLAMT => self.auto_bill,
28
+ :AUTOBILLOUTAMT => self.auto_bill,
29
29
  :PROFILESTARTDATE => self.start_date,
30
30
  :SUBSCRIBERNAME => self.name,
31
31
  :PROFILEREFERENCE => self.reference
@@ -67,7 +67,7 @@ describe Paypal::Payment::Recurring do
67
67
  describe '#to_params' do
68
68
  it 'should handle Recurring Profile parameters' do
69
69
  instance.to_params.should == {
70
- :AUTOBILLAMT => 'NoAutoBill',
70
+ :AUTOBILLOUTAMT => 'NoAutoBill',
71
71
  :BILLINGFREQUENCY => 1,
72
72
  :TRIALTOTALBILLINGCYCLES => 0,
73
73
  :SHIPPINGAMT => '0.00',
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: paypal-express
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.8
5
+ version: 0.2.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - nov matake
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-17 00:00:00 Z
13
+ date: 2011-05-18 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport