@@ -114,7 +114,7 @@ |
||
114 | 114 | public function pay() : RedirectionForm |
115 | 115 | { |
116 | 116 | $token = $this->invoice->getTransactionId(); |
117 | - $payUrl = $this->getPurchaseUrl(); |
|
117 | + $payUrl = $this->getPurchaseUrl(); |
|
118 | 118 | |
119 | 119 | return $this->redirectWithForm($payUrl, ['Token' => $token], 'GET'); |
120 | 120 | } |