Closed villermen closed 5 years ago
Allows the includeWallets query parameter in the payment method request as per https://docs.mollie.com/wallets/applepay
includeWallets
Basically all this does is allow the parameter so
$gateway->fetchPaymentMethods([ 'includeWallets' => 'applepay', ]);
is allowed to return "applepay" as a payment method.
Allows the
includeWallets
query parameter in the payment method request as per https://docs.mollie.com/wallets/applepayBasically all this does is allow the parameter so
is allowed to return "applepay" as a payment method.