thephpleague / omnipay-common

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

Make set/getParameter public on Gateway #220

Closed barryvdh closed 4 years ago

barryvdh commented 4 years ago

These shouldn't be protected but public. Tests are fixed to pick this error up.

Fixes #217