thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

Augment section on createCard indicating / recommending patterns #629

Closed eileenmcnaughton closed 3 years ago

eileenmcnaughton commented 3 years ago

This adds documentation for the getCardReference method and also points out that createCard can process purchase at the same time. In general I think it's desirable for it to support this as several processors do and it standardises expectations

eileenmcnaughton commented 3 years ago

Just adding links to a related issues

https://github.com/thephpleague/omnipay-payflow/issues/10 https://github.com/thephpleague/omnipay-sagepay/issues/157