Skip to content

Commit f614923

Browse files
committed
redundant parameter removed
1 parent d44f22c commit f614923

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Core/ViewConfig.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ public function getPayPalJsSdkUrl(): string
249249

250250
if ($this->getIsVaultingActive()) {
251251
$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';
256252
}
257253

258254
if ($components) {

0 commit comments

Comments
 (0)