@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | */ |
91 | 91 | public function pay(): RedirectionForm |
92 | 92 | { |
93 | - $url = $this->settings->apiPaymentUrl . $this->invoice->getTransactionId(); |
|
93 | + $url = $this->settings->apiPaymentUrl.$this->invoice->getTransactionId(); |
|
94 | 94 | |
95 | 95 | return $this->redirectWithForm($url, [], 'GET'); |
96 | 96 | } |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | 'token' => $token |
111 | 111 | ]; |
112 | 112 | |
113 | - if ($paymentStatus == self::PAYMENT_STATUS_FAILED ) { |
|
113 | + if ($paymentStatus == self::PAYMENT_STATUS_FAILED) { |
|
114 | 114 | $this->notVerified('پرداخت با شکست مواجه شد.'); |
115 | 115 | } |
116 | 116 |