Completed
Push — master ( 21a4a2...d6008a )
by Kazi Mainuddin
02:15
created
src/PayuGateway.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * Get Status of a given Transaction.
72 72
      *
73 73
      * @param $txn_id
74
-     * @return object
74
+     * @return PaymentVerification
75 75
      */
76 76
     public function verify($txnid)
77 77
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Tzsk\Payu;
3 3
 
4 4
 
5
-use Illuminate\Http\Request;
6 5
 use Illuminate\Support\Facades\Cache;
7 6
 use Tzsk\Payu\Model\PayuPayment;
8 7
 
Please login to merge, or discard this patch.