-
Hi @Shopify/active-merchant,
I've only been a maintainer on the project for a short time and I've noticed that, like on all projects, there are different styles and approaches folks are taking. When…
-
IMHO, passing the stream returned by HttpURLConnection.getInputStream (or a Reader over it) is a nicer approach (and adds less overhead) than transforming the stream to a string and re-processing it. …
-
Balanced is requiring this in order to hand over bank accounts and identity info: https://github.com/gratipay/gratipay.com/issues/3377#issuecomment-98205340.
-
~~Gittip~~ Gratipay is technically a "third-party payment aggregator," which means it is a third party collecting money on behalf of someone else. Credit card companies are [down on this](https://www.…
-
Reticketed from https://github.com/gratipay/gratipay.com/issues/3245#issuecomment-91112973 (cf. #938).
-
Not sure if your example is intended to be responsive but the payment details in the iframe don't render properly in iOS Safari. The CVV label and entry box sit right on top of the Expiration Date la…
-
Currently they are calling the API; HTTP requests must be mocked and response has have the corresponding XML body pay-loaded.
-
Because my cc processor has now forced TLSv1 or higher protocols, I've updated my configuration.
My current configuration is:
Rails: 3.2.21
ruby: 2.1.5p273
ActiveMerchant: 1.46.0
Running in developme…
-
It would be nice to use gh for the workflow outlined in:
http://blog.spreedly.com/2014/06/24/merge-pull-request-considered-harmful/
Using hub for now.
-
The current implementation of unstore in gateways allows for some gateways to not define it, while others do. As a result, when you want to use it, you must check (or worse, manually maintain your own…