Displaying 20 results from an estimated 10000 matches similar to: "Difficult bug"
2006 Feb 27
0
session disappears when I leave site
My program allows users to create an account to login, etc. like most
other programs. I am using the login routine supplied by rails.
In my program I have an option to ''add funds'' to the account. When the
user selects this option I ask them how much they want to pay, etc., I
then take this info and the user is taken to an authorize.net payment
page (I pass the data that
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:
1998 Jan 29
0
Funding freeeware (was: R-beta: help in sept)
John Logsdon <j.logsdon at lancaster.ac.uk> wrote:
> This is a problem that has been bothering me for some time. At the
> moment, I use RedHat Linux, Octave, occasionally R and other FSF/GPL
> products. They are generally better, at least in their fundamental
> design, than the commercial versions but there is no clear mechanism to
> ensure their continued development.
2005 Dec 22
8
Payflow Pro (was Re: FatWreck.com - New Rails Site)
Several years ago, before PHP introduced their built-in pfpro functions, I
rolled my own crappy interface, which of course delegated to the commandline
payflow client. I could certainly do the same in Ruby today.
Thinking back on it, I realized at the time, and realize again now, that
delegating this functionality to a commandline app is a security risk unless
you''re the *only* user on
2006 May 05
0
Authorize.net problem..
Hi,
Am new to RoR and am trying to use the Payment gem. Am currently trying
to test my implementation by making test transactions.
Here is output from my debug log:
#<Payment::AuthorizeNet:0xb73a5850
@test_transaction=true,
@password="secret",
@state="IL",
@last_name="Pine",
@delim_data="TRUE",
@amount=6.0,
@version="3.1",
2009 Aug 31
3
How to deal with PayPal frauds?
I charge my customers through PayPal, but recently faced a fraud which
previously had only heard about. Somebody registered a few accounts, paid
online with paypal (as my service is only prepaid) and started making
expensive long distance calls. In fact the IP registering the accounts was
from Florida, and IPs making calls were from Africa. After about 20 minutes
the first payment was reversed.
2006 Mar 14
1
ruby/rails and NACHA
I am looking for ruby/gem support for ACH transactions, that is
bank-bank electronic funds transfers.
I have found a gem (Payment) for credit card payment
but nothing on ACH /NACHA format.
Anyone know of anythings.
Thanks
--
Rob Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Oct 30
0
General development funding: discussion and survey
[sending to -users and -biz in a slightly different format to broaden
participation]
Summary:
Would you help fund different Open-Source Asterisk enhancements,
bugfixes, or documentation if there was a way to collectively
contribute money towards the effort without a profit margin
incorporated into the price? If so, jump to the bottom of this
message and fill out the form on the URL
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
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
2008 Oct 16
0
[Announcement] Billing Module for your SaaS web application is here: ServiceMerchant
[Announcement] Billing Module for your SaaS web application is here:
ServiceMerchant
== In two sentences
ServiceMerchant is open-source library, developed in Ruby, which takes
care of recurring billings and subscriptions of your SaaS
application.
The library sits on top of well known library ActiveMerchant and
therefore gives you the variety of choice among payment providers.
== In more details
2006 Jun 05
7
Building a UK based e-commerce store in rails
I have built a few sites with Rails, however I have been approached by a
company wanting an e-commerce / online shop built. I would love to build
one in rails with the knoweledge I now have. I have the agile book and
the pickaxe book they are my reference guide. However there is virtually
nothing on creating real world e-commerce sites in rails.
They will be selling to both businesses and the
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 Mar 01
15
Is there a perl equivalent of .= in ruby/rails??
I want to make a for loop that concats strings onto a variable:
html .= var1 + "this is a test" + whatever
What is the syntax that does this in ruby/rails?
Also, is there a ''print'' method in ruby? Because when I try to use
render_text it will only let me use this once.
--
Posted via http://www.ruby-forum.com/.
2006 Oct 11
2
Nelly Moser Asao Codec
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello everybody,
first of all I want to excuse myself for crossposting. I can't estimate
which mailinglist could be the right one for our concern.
Struktur AG, member of the Linux Solutions Group e.V., wants to announce
an Open Source tender for an implementation of an audio codec compatible
with Nellymoser Asao Codec. Struktur wants to pay
2006 Oct 11
2
Nelly Moser Asao Codec
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello everybody,
first of all I want to excuse myself for crossposting. I can't estimate
which mailinglist could be the right one for our concern.
Struktur AG, member of the Linux Solutions Group e.V., wants to announce
an Open Source tender for an implementation of an audio codec compatible
with Nellymoser Asao Codec. Struktur wants to pay
2006 Feb 14
20
Adding payment to an app: how hard and risky is it?
Hi all.
I have never implemented online payment and it''s the only thing that
keeps me from accepting a project for a UK based client. (I must reply
quickly!)
While I can afford spending an extra week - or 2 - to learn/try/tune the
payment system, I must be sure to succeed before I accept the contract.
If you''ve already been through that path, any hints, links and/or
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 Apr 19
2
Credit Card Processing / Merchant Account
Hi All,
Has anyone implemented a credit card processing / merchant account
system using Rails? I know that there is a ''payment'' gem that is
supposed to integrate with the Authorize.net gateway, but I''m wondering
if that is the best (and only) solution out there. Are there any other
recommended solutions from Rails programmers out there?
Thanks in advance for the
2000 Dec 22
1
XAUTHORITY=/tmp/ssh-*/cookies makes forwarding through firewall difficult...
Hi.
I see this XAUTHORITY=/tmp/ssh-*/cookies issue has been discussed
repeatedly, but I haven't seen a solution to the following problem.
Remote user logs into firewall. On firewall, DISPLAY var set to secure
channel, XAUTHORITY set to /tmp/ssh-*/cookies. X11 forwarding from
firewall works fine.
User logs into machine behind firewall, and sets DISPLAY var to
firewall:X11DisplayOffset.0.