Page MenuHomePhabricator

Spike: determine whether to use SDK for Ingenico Connect
Closed, ResolvedPublic2 Estimated Story Points

Description

Ingenico offers an MIT-licensed PHP SDK for their Connect integration that's available as a composer package (ingenico-epayments/connect-sdk-php).

Do we like the looks of their code?
Is it easy to use?
Is there any advantage to crafting our own REST requests?

Event Timeline

Ejegg set the point value for this task to 2.

Adding current & past sprint since we've been debating this.

We decided to try going without to reduce our dependencies. It turned not to be too crazy to implement the signatures ourselves. If the REST requests end up being really tricky we can start using the SDK later.