File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
app/code/Magento/Paypal/Model/Api Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ class PayflowNvp extends \Magento\Paypal\Model\Api\Nvp
136
136
'CVV2MATCH ' => 'cvv2_check_result ' ,
137
137
138
138
'USERSELECTEDFUNDINGSOURCE ' => 'funding_source ' ,
139
+
140
+ 'NOSHIPPING ' => 'suppress_shipping ' ,
141
+ 'REQBILLINGADDRESS ' => 'require_billing_address ' ,
139
142
];
140
143
141
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 ' ,
251
256
];
252
257
253
258
/**
@@ -727,6 +732,7 @@ protected function _prepareExpressCheckoutCallRequest(&$requestFields)
727
732
728
733
/**
729
734
* Additional response processing.
735
+ *
730
736
* Hack to cut off length from API type response params.
731
737
*
732
738
* @param array $response
@@ -784,7 +790,8 @@ protected function _exportLineItems(array &$request, $i = 0)
784
790
}
785
791
786
792
/**
787
- * Set specific data when negative line item case
793
+ * Set specific data when negative line item case.
794
+ *
788
795
* @return void
789
796
*/
790
797
protected function _setSpecificForNegativeLineItems ()
You can’t perform that action at this time.
0 commit comments