thephpleague / omnipay-common

Core components for the Omnipay PHP payment processing library
MIT License
329 stars 242 forks source link

Call to protected method Omnipay\Common\AbstractGateway::setParameter() #217

Closed mattsah closed 4 years ago

mattsah commented 4 years ago

In 3.0.2 setParameter is a public method on the AbstractGateway -- in 3.0.3 this method appears to be protected via ParametersTrait.

This breaks backwards compatibility.

kevin-jones commented 4 years ago

Any update on this? We've had to lock our projects to 3.0.2 now and cannot upgrade until this is resolved.

tobelyan commented 4 years ago

Also facing this issue. Locked to version 3.0.2

barryvdh commented 4 years ago

I think this should solve it: https://github.com/thephpleague/omnipay-common/pull/220

barryvdh commented 4 years ago

Tagged