academe / OmniPay-Payone

A PAYONE gateway driver for the OmniPay framework
MIT License
15 stars 16 forks source link

Gateway classes simplication #3

Closed judgej closed 8 years ago

judgej commented 8 years ago

The ShopFrontend gateway extends the Shop gateway, which causes issues on the example application due to payment methods "leaking through".

Instead, both these gateways should extend a shared abstract that contains everything they share.

judgej commented 8 years ago

This is a bit better organised now.