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.
2 parents c4a0862 + cde3c52 commit 7afa9b0Copy full SHA for 7afa9b0
app/code/Magento/Paypal/Model/Api/PayflowNvp.php
@@ -136,6 +136,9 @@ class PayflowNvp extends \Magento\Paypal\Model\Api\Nvp
136
'CVV2MATCH' => 'cvv2_check_result',
137
138
'USERSELECTEDFUNDINGSOURCE' => 'funding_source',
139
+
140
+ 'NOSHIPPING' => 'suppress_shipping',
141
+ 'REQBILLINGADDRESS' => 'require_billing_address',
142
];
143
144
/**
@@ -248,6 +251,8 @@ class PayflowNvp extends \Magento\Paypal\Model\Api\Nvp
248
251
'PAYFLOWCOLOR',
249
252
'LOCALECODE',
250
253
'USERSELECTEDFUNDINGSOURCE',
254
+ 'NOSHIPPING',
255
+ 'REQBILLINGADDRESS',
256
257
258
0 commit comments