@@ -62,7 +62,7 @@ |
||
| 62 | 62 | */ |
| 63 | 63 | public function __toString() |
| 64 | 64 | { |
| 65 | - if($this->applyFilters) { |
|
| 65 | + if ($this->applyFilters) { |
|
| 66 | 66 | $result = $this->applyFilters->apply($this->toArray()); |
| 67 | 67 | } else { |
| 68 | 68 | $protocolFactory = new Payone_Protocol_Factory(); |
@@ -83,8 +83,7 @@ |
||
| 83 | 83 | { |
| 84 | 84 | if ($data === null) { |
| 85 | 85 | continue; |
| 86 | - } |
|
| 87 | - elseif ($data instanceof Payone_Protocol_Service_ApplyFilters == false) { |
|
| 86 | + } elseif ($data instanceof Payone_Protocol_Service_ApplyFilters == false) { |
|
| 88 | 87 | $result[$key] = $data; |
| 89 | 88 | } |
| 90 | 89 | } |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | */ |
| 63 | 63 | public function __toString() |
| 64 | 64 | { |
| 65 | - if($this->applyFilters) { |
|
| 65 | + if ($this->applyFilters) { |
|
| 66 | 66 | $result = $this->applyFilters->apply($this->toArray()); |
| 67 | 67 | } else { |
| 68 | 68 | $protocolFactory = new Payone_Protocol_Factory(); |
@@ -83,8 +83,7 @@ |
||
| 83 | 83 | { |
| 84 | 84 | if ($data === null) { |
| 85 | 85 | continue; |
| 86 | - } |
|
| 87 | - elseif ($data instanceof Payone_Protocol_Service_ApplyFilters == false) { |
|
| 86 | + } elseif ($data instanceof Payone_Protocol_Service_ApplyFilters == false) { |
|
| 88 | 87 | $result[$key] = $data; |
| 89 | 88 | } |
| 90 | 89 | } |
@@ -12,7 +12,6 @@ discard block |
||
| 12 | 12 | * Do not edit or add to this file if you wish to upgrade Payone to newer |
| 13 | 13 | * versions in the future. If you wish to customize Payone for your |
| 14 | 14 | * needs please refer to http://www.payone.de for more information. |
| 15 | - |
|
| 16 | 15 | * @category Payone |
| 17 | 16 | * @package Payone_Api |
| 18 | 17 | * @subpackage Request |
@@ -254,7 +253,7 @@ discard block |
||
| 254 | 253 | */ |
| 255 | 254 | function getRatePay() |
| 256 | 255 | { |
| 257 | - return $this->ratePay; |
|
| 256 | + return $this->ratePay; |
|
| 258 | 257 | } |
| 259 | 258 | |
| 260 | 259 | /** |
@@ -157,7 +157,7 @@ discard block |
||
| 157 | 157 | */ |
| 158 | 158 | public function __toString() |
| 159 | 159 | { |
| 160 | - if($this->applyFilters) { |
|
| 160 | + if ($this->applyFilters) { |
|
| 161 | 161 | $result = $this->applyFilters->apply($this->toArray()); |
| 162 | 162 | } else { |
| 163 | 163 | $protocolFactory = new Payone_Protocol_Factory(); |
@@ -415,10 +415,10 @@ discard block |
||
| 415 | 415 | |
| 416 | 416 | public function isFrontendApiCall() |
| 417 | 417 | { |
| 418 | - if($this instanceof Payone_Api_Request_Authorization_Abstract) { |
|
| 418 | + if ($this instanceof Payone_Api_Request_Authorization_Abstract) { |
|
| 419 | 419 | $oOrder = Mage::getSingleton('checkout/session')->getQuote(); |
| 420 | 420 | $oPayment = $oOrder->getPayment(); |
| 421 | - if($oPayment->getMethod() == 'payone_creditcard_iframe') { |
|
| 421 | + if ($oPayment->getMethod() == 'payone_creditcard_iframe') { |
|
| 422 | 422 | return true; |
| 423 | 423 | } |
| 424 | 424 | } |
@@ -141,8 +141,7 @@ discard block |
||
| 141 | 141 | * @var Payone_Api_Request_Parameter_Interface $data |
| 142 | 142 | */ |
| 143 | 143 | $result = array_merge($result, $data->toArray()); |
| 144 | - } |
|
| 145 | - elseif ($data instanceof Payone_Protocol_Service_ApplyFilters == false) { |
|
| 144 | + } elseif ($data instanceof Payone_Protocol_Service_ApplyFilters == false) { |
|
| 146 | 145 | $result[$key] = $data; |
| 147 | 146 | } |
| 148 | 147 | } |
@@ -194,8 +193,7 @@ discard block |
||
| 194 | 193 | |
| 195 | 194 | return $object->get($propertyName); |
| 196 | 195 | } |
| 197 | - } |
|
| 198 | - elseif (property_exists($this, $name)) { |
|
| 196 | + } elseif (property_exists($this, $name)) { |
|
| 199 | 197 | return $this->$name; |
| 200 | 198 | } |
| 201 | 199 | |
@@ -228,8 +226,7 @@ discard block |
||
| 228 | 226 | |
| 229 | 227 | return $object->set($propertyName, $value); |
| 230 | 228 | } |
| 231 | - } |
|
| 232 | - elseif (property_exists($this, $name)) { |
|
| 229 | + } elseif (property_exists($this, $name)) { |
|
| 233 | 230 | $this->$name = $value; |
| 234 | 231 | return true; |
| 235 | 232 | } |
@@ -83,8 +83,7 @@ |
||
| 83 | 83 | $response = $this->getMapperResponse()->map($responseRaw); |
| 84 | 84 | |
| 85 | 85 | $this->protocol($request, $response); |
| 86 | - } |
|
| 87 | - catch (Exception $e) { |
|
| 86 | + } catch (Exception $e) { |
|
| 88 | 87 | $this->protocolException($e, $request); |
| 89 | 88 | throw $e; |
| 90 | 89 | } |
@@ -83,8 +83,7 @@ |
||
| 83 | 83 | $response = $this->getMapperResponse()->map($responseRaw); |
| 84 | 84 | |
| 85 | 85 | $this->protocol($request, $response); |
| 86 | - } |
|
| 87 | - catch (Exception $e) { |
|
| 86 | + } catch (Exception $e) { |
|
| 88 | 87 | $this->protocolException($e, $request); |
| 89 | 88 | throw $e; |
| 90 | 89 | } |
@@ -83,8 +83,7 @@ |
||
| 83 | 83 | $response = $this->getMapperResponse()->map($responseRaw); |
| 84 | 84 | |
| 85 | 85 | $this->protocol($request, $response); |
| 86 | - } |
|
| 87 | - catch (Exception $e) { |
|
| 86 | + } catch (Exception $e) { |
|
| 88 | 87 | $this->protocolException($e, $request); |
| 89 | 88 | throw $e; |
| 90 | 89 | } |
@@ -83,8 +83,7 @@ |
||
| 83 | 83 | $response = $this->getMapperResponse()->map($responseRaw); |
| 84 | 84 | |
| 85 | 85 | $this->protocol($request, $response); |
| 86 | - } |
|
| 87 | - catch (Exception $e) { |
|
| 86 | + } catch (Exception $e) { |
|
| 88 | 87 | $this->protocolException($e, $request); |
| 89 | 88 | throw $e; |
| 90 | 89 | } |
@@ -83,8 +83,7 @@ |
||
| 83 | 83 | $response = $this->getMapperResponse()->map($responseRaw); |
| 84 | 84 | |
| 85 | 85 | $this->protocol($request, $response); |
| 86 | - } |
|
| 87 | - catch (Exception $e) { |
|
| 86 | + } catch (Exception $e) { |
|
| 88 | 87 | $this->protocolException($e, $request); |
| 89 | 88 | throw $e; |
| 90 | 89 | } |