}
}
- /**
- * NOTE: 'doTransferCheckout' not implemented
- *
- * @param array $params
- * @param $component
- *
- * @throws Exception
- */
- public function doTransferCheckout(&$params, $component) {
- throw new CRM_Core_Exception(ts('This function is not implemented'));
- }
-
/**
* This public function checks to see if we have the right processor config values set
*
if (!empty($errorMsg)) {
return implode('<p>', $errorMsg);
}
- else {
- return NULL;
- }
+ return NULL;
}
/**
* Submit transaction using cURL
*
* @param string $submiturl Url to direct HTTPS GET to
- * @param $payflow_query value string to be posted
+ * @param string $payflow_query value string to be posted
*
* @return mixed|object
+ * @throws \Civi\Payment\Exception\PaymentProcessorException
*/
public function submit_transaction($submiturl, $payflow_query) {
// get data ready for API