solidusio / solidus_gateway

A collection of payment methods for Solidus
https://solidus.io
BSD 3-Clause "New" or "Revised" License
45 stars 61 forks source link

add culqi v2 gateway #63

Closed ccarruitero closed 7 years ago

ccarruitero commented 7 years ago

ActiveMerchant::Billing::CulqiGateway is using an old culqi api. So, I implemented a new gateway that use the new culqi api (v2)

ccarruitero commented 7 years ago

Fails in master builds are because ffaker change.

About the other build that fail, I think the error is caused for the requests to external apis.

ccarruitero commented 7 years ago

Like announced in https://github.com/solidusio/solidus_gateway/pull/71 , not more payment methods will be accepted, so I moved the code to their own extension https://github.com/ccarruitero/solidus_culqi

tvdeyen commented 6 years ago

Thanks. This is very much appreciated