Adyen/adyen-php-api-library

Missing Google pay methods in ManualCapture

maaarghk opened this issue · 6 comments

Incorrect false result in Adyen\Util\ManualCapture::isManualCaptureSupported for visa_googlepay and mc_googlepay (possibly others)

Update: Visa and mc are there but these others appear in our account and not in this list:

        'amex_googlepay',
        'discover_googlepay',
        'maestro_googlepay',

(unless they don't support manual capture but I don't believe that is the case)

@jillingk did you note the update edited into the first post - there are still missing variants, this does not appear to be complete unless you have a PR not yet pushed

@maaarghk,

My bad! I got that all the variants were added by now. I'll take a look into it right now.

Best, Jilling
Adyen

@jillingk I notice this file was updated in #458 but the other google pay variants are still not added