search for: merchants

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

Did you mean: 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 m...
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
2006 Jun 16
0
Strange problem with ActionMailer
I have the following code to send out email notifications. The view can vary for each call to signup_confirmation, so I''m setting template_root on each call in order to do that. It works for a while, but after a few days it will start using a value of signup_path that was used in a previous call. In other words, Notifier.template_root = signup path does not actually set
2006 Jun 21
0
Possible bug in actionmailer
I have the following code to send out email notifications. The view can vary for each call to signup_confirmation, so I''m setting template_root on each call in order to do that. It works for a while, but after a few days it will start using a value of signup_path that was used in a previous call. In other words, Notifier.template_root = signup path does not actually set
2012 Dec 04
0
[PATCH] Update FSF address.
--- COPYING.GPL | 43 +++++++++++----------- doc/Makefile.am | 6 +-- doc/Makefile.lite | 6 +-- examples/c/decode/file/Makefile.am | 6 +-- examples/c/decode/file/Makefile.lite | 6 +-- examples/c/decode/file/main.c | 6 +--
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 -- Posted via http://www.ruby-forum.com/.
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
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 --
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 This works >> Merchant.tagged_with(''Tag 1'') but
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 ca...
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:
2016 Feb 23
0
[PATCH 1/4] generator: Add interfaces to all modules.
Be explicit about what is exported from each module in the generator. --- generator/Makefile.am | 26 +++++++++++++++++++++++++- generator/bindtests.mli | 30 ++++++++++++++++++++++++++++++ generator/c.mli | 41 +++++++++++++++++++++++++++++++++++++++++ generator/checks.mli | 18 ++++++++++++++++++ generator/csharp.mli | 19 +++++++++++++++++++ generator/customize.mli
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 properties. It seems like Active Record only supports Single Table Inheritance. This
2017 Sep 18
0
[PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
--- .gitignore | 3 + builder/Makefile.am | 3 + builder/builder.mli | 19 + builder/paths.mli | 28 ++ builder/utils.mli | 30 ++ common/mlstdutils/Makefile.am | 2 +
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 w...
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
2018 Apr 10
0
[PATCH v2 5/5] daemon: autogenerate OCaml interfaces
Add a way to generate OCaml interfaces for all the modules in the daemon that implement APIs: this makes sure that for them the interface of each function matches the actual API specified in the generator. --- .gitignore | 17 +++++++++++ daemon/blkid.mli | 19 ------------ daemon/btrfs.mli | 20 ------------- daemon/devsparts.mli | 25 ---------------- daemon/file.mli | 19
2017 Sep 18
6
[PATCH 0/5] Fix OCaml dependencies.
This works reliably for me ... Rich.