예제 #1
0
 /**
  * Returns the list of targets where this widget is available
  *
  * @return void
  */
 public static function getAllowedTargets()
 {
     $list = parent::getAllowedTargets();
     $list[] = 'saved_cards';
     $list[] = 'add_new_card';
     return $list;
 }
예제 #2
0
 /**
  * Returns the list of targets where this widget is available
  *
  * @return void
  */
 public static function getAllowedTargets()
 {
     $list = parent::getAllowedTargets();
     $list[] = 'ordered_files';
     return $list;
 }
예제 #3
0
 public static function getAllowedTargets()
 {
     $list = parent::getAllowedTargets();
     $list[] = 'securesubmit_credit_cards';
     return $list;
 }
예제 #4
0
 /**
  * Returns the list of targets where this widget is available
  *
  * @return void
  */
 public static function getAllowedTargets()
 {
     $list = parent::getAllowedTargets();
     $list[] = 'pin_codes';
     return $list;
 }