We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ed16c commit bed64d2Copy full SHA for bed64d2
1 file changed
src/Core/ViewConfig.php
@@ -240,10 +240,6 @@ public function getPayPalJsSdkUrl(): string
240
241
if ($this->getIsVaultingActive()) {
242
$components[] = 'card-fields';
243
-
244
- // check if this is correctly used parameter
245
- // reference: https://developer.paypal.com/sdk/js/configuration/#vault
246
- $params['vault'] = 'true';
247
}
248
249
if ($components) {
0 commit comments