Completed
Push — master ( ee752b...a0d185 )
by Chris
01:24
created
class/class-edu-sveawebpay.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -354,6 +354,11 @@
 block discarded – undo
354 354
 			}
355 355
 		}
356 356
 
357
+		/**
358
+		 * @param integer $ecl_id
359
+		 * @param integer $booking_id
360
+		 * @param integer $programme_booking_id
361
+		 */
357 362
 		private function update_booking( $ecl_id, $booking_id, $programme_booking_id ) {
358 363
 			if ( 'no' !== $this->get_option( 'testrun', 'no' ) ) {
359 364
 				$wpConfig = new EduSveaWebPayTestConfig( $this );
Please login to merge, or discard this patch.