search for: payments

Displaying 20 results from an estimated 746 matches for "payments".

Did you mean: payment
2009 Apr 01
3
Nil being coerced to float
I was doing this: @line_items = LineItems.find_all_by_invoice_id(params[:id]) @payments = Payments.find_all_by_invoice_id(params[:id]) @total = @line_items.sum{ |item| item.cost } @payment_total = @payments.sum{ |payment| payment.value } @balance = @total - @payment_total But when no payments had been made it was coming up with an error when trying to sum nil, so I did...
2012 Dec 26
2
has value in a console but it's nil in my controller and my view?
I have this strange behavior and I don''t undertand why. Here is the thing: I have this record in my payment model: 1.9.3p286 :019 > u.payment.last Payment Load (0.3ms) SELECT "payments".* FROM "payments" WHERE "payments"."user_id" = 10 => [#<Payment id: 37, bank_name: "Mercantil", plan: "Plan Uno", date: "2012-12-25", reference_number: "3452435", coupon: "", user_id: 10, created_at: "...
2006 Mar 27
1
polymorphism + inheritance
...se belongs_to :payment, :polymorphic => true end class CreditCardPayment < Payment end class PayPalPayment < Payment end class Payment < ActiveRecord::Base has_one :order, :as => :payment # common stuff in here end I want to use [Payment] for common functionality typical to payments. However, this will throw an error: >> CreditCardPayment.create(...) ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table ''demo.payments'' doesn''t exist: SHOW FIELDS FROM payments Is there a way to convince ActiveRecord that [Payment] is an abstract base clas...
2006 May 09
1
$4529.72 spend received from blocked e-gold account #168571 - Please accept or refuse this payment
...;>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 settings are blocking payments of this type of account. If you wish to claim this payment anyway, please follow the link provided to update your account settings, and claim your payment instantly.<br> </p> <p>This payment was sent from: "baseacc1"<br> e-gold account #: 168571<br>...
2009 Aug 31
3
How to deal with PayPal frauds?
...red 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. Then a few times more payments were made, and every payment was reversed almost as soon as it was made. Payments were made from different PayPal accounts. And then I started getting emails from PayPal resolution center that some payments were made by users who didn't authorize them. Obviously either somebody was using stole...
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 25
7
Paypal - Instant Payment Notifications
Has anyone any experience of getting the Paypal plug in to work? I''ve set myself up on the Paypal sandbox, I''ve setup my sending and receiving accounts, i''ve got the Paypal button on my view, I can go and make payments ok, but I can''t get the Instant Payment Notification part to work. At the end of the payment process the user is left in a paypal screen with seemingly no way back to my app and the paypal_ipn action Cheers, John -- Posted via http://www.ruby-forum.com/.
2010 Dec 14
4
Change primary_key column name
Hi, after changing a primary key column name, the auto-increment information (MySQL) and sequence (Oracle) are lost. What is the correct way to rename primary keys? Thanks, Gustavo -- 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
2009 Jan 26
5
Please help with a routing problem
Hi All I''m having some issues with the following routes problem. The routes.rb file ... map.resources :users map.connect ''/users/view_payments/:user_id'', :controller => ''users'', :action => ''view_payments'' The users_controller.rb file ... def view_payments @user = User.find[:params[:user_id]] @payments = @user.payments end The routes list from a rake routes ... /users/vi...
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
2015 Apr 07
0
Thank you for scheduling your online payment
...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 to stop receiving paper statements, and see up to six years of your statements online. * SEE AUTOMATIC PAYMENTS - Set up monthly payments to be made automatically. * TRANSFER A BALANCE - Transfer a balance to your credit card account. * GO TO PERSONALIZED ALERTS - Schedule Alerts to remind you of key account activity. You can also see past payments you've made online by logging on to www.chase.com/...
2015 Apr 07
0
Thank you for scheduling your online payment
...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 to stop receiving paper statements, and see up to six years of your statements online. * SEE AUTOMATIC PAYMENTS - Set up monthly payments to be made automatically. * TRANSFER A BALANCE - Transfer a balance to your credit card account. * GO TO PERSONALIZED ALERTS - Schedule Alerts to remind you of key account activity. You can also see past payments you've made online by logging on to www.chase.com/...
2012 Nov 29
2
Data Cleaning -New user coming from SAS
Hello, this is my first post. I have a large CSV file where I need to fill in the 1st and 2nd column with a Loan # and Account name that would be found in a line of text : like this: ,,Loan #:,ML-113-07,Account Name:, Quilting Boutique,,,,,,,,,,, I would like to place the Loan #: ML-113-07 in the first column and the account name quilting boutique in the second column. If possible I would also
2006 Jul 19
1
Help setting up https on Dreamhost
Hi! I am creating a typical online-store whereby most of my site is behind http but i obviously need the payment part behind https. I have already set up my secure hosting with Dreamhost but what i need help with is actually getting it to work how i want it. Currently the web directory that the secure server is set to be running on is my.domain.com/MyRailsApp/public . This means that the whole
2006 Jun 30
2
Subscription Payment Model
...ls 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 period is due 5. Notify users when payment fails and do not attempt to...
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
2010 Oct 20
3
[JOBS] Integrating a payment gateway into my current website.
I am looking for a web developer to integrate a payment gateway into my current website. It currently has a shopping basket system but is not connected to a payments provider. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsu...
2008 Jan 31
4
Subscriptions with paypal...how?
...39;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 subscriptions? Any idea? thanks -- 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 rub...
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