diff --git a/CRM/Core/Payment/PayPalImpl.php b/CRM/Core/Payment/PayPalImpl.php index df23d778746c..21803cd8ac29 100644 --- a/CRM/Core/Payment/PayPalImpl.php +++ b/CRM/Core/Payment/PayPalImpl.php @@ -241,6 +241,7 @@ protected function setExpressCheckOut(&$params) { $args['returnURL'] = $this->getReturnSuccessUrl($params['qfKey']); $args['cancelURL'] = $this->getCancelUrl($params['qfKey'], NULL); $args['version'] = '56.0'; + $args['SOLUTIONTYPE'] = 'Sole'; //LCD if recurring, collect additional data and set some values if (!empty($params['is_recur'])) {