Current File : /home/kelaby89/ap.cleaning/wp-content/plugins/woo-stripe-payment/includes/updates/update-3.3.19.php
<?php

defined( 'ABSPATH' ) || exit();

/**
 * Load the test mode account details
 */
if ( function_exists( 'WC' ) ) {
	$account_settings = stripe_wc()->account_settings;
	if ( $account_settings ) {
		$account_settings->save_account_settings( null, WC_Stripe_Constants::TEST );
	}
}
Page not found – Hello World !