Changeset 3227902
- Timestamp:
- 01/24/2025 09:06:37 AM (11 months ago)
- Location:
- wc-gmopg-gateway/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wc-gmopg-gateway.php (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-gmopg-gateway/trunk/readme.txt
r3219982 r3227902 5 5 Requires at least: 4.4 6 6 Tested up to: 6.7.1 7 Stable tag: 0.1. 77 Stable tag: 0.1.8 8 8 License: GPLv2 or later 9 9 … … 44 44 == Changelog == 45 45 46 = 0.1.8 = 47 * Bugfix: mode option other than the credit card payment. 48 46 49 = 0.1.7 = 47 50 * Bugfix: recording the transaction ID. -
wc-gmopg-gateway/trunk/wc-gmopg-gateway.php
r3219982 r3227902 6 6 * Author: Hiroaki Miyashita 7 7 * Author URI: https://www.wpmarket.jp/ 8 * Version: 0.1. 78 * Version: 0.1.8 9 9 * Requires at least: 4.4 10 10 * Tested up to: 6.7.1 11 11 * WC requires at least: 3.0 12 * WC tested up to: 9. 5.212 * WC tested up to: 9.6 13 13 * Text Domain: wc-gmopg-gateway 14 14 * Domain Path: / … … 533 533 $this->ShopPass =$gmopg_option['ShopPass']; 534 534 $this->configid = $gmopg_option['configid']; 535 $this->mode = $ this->get_option( 'mode' );535 $this->mode = $gmopg_option['mode']; 536 536 $this->logging = $gmopg_option['logging']; 537 537 … … 692 692 $this->ShopPass =$gmopg_option['ShopPass']; 693 693 $this->configid = $gmopg_option['configid']; 694 $this->mode = $ this->get_option( 'mode' );694 $this->mode = $gmopg_option['mode']; 695 695 $this->logging = $gmopg_option['logging']; 696 696 … … 868 868 $this->ShopPass =$gmopg_option['ShopPass']; 869 869 $this->configid = $gmopg_option['configid']; 870 $this->mode = $ this->get_option( 'mode' );870 $this->mode = $gmopg_option['mode']; 871 871 $this->logging = $gmopg_option['logging']; 872 872 $this->JobCd = $this->get_option( 'JobCd' ); … … 1045 1045 $this->ShopPass =$gmopg_option['ShopPass']; 1046 1046 $this->configid = $gmopg_option['configid']; 1047 $this->mode = $ this->get_option( 'mode' );1047 $this->mode = $gmopg_option['mode']; 1048 1048 $this->logging = $gmopg_option['logging']; 1049 1049 $this->JobCd = $this->get_option( 'JobCd' ); … … 1220 1220 $this->ShopPass =$gmopg_option['ShopPass']; 1221 1221 $this->configid = $gmopg_option['configid']; 1222 $this->mode = $ this->get_option( 'mode' );1222 $this->mode = $gmopg_option['mode']; 1223 1223 $this->logging = $gmopg_option['logging']; 1224 1224 $this->JobCd = $this->get_option( 'JobCd' ); … … 1378 1378 $this->ShopPass =$gmopg_option['ShopPass']; 1379 1379 $this->configid = $gmopg_option['configid']; 1380 $this->mode = $ this->get_option( 'mode' );1380 $this->mode = $gmopg_option['mode']; 1381 1381 $this->logging = $gmopg_option['logging']; 1382 1382 $this->JobCd = 'AUTH'; … … 1543 1543 $this->ShopPass =$gmopg_option['ShopPass']; 1544 1544 $this->configid = $gmopg_option['configid']; 1545 $this->mode = $ this->get_option( 'mode' );1545 $this->mode = $gmopg_option['mode']; 1546 1546 $this->logging = $gmopg_option['logging']; 1547 1547 … … 1708 1708 $this->ShopPass =$gmopg_option['ShopPass']; 1709 1709 $this->configid = $gmopg_option['configid']; 1710 $this->mode = $ this->get_option( 'mode' );1710 $this->mode = $gmopg_option['mode']; 1711 1711 $this->logging = $gmopg_option['logging']; 1712 1712 $this->JobCd = $this->get_option( 'JobCd' ); … … 1873 1873 $this->ShopPass =$gmopg_option['ShopPass']; 1874 1874 $this->configid = $gmopg_option['configid']; 1875 $this->mode = $ this->get_option( 'mode' );1875 $this->mode = $gmopg_option['mode']; 1876 1876 $this->logging = $gmopg_option['logging']; 1877 1877 … … 2038 2038 $this->ShopPass =$gmopg_option['ShopPass']; 2039 2039 $this->configid = $gmopg_option['configid']; 2040 $this->mode = $ this->get_option( 'mode' );2040 $this->mode = $gmopg_option['mode']; 2041 2041 $this->logging = $gmopg_option['logging']; 2042 2042 $this->JobCd = $this->get_option( 'JobCd' ); … … 2213 2213 $this->ShopPass =$gmopg_option['ShopPass']; 2214 2214 $this->configid = $gmopg_option['configid']; 2215 $this->mode = $ this->get_option( 'mode' );2215 $this->mode = $gmopg_option['mode']; 2216 2216 $this->logging = $gmopg_option['logging']; 2217 2217 $this->JobCd = $this->get_option( 'JobCd' ); … … 2381 2381 $this->ShopPass =$gmopg_option['ShopPass']; 2382 2382 $this->configid = $gmopg_option['configid']; 2383 $this->mode = $ this->get_option( 'mode' );2383 $this->mode = $gmopg_option['mode']; 2384 2384 $this->logging = $gmopg_option['logging']; 2385 2385 $this->JobCd = $this->get_option( 'JobCd' ); … … 2556 2556 $this->ShopPass =$gmopg_option['ShopPass']; 2557 2557 $this->configid = $gmopg_option['configid']; 2558 $this->mode = $ this->get_option( 'mode' );2558 $this->mode = $gmopg_option['mode']; 2559 2559 $this->logging = $gmopg_option['logging']; 2560 2560 $this->JobCd = $this->get_option( 'JobCd' ); … … 2731 2731 $this->ShopPass =$gmopg_option['ShopPass']; 2732 2732 $this->configid = $gmopg_option['configid']; 2733 $this->mode = $ this->get_option( 'mode' );2733 $this->mode = $gmopg_option['mode']; 2734 2734 $this->logging = $gmopg_option['logging']; 2735 2735 $this->JobCd = $this->get_option( 'JobCd' );
Note: See TracChangeset
for help on using the changeset viewer.