Displaying 20 results from an estimated 90000 matches similar to: "What's the best PayPal gem or lib?"
2006 Oct 28
0
paypal gem and ssl
In am trying to get IPN working with my rails app. Paypal is calling my
action just fine but in the log after I get the initial post from paypal
I am getting this error: OpenSSL::SSL::SSLError
I assume it is because I am not using ssl and the gem is set to by
default.
Is there a way to disable ssl?
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jan 31
2
NameError/Unitialized Constant With PayPal Gem
I am trying to use the PayPal gem and having a little trouble.
I installed the gem w/o any trouble:
paypal (1.0.1)
Paypal IPN integration library for rails and other web applications
When I try to use it in my controller, as follows:
def paypal_ipn
notify = Paypal::Notification.new(request.raw_post)
...
end
I get a NameError:
uninitialized constant Paypal
This error occured
2006 Jul 01
0
Paypal IPN Gem
Having some problems. Using instant rails 1.3 updated with to rails
1.1.4. Gem Paypal and Money gems are installed. Also installed the
plugin paypal, I see it in /vendor/plugins/paypal and restarted the
server. I posted my error at the bottom. Any Ideas?
Thanks Kindly
-Ryan
# I have a controller called byc, in it I have this action.
def create
@registrant =
2006 Jun 29
0
Problem getting encrypted submit buttons working with the paypal gem and rails 1.1.2
I''m running Rails 1.1.2, and using version 1.9.0 of the paypal gem.
When I make unencrypted paypal forms, they work just fine, I get the
IPN notification from the sandbox and everything is wonderful. When I
try to encrypt the form though, all I get is the error message "We
were unable to authorize the transaction. Please contact your
merchant.", which is ... unhelpful.
2008 Jan 30
0
Re: Paypal and subscriptions
Richard,
My name is Ron Coleman, a business development manager at EC Suite. We
specialize in on-line transaction processing and provide an an inclusive
e-commerce toolset designed to reduce the cost of processing and marketing
while you focus the managing of your business. Our subscription billing
service allows for flexible pricing options and multiple payment types. You
can create, cancel, and
How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0)
2009 Mar 19
0
How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0)
sub :How to change paypal url from sandbox to papal original url. i am using
paypal lib -- paypal (2.0.0)
Hi all,
I am test my application with local it working fine when i want to go for
live. i need to change the pay pal form target to Paypal orginal site
address.
I don''t know how to chage the form target in paypal helper. i paste my code
below.. plz check it.
I use paypal lib
2006 Dec 04
0
Paypal and soap4r gems
WSDL conversion as proposed in the paypal plugin howto doesn''t work. Any
idea what goes wrong? See the output below.
rsp@hollerith:~/workspace/pptest/vendor/plugins/paypal$ wsdl2ruby.rb
--wsdl http://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl --type client
--force
F, [2006-12-04T16:30:43.136405 #11579] FATAL -- app: Detected an
exception. Stopping ... undefined method `new'' for
2006 Jul 10
0
Paypal gem issues Webrick won''t boot :(
I installed the paypal gem and downloaded the plugin as instructed at
http://dist.leetsoft.com/api/paypal/ When the plugin is in the
vendor/plugins folder WEBrick refuses to start. No error messages, just
"=> Booting WEBrick..." then back to my prompt.
Do I have to declare the plugin someplace or something?
--
Posted via http://www.ruby-forum.com/.
2013 May 10
2
paypal-express gem
Hello everyone
I am using paypal-express gem for Payapl payment.
I am using reference transaction method to get money from Paypal.
But i am getting IPN i.e payment notification,
I mentioned like
payment_request = Paypal::Payment::Request.new(
:currency_code => :USD,
:amount => 10.00,
:billing_type => :MerchantInitiatedBilling,
2006 Aug 13
0
application_helpers, gems and paypal
Hi I''m trying to use the paypal ipn gem in my app but rails can''t seem
to find it. I installed using gems and it is listed as being installed.
I followed the documenation and put include Paypal::Helpers in my
application_helpers.rb but as soonas i try to use <%= paypal_form_tag
%> i get
undefined local variable or method `paypal_form_tag'' for
2008 Jan 11
0
paypal-2.0.0 HELP!!
ok I installed the gem but it doesn''t work...
get get:
NameError in PaypalController#index
uninitialized constant PaypalController::Paypal
RAILS_ROOT: /home/steven/nwdentaltemps
Application Trace | Framework Trace | Full Trace
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
dependencies.rb:478:in `const_missing''
app/controllers/paypal_controller.rb:12:in
2006 Feb 10
2
Paypal and subscriptions
Does anyone have any experience with subscriptions and PayPal?
I''m currently weighing up the options of what payment system to use for
an upcoming project which is subscription based and am not sure if
PayPal is capable of doing what I want and if I need to setup a merchant
account instead.
Basically it''s the same kind of payment structure as BaseCamp. 3 or 4
accounts which
2006 Nov 06
0
problems with paypal plugin
hopefully there''s someone that can help me out... i am working with
paypal''s web payments pro for the first time. i went through all of the
steps in the readme and basically got everything to work on my testing
computer. however once i have the files uploaded to the server, i run
the same tests, and two fail and two have errors.
/usr/local/bin/ruby -Ilib:lib
2007 Nov 11
1
Paypal Library - How to stop payments going to sandbox
I am using the Paypal Library for ruby
(http://dist.leetsoft.com/api/paypal/)
I have been testing it in development mode and the paypal sandbox site.
Now I have moved my application into production mode but the paypal url
still goes to the sandbox site:
https://www.sandbox.paypal.com/cgi-bin/webscr
How do I change the paypal URL?
--
Posted via http://www.ruby-forum.com/.
2006 Apr 22
0
available: lib for Paypal''s Payment data transfer
Hi,
following the discussion about Paypal''s IPN usage with leetsoft''s
paypal library, I''ve posted an addition to that library so you can use
Paypal''s Payment Data Transfer.
It''s largely inspired by, with some chinks even simply copied from,
the IPN code.
Downloadable at http://www.myowndb.com/files/payment_data.rb
I blogged about it at
2006 Apr 21
10
Paypal payments and IPN
I have followed the instructions over at
http://dist.leetsoft.com/api/paypal/
In order I:
1. installed the money library with gem install --source
http://dist.leetsoft.com/api/paypal/ money
2. installed the paypal library with gem install --source
http://dist.leetsoft.com/api/paypal/ paypal
3. created a new app with rails NewApp
4. added the PaymentHelper module to the
2006 Sep 11
0
ActiveMerchant Paypal Pro Support
How is ActiveMerchant''s Paypal Pro support? I am migrating a client''s
site to Rails that uses Paypal Pro and they have been pretty happy with
it (and know how to use Paypal''s website). I tried first setting up
the PayPal plugin directly, but ran into some issues and then I noticed
that ActiveMerchant has PayPal Pro, but its labeled "testing" and
2011 Jan 03
0
paypal chained payment
Hi
I want to implement paypal chained payment with adaptive payments API.
I am totally new to paypal. Kindly guide me to start with. I have heard
of gem active merchant. Can I use that for the purpose? Or any other
gems? Also please point me to any examples describing adaptive payment
with chained payment using rails. My rails version is 2.3.8
Thanks in advance
--
Posted via
2007 Feb 05
2
Mock objects for stubbing out Paypal - anyone have any???
Hi,
Just wondering if anyone has already developed a mocking approach to stub
out the Paypal interface so that one can test on an internal PC which
doesn''t provide a means for PayPal to callback to your webserver? (i.e.
once the app is deployed to the hosting provider it would then work as
PayPal could then hit the application with the specified URL).
Anyone already solved this? What
2008 Nov 11
0
ActiveMerchant and PayPal FLow pro
Hello guys,
As far as I''ve seen, there is still no "official" SDK (from paypal) for
ruby to access Paypal FLow pro accounts.
I''ve registered for PayPal Flow pro, and got the following items:
partner id,merchant ID and password.
I''ve tried to use Active Merchant, but when I try to create a
PayflowGateway Object, it seems to expect a login name and a password,