Make Codenvy a paid ad

Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/promo/promos.php b/promo/promos.php
index 8c6bb14..e45716d 100644
--- a/promo/promos.php
+++ b/promo/promos.php
@@ -140,6 +140,14 @@
     'weight' => 6
   );
 
+  $retVal[] = array(
+    'url' => 'PAID_CODENVY',
+    'imageurl' => '/membership/promo/images/codenvy.png',
+    'memberName' => 'Codenvy',
+    'type' => 'paid',
+    'weight' => 6
+  );
+
   /**
    * Other Ads (68%)
    * */
@@ -199,14 +207,6 @@
     'weight' => 5.5
   );
 
-  $retVal[] = array(
-    'url' => 'PROMO_CODENVY',
-    'imageurl' => '/membership/promo/images/codenvy.png',
-    'memberName' => 'Codenvy',
-    'type' => 'strat_ad',
-    'weight' => 6
-  );
-
   return $retVal;
 
 }