We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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 ...@@ -1512,6 +1512,12 @@ class Cron
case 'dankort': case 'dankort':
case 'elo': case 'elo':
case 'hipercard': case 'hipercard':
case 'mc_applepay':
case 'visa_applepay':
case 'amex_applepay':
case 'discover_applepay':
case 'maestro_applepay':
case 'paywithgoogle':
$manualCaptureAllowed = true; $manualCaptureAllowed = true;
break; break;
default: 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