thephpleague / omnipay-mollie

Mollie driver for the Omnipay PHP payment processing library
MIT License
62 stars 38 forks source link

Add Apple Pay support to FetchPaymentMethodsRequest #67

Closed villermen closed 5 years ago

villermen commented 5 years ago

Allows the includeWallets query parameter in the payment method request as per https://docs.mollie.com/wallets/applepay

Basically all this does is allow the parameter so

$gateway->fetchPaymentMethods([
    'includeWallets' => 'applepay',
]);

is allowed to return "applepay" as a payment method.