Displaying 20 results from an estimated 30000 matches similar to: "Paypal and Rails (Site down?)"
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 Jun 26
6
paypal ipn from leetsoft
Has anyone had any luck with the paypal gem from leetsoft (Tobias
Luetke)?
I''m successfully sending off and making payments, but the ipn doesn''t
send back to my site. I have the notify_url set in the form, have a
action set for the ipn postbacks, but all I get from my sandbox after
payment is a "view shops" page from paypal after payment is made.
--
Posted via
2006 Dec 07
4
MassPay API with Ruby On Rails PayPal AARRRGH
Hey,
I''m trying to use Paypal to automatically pay customers, and I''ve heard
MassPay API is a good thing to use. But I cannot find any examples of
it for Ruby, nor do I know what steps to take to use it.
Does anyone have any information or experience with using MassPay API in
RoR? Any help is much appreciated
--
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 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/.
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
2007 Aug 29
0
Integrating the PayPal API with Ruby on Rails
Ben Curtis just published a guide on PayPal API.
Here''s the link:
http://agilewebdevelopment.com/guides/rails-paypal-api-integration
My review:
http://www.rubyhead.com/2007/08/29/review-integrating-the-paypal-api-with-ruby-on-rails/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
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
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.
2006 Feb 07
21
Paypal and Rails
Hello everyone,
I am looking for a way to pass off a simple payment to paypal using our
own interface. I understand that this requires making full use of
Paypal''s API since we won''t be using their shopping cart or anything. I
found the article by Pranav Bihari on his site and in the Wiki on using
SOAP4R and the paypal WSDL file to interface with paypal web services,
but I
2006 Jun 24
0
integrating paypal pro with rails?
I''m about to get starting integrating Paypal Website Payments Pro, and I''m
wondering if anyone has any tips or best-practices to share. So far I''ve found
a few paypal related tools, of which the ELC Plugin (link below) seems the best
suited for payments pro, but I''d love to hear any experiences verifying or
contradicting that, or any war stories at all.
Best,
2007 Oct 22
0
Integrating paypal with rails (a tutorial)
Hi all
We posted a small tutorial on using Paypal, ActiveMerchant and Rails
in case you are not from the U.S :(
(that means no authorized.net)
We only found scattered information here and there when trying to
locate some useful resources for it.
Hope you find it useful (of course any comments and recommendations
are welcome).
http://www.fortytwo.gr/blog/14/Using-Paypal-with-Rails
Regards
George
2006 Mar 25
4
Rails PayPal and Currencies other than USD
Has anyone been able to make direct API calls to PayPal in currencies
other than USD? I get an error message "The currency code submitted is
not supported. Check the currency code and try again."
I''m using the PayPal plugin for Rails. I can successfully transact in
USD, but not AUD (Australian Dollars).
Cheers,
Dan
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 Feb 17
4
PayPal WSDL API on Rails anyone ?
Hi !
Has anyone connected to the Mass Pay API of PayPal using Rails ? I
need to do this for a customer, and I wanted to know how easy/hard it
was. I have no experience using SOAP, WSDL, etc.
I saw soap4r[1] on the RAA[2]. This is probably what I''ll need to
use. One question I haven''t answered yet is whether soap4r will
accept PayPal''s certificates ?
Thanks for any
2006 Jul 22
0
Issues using PayPal''s Website Payments Pro in Rails
I know there has been some talk on this list about PayPal''s Website Payments
Pro in Rails in the past. I myself am in the middle of preparing my own WPP
store in Rails (I''ve done them before in PHP) and am hitting the same walls
others have reported. I''ve summarized my notes in this blog post:
http://clickablebliss.com/blog/2006/07/21/issues_using_paypals_website_payme
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 Jul 27
2
(Agile Rails 2nd ED) Depot App: Iteration B1 500 Error
Hello:
I am working through the 2nd Edition of the agile book (after watching the
first edition age on my shelf for 6 months), and am having a problem with
the newly created ''store''
I''ve checked the files and fucntions that I''ve written, namely:
model/product find_products_for_sale
controller/store index
views/store/index.rhtml
and they all seem to have
2008 Jul 25
0
discount cheap wholesale Air max AirMax 90 AirMax 95 AirMax 97 ( paypal accept ) ( www.super-saler.com )
discount cheap wholesale We are supplier in china,sell Jordan shoes,
( paypal accept ) ( www.super-saler.com )
discount cheap wholesale air max shoes,shox ( paypal accept )
( www.super-saler.com )
discount cheap wholesale trainers, dunk shoes,air force ( paypal
accept ) ( www.super-saler.com )
one,etc..our company supply are as follows:
discount cheap wholesale AIR Jordans shoes (
2005 May 20
0
You have added paul_king_man@yahoo.com to your Paypal account
You have added paul_king_man at yahoo.com as a new email address for your
PayPal account.
If you did not authorize this change or if you need assistance with
your account, please contact PayPal customer service at:
[1]https://www.paypal.com/row/wf/f=ap_email
Thank you for using PayPal!
The PayPal Team
Please do not reply to this e-mail. Mail sent to this address cannot