Brian E. McElaney

Results 4 issues of Brian E. McElaney

I need a gateway for (PayPal Payflow)[https://www.paypal.com/us/webapps/mpp/payflow-payment-gateway] - can I PR that here or do I define that in a separate project? Is there a process for that defined someplace?paypal...

feature
severity: low
effort2: medium (days)

I need a gateway for [HPS worldwide](https://www.hps-worldwide.com/) - can I PR that here or do I define that in a separate project? Is there a process for that defined someplace?

feature
severity: low
effort2: medium (days)

According to the [upgrade guide](https://github.com/lostisland/faraday/blob/main/UPGRADING.md) Faraday Middleware was deprecated with the 2.0 release. It seems we're leveraging it for `faraday_middleware/multi_json` which seems to have just been refactored to Json and...

So I have a simple class demonstrating a couple ways to solve the first Euler problem: ``` elixir defmodule EulerExample do @doc """ Returns the sum of all values below...