We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44f22c commit f614923Copy full SHA for f614923
1 file changed
src/Core/ViewConfig.php
@@ -249,10 +249,6 @@ public function getPayPalJsSdkUrl(): string
249
250
if ($this->getIsVaultingActive()) {
251
$components[] = 'card-fields';
252
-
253
- // check if this is correctly used parameter
254
- // reference: https://developer.paypal.com/sdk/js/configuration/#vault
255
- $params['vault'] = 'true';
256
}
257
258
if ($components) {
0 commit comments