We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 7bcd4646 authored by Alessio Zampatti's avatar Alessio Zampatti Committed by GitHub

PW-1824: allow manual capture for Applepay/googlepay variants (#566)

parent 13076721
......@@ -1512,6 +1512,12 @@ class Cron
case 'dankort':
case 'elo':
case 'hipercard':
case 'mc_applepay':
case 'visa_applepay':
case 'amex_applepay':
case 'discover_applepay':
case 'maestro_applepay':
case 'paywithgoogle':
$manualCaptureAllowed = true;
break;
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment