Skip to content

Commit 55eae07

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-94946' into 2.3-develop-pr36
2 parents 8fff59e + 790d435 commit 55eae07

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/code/Magento/Paypal/Model/Api/PayflowNvp.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)