We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b071f commit dbd4e4cCopy full SHA for dbd4e4c
core/src/Order/Builder/Node/PayPalPaymentSourceNodeBuilder.php
@@ -44,16 +44,6 @@ public function build(): array
44
{
45
$data = [];
46
47
- if ($this->paypalVaultId) {
48
- $data['vault_id'] = $this->paypalVaultId;
49
- }
50
-
51
- if ($this->paypalCustomerId) {
52
- $data['attributes']['customer'] = [
53
- 'id' => $this->paypalCustomerId,
54
- ];
55
56
57
if ($this->savePaymentMethod) {
58
$data['attributes']['vault'] = [
59
'store_in_vault' => 'ON_SUCCESS',
0 commit comments