-
I am using activemerchant to process payments on Authotize.net payment gateway. And a few days back I received a email from Authorize.net saying that they are updating their SSL/TLS certificates used …
-
Hi,
I was checking this plugin and I just saw that you are using a fork version of active merchant. Is that possible for you to update the aktivemerchant gem to the newest activemerchant version? T…
-
Existem planos de criar um gateway para ActiveMerchant?
-
We're looking to integrate with Mollie, a payment provider in the Netherlands.
There is support for Mollie in the ActiveMerchant `offsite_payments` gem, so it would make sense to reuse that rather th…
-
Opening this issue as the following were closed due to inactivity:
* https://github.com/activemerchant/active_merchant/issues/4766
* https://github.com/activemerchant/active_merchant/issues/5013
…
AMHOL updated
1 month ago
-
It made complete sense that the old `solidus_gateway` extension was built on top of `active_merchant`, because both of them are meant to support a large number of gateways with as uniform a style as p…
-
I'm looking into implementing Paypal Checkout, which I believe used to be Paypal Express Checkout. Does ActiveMerchant support it at this time?
It looks like Paypal has a new Ruby gem for the V2 A…
-
Whenever a response comes back from a payment processor, the success of the request is assessed.
For each processor, the JSON response will vary and a custom success method needs to be implemented …
-
ActiveMerchant::Billing::Integrations::Alipay::Notification
# Take the posted data and move the relevant data into a hash
def parse(post)
@raw = post
for li…
-
Hey guys, i'm not sure if i'm doing everything properly but every time I try to create shipment i got `Runtime Error Could not obtain shipping label. Missing or invalid shipper name.`. In order to rep…