Search found 72 matches

by createanet
31 Mar 2021, 17:25
Forum: Laravel package
Topic: Custom Payment Provider
Replies: 5
Views: 2144

Re: Custom Payment Provider

This is exactly what I did, thank you.

I should have selected the new provider which was extending the omnipay provider.

The mistake I was making was assigning it as a type for the existing omnipay provider.
by createanet
22 Mar 2021, 17:26
Forum: Laravel package
Topic: Custom Payment Provider
Replies: 5
Views: 2144

Custom Payment Provider

Hello there, We wish to extend an omnipay package. We've followed the instructions outlined below https://aimeos.org/docs/2020.x/providers/service/ ...and extending the OmniPay class. We continue to get the following error message. Argument 1 passed to Aimeos\MShop\Service\Provider\Base::__construct...