Completed
Push — master ( fe4e51...350b1b )
by Nicolaas
03:39
created
code/AuthorizeDotNetPayment.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,6 +88,7 @@  discard block
 block discarded – undo
88 88
      *
89 89
      * @param Int $timeStamp
90 90
      * @param String $amount - needs to be formatted at 11.00 (two digits)
91
+     * @param integer $myID
91 92
      *
92 93
      * @return String
93 94
      */
@@ -223,7 +224,7 @@  discard block
 block discarded – undo
223 224
     /**
224 225
      * executes payment: redirects to Authorize.net
225 226
      *
226
-     * @param Object $obj
227
+     * @param stdClass $obj
227 228
      *
228 229
      */
229 230
     protected function executeURL($obj)
@@ -322,6 +323,7 @@  discard block
 block discarded – undo
322 323
     /**
323 324
      * returns relative or absolute link to payment handler
324 325
      * @param Boolean $absolute
326
+     * @param integer $timeStamp
325 327
      * @return String
326 328
      */
327 329
     public static function complete_link($timeStamp, $absolute = false)
Please login to merge, or discard this patch.