Skip to content

Commit

Permalink
Adds PayPal Partner Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Angell committed Dec 6, 2014
1 parent ec167c2 commit 16a6f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def paypal_setup(item_number, amount, business, options = {})
:redirect_cmd => subscription ? '_xclick-subscriptions' : nil,
:quantity => 1,
:business => business,
:bn => 'AngellEYE_SP_Openhood_Ruby',
:item_number => item_number,
:item_name => 'Store purchase',
:no_shipping => '1',
Expand Down

0 comments on commit 16a6f6d

Please sign in to comment.