Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

[Question] Deviations from Omnipay API #76

Open
jesperbjerke opened this issue Jan 5, 2021 · 2 comments
Open

[Question] Deviations from Omnipay API #76

jesperbjerke opened this issue Jan 5, 2021 · 2 comments

Comments

@jesperbjerke
Copy link

I might just be a bit confused, but it looks like this package is not conforming to the abstractions of Omnipay, and instead is using the direct implementations of the payment provider. Is there a specific reason to do so? Any plans to align it more with Omnipay? I mean, using Omnipay kind of looses its point if there are a bunch of custom methods/implementations for each provider anyways.

Some examples can be found in this issue #69
And also looking at how the options are expected in this package compared to https://omnipay.thephpleague.com/api/cards/

@DanPigment
Copy link

I'm also experiencing issues with conformity to Omnipay standards.
I'm implementing a shop in Aimeos which is a Laravel extension, they have full support for Omnipay, but this extension does not work without overriding their Omnipay Provider class, in part due to different namespaces than expected. For example they expect to be able to initialise via Omnipay\Omnipay::create( 'KlarnaCheckout' ); but that does not work.

@chrillep
Copy link

chrillep commented Nov 27, 2021

ping @fred-jan @frankverhoeven

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants