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
136136 'CVV2MATCH ' => 'cvv2_check_result ' ,
137137
138138 'USERSELECTEDFUNDINGSOURCE ' => 'funding_source ' ,
139+
140+ 'NOSHIPPING ' => 'suppress_shipping ' ,
141+ 'REQBILLINGADDRESS ' => 'require_billing_address ' ,
139142 ];
140143
141144 /**
@@ -248,6 +251,8 @@ class PayflowNvp extends \Magento\Paypal\Model\Api\Nvp
248251 'PAYFLOWCOLOR ' ,
249252 'LOCALECODE ' ,
250253 'USERSELECTEDFUNDINGSOURCE ' ,
254+ 'NOSHIPPING ' ,
255+ 'REQBILLINGADDRESS ' ,
251256 ];
252257
253258 /**
@@ -727,6 +732,7 @@ protected function _prepareExpressCheckoutCallRequest(&$requestFields)
727732
728733 /**
729734 * Additional response processing.
735+ *
730736 * Hack to cut off length from API type response params.
731737 *
732738 * @param array $response
@@ -784,7 +790,8 @@ protected function _exportLineItems(array &$request, $i = 0)
784790 }
785791
786792 /**
787- * Set specific data when negative line item case
793+ * Set specific data when negative line item case.
794+ *
788795 * @return void
789796 */
790797 protected function _setSpecificForNegativeLineItems ()
You can’t perform that action at this time.
0 commit comments