diff --git a/modules.local/ppcp-button/src/Assets/SmartButton.php b/modules.local/ppcp-button/src/Assets/SmartButton.php index 519e0b4fa..4f036f8a5 100644 --- a/modules.local/ppcp-button/src/Assets/SmartButton.php +++ b/modules.local/ppcp-button/src/Assets/SmartButton.php @@ -278,7 +278,7 @@ class SmartButton implements SmartButtonInterface 'integration-date' => date('Y-m-d'), 'components' => implode(',', $this->components()), //ToDo: Probably only needed, when DCC - 'vault' => $this->dccIsEnabled() ? 'false' : 'false', + 'vault' => $this->dccIsEnabled() ? 'true' : 'false', 'commit' => is_checkout() ? 'true' : 'false', 'intent' => ($this->settings->has('intent')) ? $this->settings->get('intent') : 'capture', ];