activemerchant
Is there an ActiveMerchant for Sinatra?
Wh开发者_运维知识库at payment gateway library works with Sinatra if you\'re looking to add ecommerce functionality to your app?ActiveMerchant works excellently as a stand-alone library, as well as a R[详细]
2022-12-24 06:03 分类:问答Paypal recurring payment status
I’m trying to set up a recurring billing situation with Paypal using Rails with ActiveMerchant and the ruby-paypal gem. Wondering how the status of subsc开发者_JAVA技巧riptions is commonly managed -[详细]
2022-12-21 21:36 分类:问答Authorize.net Parameters with activemerchant
I\'m using authorize.net and activemerchant in a rails app. When I make a purchase authorize.net sends back an email with information about the purchase.I should be able to send them the billing and[详细]
2022-12-19 10:18 分类:问答Adding credit card errors to `errors` when using activemerchant
I followed the railscast on activemerchant and have this code: def validate_card unless credit_card.valid?[详细]
2022-12-15 09:11 分类:问答String operation in ruby for credit card number
Working on a rails project where there\'s an order confirmation string with a credit card number with all but the last four digits starred out. What\'s the prop开发者_如何学Cer way to do a string subs[详细]
2022-12-14 04:27 分类:问答Question regarding the creation of an credit_card object on Ryan bates Active_Merchant intergration video
I was going through Ryan Bates\' video on Active Merchant integration video Railscast #145 and my question was regarding the creation of the @credit_card method that he defines within the Order.rb met[详细]
2022-12-11 01:05 分类:问答Paypal, Recurring Billing, and ActiveMerchant
I\'m trying to research how to add a subscription based pay model on an existing site of mine, but am running into a lot of conflicting information and caused me to be a bit lost.[详细]
2022-12-10 04:25 分类:问答