@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | public function logResponse(ComputopApiResponseHeaderTransfer $responseTransfer) |
| 29 | 29 | { |
| 30 | - $this->getFactory()->createZedStub()->logResponse($responseTransfer); |
|
| 30 | + $this->getFactory()->createZedStub()->logResponse($responseTransfer); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | */ |
| 42 | 42 | public function saveSofortInitResponse(QuoteTransfer $quoteTransfer) |
| 43 | 43 | { |
| 44 | - return $this->getFactory()->createZedStub()->saveSofortInitResponse($quoteTransfer); |
|
| 44 | + return $this->getFactory()->createZedStub()->saveSofortInitResponse($quoteTransfer); |
|
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | /** |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | */ |
| 56 | 56 | public function saveIdealInitResponse(QuoteTransfer $quoteTransfer) |
| 57 | 57 | { |
| 58 | - return $this->getFactory()->createZedStub()->saveIdealInitResponse($quoteTransfer); |
|
| 58 | + return $this->getFactory()->createZedStub()->saveIdealInitResponse($quoteTransfer); |
|
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | */ |
| 70 | 70 | public function savePaydirektInitResponse(QuoteTransfer $quoteTransfer) |
| 71 | 71 | { |
| 72 | - return $this->getFactory()->createZedStub()->savePaydirektInitResponse($quoteTransfer); |
|
| 72 | + return $this->getFactory()->createZedStub()->savePaydirektInitResponse($quoteTransfer); |
|
| 73 | 73 | } |
| 74 | 74 | |
| 75 | 75 | /** |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | */ |
| 154 | 154 | public function easyCreditStatusApiCall(QuoteTransfer $quoteTransfer) |
| 155 | 155 | { |
| 156 | - return $this->getFactory()->createZedStub()->easyCreditStatusApiCall($quoteTransfer); |
|
| 156 | + return $this->getFactory()->createZedStub()->easyCreditStatusApiCall($quoteTransfer); |
|
| 157 | 157 | } |
| 158 | 158 | |
| 159 | 159 | /** |