@@ -43,9 +43,9 @@ |
||
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | - * @param $value |
|
| 47 | - * @return \Omnipay\Common\Message\AbstractRequest |
|
| 48 | - */ |
|
| 46 | + * @param $value |
|
| 47 | + * @return \Omnipay\Common\Message\AbstractRequest |
|
| 48 | + */ |
|
| 49 | 49 | public function setUppReturnMaskedCC($value) |
| 50 | 50 | { |
| 51 | 51 | return $this->setParameter('uppReturnMaskedCC', $value); |
@@ -32,9 +32,9 @@ |
||
| 32 | 32 | $data = parent::getData(); |
| 33 | 33 | |
| 34 | 34 | //set customer details if set |
| 35 | - if (($customerDetails = $this->getParameter('uppCustomerDetails')) && is_array($customerDetails)){ |
|
| 35 | + if (($customerDetails = $this->getParameter('uppCustomerDetails')) && is_array($customerDetails)) { |
|
| 36 | 36 | $data['uppCustomerDetails'] = 'yes'; |
| 37 | - foreach ($customerDetails as $key => $value){ |
|
| 37 | + foreach ($customerDetails as $key => $value) { |
|
| 38 | 38 | $data[$key] = $value; |
| 39 | 39 | } |
| 40 | 40 | } |