-
The [contributing guideline for ActiveUtils](https://github.com/Shopify/active_utils/blob/master/CONTRIBUTING.md#pull-request-guidelines) say
> maybe you should also update the mirrored version in Ac…
-
## Issue
New icon requests require manual review and such process takes time. What if we could create a tool that could simplify the workflow and reduce manual work.
The following issues are som…
-
A few files that generate errors with `unparser`, but have ok syntax according to `ruby -c`:
https://github.com/acrmp/foodcritic/blob/master/features/support/cookbook_helpers.rb
https://github.com…
-
The way the Stripe gateway in ActiveMerchant handles the `application_fee` parameter for `#authorize` and `#capture` is different from the way it handles `refund_fee_amount` in `refund` for non fracti…
-
When using a payment token to make a `purchase` ActiveMerchant gets the subscription ID by [splitting the token at a semi colon](https://github.com/activemerchant/active_merchant/blob/661ecd74111b9c59…
-
You can check with version activemerchant 1.2.9 and this catch a
```
undefined method key
```
on action
```
request_permissions_callback
```
With active merchant 1.2.6 is working fine.
Thank y…
-
Using ActiveMerchant 1.69.0 with a new Cayan MerchantWare integration I am unable to void orders because the VoidPreAuthorization action is deprecated.
https://cayan.com/developers/merchantware-4/…
-
As part of https://github.com/activemerchant/active_merchant/pull/2922 internally we had floated the idea of supporting a plugin style system. This would allow gateways to release a gem that would wor…
-
The gem is working great for checking out on paypal with a split payment. Thanks so much. I am having a problem getting my IPN after the transaction. I was wondering if others have the same issue. …
-