<?php
/**
* Plugin Name: TeraWallet
* Plugin URI: https://wordpress.org/plugins/woo-wallet/
* Description: The leading wallet plugin for WooCommerce with partial payment, refunds, cashbacks and what not!
* Author: WCBeginner
* Author URI: https://wcbeginner.com/
* Version: 1.3.
* Requires at least: 4.4
* Tested up to: 6.0
* WC requires at least: 3.0
* WC tested up to: 6.5
*
* Text Domain: woo-wallet
* Domain Path: /languages/
*
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
24
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}