/**
  * Return the default WC PayPal gateway's settings.
  *
  * @since 2.0
  */
 protected static function get_options()
 {
     self::$paypal_settings = get_option('woocommerce_paypal_settings');
     return self::$paypal_settings;
 }