Displaying 20 results from an estimated 50000 matches similar to: "Require problem with payment gem"
2006 May 06
0
`connect'': undefined method `verify_mode'' for nil:NilClass
Am using Ruby 1.8.4. I am getting this error:
/usr/lib/ruby/1.8/net/http.rb:565:in `connect'': undefined method
`verify_mode'' for nil:NilClass (NoMethodError)
from /usr/lib/ruby/1.8/net/http.rb:555:in `do_start''
from /usr/lib/ruby/1.8/net/http.rb:544:in `start''
from /usr/lib/ruby/1.8/net/http.rb:1031:in `request''
from
2006 Jun 06
6
Payment Gem Error
I am learning how to use the payment gem to process credit cards. I
think I have everything up and running correctly but I get this error:
undefined method `use_ssl='' for #<Net::HTTP secure.authorize.net:443
open=false>
Would anyone have an idea what would cause that?
Thanks,
will clark // graphic design
www.willclarkdesigns.com/
will@willclarkdesigns.com
559 | 584
2006 Jul 13
3
payment gem, server anomolies
so i have the payment gem working perfectly in our app, running locally
on my system.
uploaded a copy of the app file structure to our server (a rimu rhel3),
but now the payment gem is unresponsive. it throws exceptions with no
error message.
i''m looking for a suggestion how to debug this.
running updated gems and versions on both systems. they seem identical,
unless i''m
2006 May 03
0
Problem with Payment Gem
I have a shopping cart app (yes, another one) that uses the Payment gem to perform credit card authorizations with Authorize.net. I have created and submitted transactions using their test card numbers and received responsed from Authorize. The problem I am having is that regardless of whether the transaction is approved/denied (based on the returned codes and message) the
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
2006 May 17
0
Problem with ''require xmlsimple'' in vendor code
Hi there
I''m trying to "require ''xmlsimple''" in some code that lives in vendor/
I''ve installed the xml-simple gem, and can confirm this at the command line
with ''gem list --local'' which shows I have v.1.0.8 of the gem.
However, when I start up lighttpd I get this:
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
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 Jan 17
3
Experiences w /payment gateways and credit card processing?
I wanted to know if anyone had any good experiences with particular
payment gateways and Rails? and what did it take to integrate?
My current client uses PayPal for the credit card payment processing,
and would like to stay with them, if possible. So has anyone had any
experiences with integrating with PayPal?
I''d love to hear who provides your payment services?
--
Posted via
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 Apr 19
1
Payment gateways
Hi,
I have found a module at http://rubyforge.org/projects/payment/ and
once I unzip it, I get some files in it. Can anyone tell me where shall
I place these files in my application.
Thanks in advance..
--
Posted via http://www.ruby-forum.com/.
2006 May 23
7
back-porting 1.1.1 app to 1.0 rails server
I''ve been developing new application on local machine in rails 1.1.1.
Hosting provider (godaddy) is at rails 1.0.0 and not upgrading any time
soon I''m told. I set "RAILS_GEM_VERSION = ''1.0.0''" in my environment.rb
file to get past inital errors, but now I''m getting the following error:
2006 Mar 17
0
Installed Gems on godaddy.com
Hi, is there a core list of gems that one needs to install in a production
environment? Anyways, here''s a current list of installed gems on
godaddy.com:
Gems *actionmailer 1.0.1* [www] <http://www.rubyonrails.org/> - depends on
actionpack <http://www.situationman.com/_h_admin_/gems.html#actionpack>.
Service
layer for easy email delivery and testing.
*actionmailer 1.1.5*
2006 May 30
3
Installing Rails - gem file not found
I''ve been following the cookbook directions on the rubyonrails site but
when I come to the install step;
gem install rails --include-dependencies
I get the message;
Local gem file not found: rails*.gem
It then goes and trys a remote install from rubyforge which never works
even when I shut all my network secrutiy down.
I did a search on rails*.gem and all I found was;
2006 May 09
1
$4529.72 spend received from blocked e-gold account #168571 - Please accept or refuse this payment
<p>Dear E-gold Customer, <br>
<br>
You have received a payment from <font color="#000000">blocked </font>e-gold
account <font color="#000000" face="Courier New, Courier, mono">#168571</font>
to the value of <font face="Courier New, Courier, mono">$4529.72</font>. Your
current account security
2015 Apr 07
0
Thank you for scheduling your online payment
E-mail Security Information.
Dear
Thank you for scheduling your recent credit card payment as an
attachment. Your payment in the amount of 3898.96 will be credited to
your credit card account (CREDIT CARD) ending in 3057 on 04/07/2015.
Now that you're making your payment online, are you aware of all the
convenient ways you can manage your account online?
* SEE STATEMENTS - Choose
2015 Apr 07
0
Thank you for scheduling your online payment
E-mail Security Information.
Dear
Thank you for scheduling your recent credit card payment as an
attachment. Your payment in the amount of 3898.96 will be credited to
your credit card account (CREDIT CARD) ending in 0727 on 04/07/2015.
Now that you're making your payment online, are you aware of all the
convenient ways you can manage your account online?
* SEE STATEMENTS - Choose
2006 Jun 14
3
Which Payment Gateway?
I am working on an application where users sign up for one of several
plans. Each plan has a different monthly fee. There is no long term
contract but I would like to bill the users automatically each month
unless service is canceled.
What credit card gateways would you recommend for use with a rails
application?
My criteria in order of importance are
1. API that will let me work in
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.
2007 Dec 14
1
does gem fcgi require fcgi to be installed?
Does anyone know if the gem fcgi needs fcgi to be installed on my
machine? I''m trying to install the gem fcgi and I''m getting the
following message:
-bash-3.00# gem install fcgi
Updating metadata for 9 gems from http://gems.rubyforge.org
.........
complete
Building native extensions. This could take a while...
ERROR: Error installing fcgi:
ERROR: Failed to build gem
2006 Jul 17
1
payment or active merchant
Anyone used both?
Im looking into the pros and cons of there two
Payment of course supports more than just credit cards
One query that comes to mind is why doesn''t active_merchant just use payment
Would keep things nice and dry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: