array( 'id' => 'paypal_settings', 'name' => '

' . __( 'PayPal Settings', 'easy-digital-downloads' ) . '

', 'type' => 'header', ), 'paypal_documentation' => array( 'id' => 'paypal_documentation', 'name' => __( 'Documentation', 'easy-digital-downloads' ), 'desc' => documentation_settings_field(), 'type' => 'descriptive_text' ), 'paypal_connect_button' => array( 'id' => 'paypal_connect_button', 'name' => __( 'Connection Status', 'easy-digital-downloads' ), 'desc' => connect_settings_field(), 'type' => 'descriptive_text', 'class' => 'edd-paypal-connect-row', ), 'paypal_sandbox_client_id' => array( 'id' => 'paypal_sandbox_client_id', 'name' => __( 'Test Client ID', 'easy-digital-downloads' ), 'desc' => __( 'Enter your test client ID.', 'easy-digital-downloads' ), 'type' => 'text', 'size' => 'regular', 'class' => 'edd-hidden' ), 'paypal_sandbox_client_secret' => array( 'id' => 'paypal_sandbox_client_secret', 'name' => __( 'Test Client Secret', 'easy-digital-downloads' ), 'desc' => __( 'Enter your test client secret.', 'easy-digital-downloads' ), 'type' => 'password', 'size' => 'regular', 'class' => 'edd-hidden' ), 'paypal_live_client_id' => array( 'id' => 'paypal_live_client_id', 'name' => __( 'Live Client ID', 'easy-digital-downloads' ), 'desc' => __( 'Enter your live client ID.', 'easy-digital-downloads' ), 'type' => 'text', 'size' => 'regular', 'class' => 'edd-hidden' ), 'paypal_live_client_secret' => array( 'id' => 'paypal_live_client_secret', 'name' => __( 'Live Client Secret', 'easy-digital-downloads' ), 'desc' => __( 'Enter your live client secret.', 'easy-digital-downloads' ), 'type' => 'password', 'size' => 'regular', 'class' => 'edd-hidden' ), ); $is_connected = PayPal\has_rest_api_connection(); if ( ! $is_connected ) { $paypal_settings['paypal_settings']['tooltip_title'] = __( 'Connect with PayPal', 'easy-digital-downloads' ); $paypal_settings['paypal_settings']['tooltip_desc'] = __( 'Connecting your store with PayPal allows Easy Digital Downloads to automatically configure your store to securely communicate PayPal.

You may see "Sandhills Development, LLC", mentioned during the process—that is the company behind Easy Digital Downloads.', 'easy-digital-downloads' ); } /** * Filters the PayPal Settings. * * @param array $paypal_settings */ $paypal_settings = apply_filters( 'edd_paypal_settings', $paypal_settings ); $gateway_settings['paypal_commerce'] = $paypal_settings; return $gateway_settings; } add_filter( 'edd_settings_gateways', __NAMESPACE__ . '\register_gateway_settings', 1, 1 ); /** * Returns the content for the documentation settings. * * @since 2.11 * @return string */ function documentation_settings_field() { ob_start(); ?>

our documentation.', 'easy-digital-downloads' ), 'https://docs.easydigitaldownloads.com/article/2410-paypal' ), array( 'a' => array( 'href' => true, 'target' => true ) ) ) ?>

SSL setup article.', 'easy-digital-downloads' ), 'https://docs.easydigitaldownloads.com/article/994-how-to-set-up-ssl' ), array( 'a' => array( 'href' => true, 'target' => true ) ) ); ?>