thephpleague / omnipay-buckaroo

Buckaroo driver for the Omnipay PHP payment processing library
MIT License
13 stars 30 forks source link

buckaroo creditcard gateway currently only supports visa #14

Closed silvano-a closed 8 years ago

silvano-a commented 8 years ago

Right now credit card provider 'visa' is hardcoded. https://github.com/thephpleague/omnipay-buckaroo/blob/master/src/Message/CreditCardPurchaseRequest.php#L13 buckaroo also supports Mastercard, and American express.

i made a PR which adds support for mastercard and american express https://github.com/thephpleague/omnipay-buckaroo/pull/15

delatbabel commented 8 years ago

Merged.