Displaying 20 results from an estimated 3000 matches similar to: "Payment Gem Error"
2006 Jun 09
1
crypto-key.rb
Does anyone know how to implement the crypto-key.rb as found on
http://swik.net/Typo/too-biased/Simple+Encryption/ckpz
It allows for encryption and decryption of credit card numbers that
are stored in a database. I am somewhat new to Rails, and I don''t
always know how to use libraries and modules.
Thanks,
will clark // graphic design
www.willclarkdesigns.com/
2006 Jun 10
3
Agile Web Development p.89
I''ve been following along just fine with the depot app, up until I make
the catalog, where, when the price is displayed with formatting, the
price shows up underneath the <div> bar for the next item in the
catalog.
If, in index.rhtml, I change the <span class="price"> to just <span>, or
equivalently, remove the entire <span...> tag, it works just
2006 Jun 05
2
Rails & SSL
I am somewhat new to rails and I need to know how to configure Rails
to handle the https protocol properly. Could somebody point me in the
right direction?
Thanks
Will Clark
2006 Jun 07
2
display two columns using fixed width divs
Hi.
I want to display some related information in two columns. Originally
I wanted to use frames and googling led me to
http://lists.rubyonrails.org/pipermail/rails/2006-May/037972.html
which suggest divs instead.
I modified my code to this:
<body>
<div style=''width: 300px; overflow: scroll''>
<%= render :partial => "col1" %>
</div>
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 Jun 02
1
Best way to bill through LinkPoint? Is ActiveMerchant solid?
I need to set up a site to charge cards through LinkPoint. I did some
searching to see what was available, and saw that Shopify uses
ActiveMerchant. I saw that it hasn''t been touched in several months,
though perhaps that''s simply because it hasn''t needed any changes.
Just wondering what''s the best way to go about this.
Thanks for any info.
Pat
2006 Aug 01
2
Active Merchant or Payment module?
Which do you guys prefer for credit card processing?
Both look like they get the job done. -- Is there any consensus on which
one is better? Are there other credit card processing solutions I''m not
aware of? Any thoughts or suggestions would be most welcome.
Thanks!
: )
Jason
--
Posted via http://www.ruby-forum.com/.
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 Jun 30
2
Subscription Payment Model
Ok, I''m new to the world of actually charging for software, and it''s
taken me a full month to decide how to charge in a way that doesn''t make
me sleep with difficulty at nights. :) If someone can look at this and
verify I''m on the right track or give any hints/tips, I''d greatly
appreciate it.
Basically, I want each user to be able to apply
2011 Apr 18
3
paypal with Active merchant
Hi, I am integrating paypal service in my application using Activemerchant.
Now I want to know how to use ActiveMerchant to make payment to Bank or
Credit card ?
for example:
I am seller and I want to pay some amount to somebody. I want to pay such
amount which will be credited in somebody''s bank account or credit card
directly ?
Please reply me as early as possible.
And also suggest
2006 May 30
2
ActiveMerchant
Is anyone using ActiveMerchant currently?
I''ve seen it recommended on this list several times, but it seems kind
of buggy and incomplete and I''m having trouble getting it to work.
>From the example at http://home.leetsoft.com/am/, I''ve tried:
gateway = ActiveMerchant::Base.gateway(:authorized_net)
response = gateway.capture(1000, creditcard)
..but it
2008 Jan 31
4
Subscriptions with paypal...how?
Hi, i''ve to do a little site which need the paypal''s subscription
feature. How can implement it with rails? is there any plugin to do
this? I need that every month the payment has been taken, tell the
system that has been successfully done and then do something else
depending on the payment.
I''ve seen active merchant which permit paypal payments, but what about
2008 Apr 26
8
Online credit card processing
What''s a good way to process credit cards from our Rails application?
I like PayPal because of it''s name recognition but I don''t like the fact
that the user must leave our site; we are hoping for a tightly
integrated look-and-feel. We might also offer both, PayPal and our own
major credit card processing (see attached example screen shot).
I''ve heard of other
2006 Jul 21
3
Credit card processing through Australian gateways (eway etc)
Hi there
Has anyone out there embarked on credit card processing in a Rails app
through Australian gateways such as eway?
I''m aware of Payment and ActiveMerchant, but neither support
Australian gateways.
It''s a little beyond me right now to hack these to work with eway.
Any clues would be appreciated here.
Richard Sandilands
2006 Nov 18
1
ETS eMoney?
Anyone used ETS Corporation''s EMoney ECOM Gateway ?
I''m working on a project that will have to interface to it and if the
work has already been done was
hoping not to re-invent the wheel.
Failing that, which payment gateway gem option is better -
ActiveMerchant or Payment, or are there others ?
I''m willing to add the work done for this to whichever option we use in
2006 Jun 20
22
New e-book - The Money Train
While talking about my RailsConf presentation with Ben Wiseley, he
suggested writing a book on the same topic... so I did! The Money
Train is an e-book about building e-commerce sites using Ruby on Rails.
Read my blog entry about it at http://www.bencurtis.com/archives/
2006/06/rails-e-commerce-e-book/ or head to http://
www.agilewebdevelopment.com/book to dive right in.
As always, a big
2007 Dec 10
21
BackgrounDRb 1.0 pre-release available now
Hi Folks,
We are glad to announce shiny new release of BackgrounDRb, which will
soon become 1.0.
A quick summary of changes:
- BackgrounDRb is no londer DRb, its based on event driven network
programming library packet ( http://www.packet.googlecode.com ) .
- Since we moved to packet, many nasty thread issues, result hash
corruption issues are totally gone. Lots of work has went in
making
2006 Apr 22
1
Newbie .. authorize.net
I am very new to RoR. I need to do:
1. credit card authorization only
and / or
2. charge the credit card
via the Authorize.net payment gateway via RoR?
QUESTION 1.
I came across the payment module available as a ruby gem. I am wondering
if anyone has used this gem in a real life application to do the above?
The other problem was that on this page:
2006 Jul 07
3
Credit Card validation using rails? can i do it on rails?
help me with this one, i need any tutorials regarding this credit card
validator
--
Posted via http://www.ruby-forum.com/.
2007 Aug 17
1
Need volunteers for new Rails based shopping cart
We''re currently looking for volunteers on the new RailsCart[1]
project. The idea is to build something relatively simple with all of
the features that most open source shopping carts seem to be missing.
We''ll be using ActiveMerchant for all of our payment gateway needs.
We''re not trying to build the ultimate shopping cart. This is
designed for Rails developers who need