Changeset 1830610
- Timestamp:
- 02/28/2018 06:35:11 AM (8 years ago)
- Location:
- gnupay-kcp/trunk
- Files:
-
- 4 edited
-
classes/kcp_card_gateway.class.php (modified) (1 diff)
-
config.php (modified) (1 diff)
-
gnupay-kcp.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gnupay-kcp/trunk/classes/kcp_card_gateway.class.php
r1568404 r1830610 64 64 $this->supports = array( 65 65 'refunds', //환불관련 66 'products', 67 'subscriptions', 68 'subscription_cancellation', 66 'products', 69 67 ); 70 68 -
gnupay-kcp/trunk/config.php
r1568404 r1830610 4 4 Class GNUPAY_KCP_WOO_CONSTANTS { 5 5 public function __construct() { 6 define( 'GNUPAY_VERSION', '1.2. 2' );6 define( 'GNUPAY_VERSION', '1.2.3' ); 7 7 define( 'GNUPAY_NAME', 'gnupay-kcp' ); 8 8 define( 'GNUPAY_KCP_ORDER_TMP', '_order_tmp_kcp' ); -
gnupay-kcp/trunk/gnupay-kcp.php
r1568404 r1830610 6 6 * Author: SIR Soft 7 7 * Author URI: http://sir.kr 8 * Version: 1.2. 28 * Version: 1.2.3 9 9 * Tested up to: 4.5 10 10 * Text Domain: gnupay-kcp -
gnupay-kcp/trunk/readme.txt
r1568404 r1830610 6 6 Requires at least: 4.0 7 7 Tested up to: 4.5 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.