This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Shipping method with distance rate. | |
* | |
* @package WC_Distance_Rate | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { | |
exit; // Exit if accessed directly. | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* PayFast Payment Gateway | |
* | |
* Provides a PayFast Payment Gateway. | |
* | |
* @class woocommerce_payfast | |
* @package WooCommerce | |
* @category Payment Gateways | |
* @author WooThemes |