search for: merchant

Displaying 20 results from an estimated 3302 matches for "merchant".

2006 Mar 31
3
Complex Through Statement
Quick Overview: I have an ''Employee'', some ''Merchants'' and some ''Products''. A ''Merchant'' has many ''Products''. An ''Employee'' has multiple ''Merchants'', depending on their relationship. For example, the Employee may be the enrollment contact for one...
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 t...
2006 Jun 16
0
Strange problem with ActionMailer
...s is whatever view has the most recent file modification date. Restarting the application fixes the problem. Also, this is running under scgi, and development versus production mode doesn''t seem to make any difference. class Notifier < ActionMailer::Base def signup_confirmation(merchant,affiliate,password,login_url,signup_path) Notifier.template_root = signup_path # Email header info MUST be added here @recipients = affiliate.email,merchant.email if merchant.signup_confirmation_from.empty? @from = merchant.email else @from = merchant.sign...
2006 Jun 21
0
Possible bug in actionmailer
...is whatever view has the most recent file modification date. Restarting the application fixes the problem. Also, this is running under scgi, and development versus production mode doesn''t seem to make any difference. class Notifier < ActionMailer::Base def signup_confirmation(merchant,affiliate,password,login_url,signup_path) Notifier.template_root = signup_path # Email header info MUST be added here @recipients = affiliate.email,merchant.email if merchant.signup_confirmation_from.empty? @from = merchant.email else @from = merchant.signup_conf...
2012 Dec 04
0
[PATCH] Update FSF address.
...t (C) <year> <name of author> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -303,17 +303,16 @@ the "copyright" line and a pointer to where the full notice is found. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston,...
2009 Sep 16
2
Active Merchant Error
Hello friends, I m using Active Merchant(version = 1.4.2) gem. in billing calculator i m require ''active_merchant'' and when i m open the page it is throw error such "no such file to load -- active_merchant". Can you guyz tell me how can i resolve this problem ... Waiting for every possible answer -- Poste...
2009 Mar 04
2
Service Merchant
I''m about to dive into a revamp of the payment processing engine for a my company''s software application service. I came across a tool called Service Merchant (http://servicemerchant.org), and it looks like it could be a good fit for me, especially since we do recurring monthly subscription billing. Has anyone tried using it? Liked it? Any suggestions or comments? George --~--~---------~--~----~------------~-------~--~----~ You received this message b...
2009 Sep 21
0
What is the Best Merchant Account?
Hi All, I want to do following things on my site please suggest what is the best thing to do it. 1] I want to recieve amount for the buyer. Buyer has following 3 options to make the payment a) PayPal b) Credit Card c) Money Booker I have following Questions 1) Do i need Merchant account for all these three methods? 2) if no, what is the Best Merchant Account for me? Regards, Salil Gaikwad -- Posted via http://www.ruby-forum.com/.
2010 Jun 24
0
Using searchlogic with acts_as_taggable_on
Hi, i have 2 model, Merchant and Items and using acts_as_taggable_on Merchant has_many Items, and i try to find Merchant with search logic including the tags class Merchant < ActiveRecord::Base acts_as_taggable has_many :items end class Item < ActiveRecord::Base acts_as_taggable belongs_to :merchant end Thi...
2005 Jun 02
2
[OT] Purchasing Rails beta book and CC Verification
Did anyone else who purchased the Rails betabook get a telephone call from someone at "Humboldt Merchants" (sp?) asking to verify their purchase, ostensibly to ensure there was no fraud (on the part of the merchant, not the person buying the book)? They knew my name, phone number, the title of the book I bought and the type of credit card I used. They didn''t give or ask for the credit c...
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: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060717/3ec48423/attachment.html
2016 Feb 23
0
[PATCH 1/4] generator: Add interfaces to all modules.
...the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Bost...
2006 Jan 03
3
What''s the best way to do complex inheritance?
I have a Merchant class that has many Products. Product is an abstract class which has many subclasses (ProductA, ProductB, etc). All Products have common data, like ''name'', ''status'', ''created_on'', etc... but they also have some completely different properti...
2017 Sep 18
0
[PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
...the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Bost...
2008 Oct 16
0
Active merchant
Hello Friends, As i am using AuthorizeNetGateway for payment. So again with price i want to store the user information as well currently i am just passing the following information response = gateway.purchase(amount, creditcard) what else do i need to pass to store the user information? thanks abhishek --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2009 Dec 22
1
Re: Paypal Recurring using active merchant
Hi , i am also getting the same problem , have you resolved it or not and if some body else have any idea please do let me know. thanks in advance and kind regards, Hamid. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2010 Jun 30
0
I need guidance on better data management in preparation for time series analysis
...o that there is a table that has a record for each refund, and this record includes, among other things, the timestamps for both the original sale and the refund. I can construct a SQL query to get these along with the elapsed time (in days, as a real number) between the sale and refund. For some merchants, I have such data going back years. I know, fromt he amount of data I have examined, the rate at which sales result in refunds changes through time, though I have not run tests to determine whether or not the changes I see are significant. In most cases, I can break the data for a merchant into...
2006 Jun 30
2
Subscription Payment Model
...h with a monthly (or yearly/quarterly) charge, similar to how most Rails apps these days are charging per month. This makes most out of the box eCommerce solutions irrelevant as they are for one-time purchases. So that leaves me to a custom solution. I assume the steps are as follows: 1. Get a merchant account, maybe Authorize.net 2. Use ActiveMerchant to process payments from my site 2b. Make sure payment section is under SSL 3. Store credit card information in a highly encrypted way, possibly on a different server 4. Set up a nightly (or more often) cron job to reprocess credit cards when the...
2018 Apr 10
0
[PATCH v2 5/5] daemon: autogenerate OCaml interfaces
...the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Bost...
2017 Sep 18
6
[PATCH 0/5] Fix OCaml dependencies.
This works reliably for me ... Rich.