thephpleague / omnipay-common

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

Add default method for getCardReference #243

Open eileenmcnaughton opened 3 years ago

eileenmcnaughton commented 3 years ago

This adds a getCardReference stub method so that functions that interact with Omnipay don't need to know whether the function exists (and can take action based on whether they return a value rather than on method_exists)

Note I think if this is merged I will add a note to https://github.com/thephpleague/omnipay