@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param null|Payone_Api_Response_Interface $response |
| 45 | 45 | */ |
| 46 | 46 | public function protocol(Payone_Api_Request_Interface $request, |
| 47 | - Payone_Api_Response_Interface $response = null) |
|
| 47 | + Payone_Api_Response_Interface $response = null) |
|
| 48 | 48 | { |
| 49 | 49 | $request->setApplyFilters($this->getServiceApplyFilters()); |
| 50 | 50 | $response->setApplyFilters($this->getServiceApplyFilters()); |
@@ -72,7 +72,7 @@ |
||
| 72 | 72 | |
| 73 | 73 | $response->setRawResponse($adapter->getRawResponse()); |
| 74 | 74 | |
| 75 | - $this->protocol($request, $response); |
|
| 75 | + $this->protocol($request, $response); |
|
| 76 | 76 | } |
| 77 | 77 | catch (Exception $e) { |
| 78 | 78 | $this->protocolException($e, $request); |
@@ -72,7 +72,7 @@ |
||
| 72 | 72 | |
| 73 | 73 | $response->setRawResponse($adapter->getRawResponse()); |
| 74 | 74 | |
| 75 | - $this->protocol($request, $response); |
|
| 75 | + $this->protocol($request, $response); |
|
| 76 | 76 | } |
| 77 | 77 | catch (Exception $e) { |
| 78 | 78 | $this->protocolException($e, $request); |
@@ -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 |
@@ -236,7 +235,7 @@ discard block |
||
| 236 | 235 | * @return Payone_Api_Request_Parameter_Authorization_PaymentMethod_RatePay |
| 237 | 236 | */ |
| 238 | 237 | function getRatePay(){ |
| 239 | - return $this->ratePay; |
|
| 238 | + return $this->ratePay; |
|
| 240 | 239 | } |
| 241 | 240 | |
| 242 | 241 | /** |