Changeset 3103552
- Timestamp:
- 06/17/2024 11:44:18 AM (22 months ago)
- Location:
- allinpayintl/trunk
- Files:
-
- 2 edited
-
Allinpay_INTL.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allinpayintl/trunk/Allinpay_INTL.php
r3101460 r3103552 5 5 * Author: aipsg 6 6 * Author URI: http://rudrastyh.com 7 * Version: 1.0. 07 * Version: 1.0.2 8 8 */ 9 9 … … 162 162 } 163 163 function add_allinpay_style(){ 164 var_dump('插入自定义样式');165 164 166 165 wp_register_style('allinpay-css-default',rtrim(plugin_dir_url(__FILE__),'/'). '/css/default.css'); … … 243 242 // Construct payment request data 244 243 $order = wc_get_order( $order_id ); 245 //var_dump($order);246 244 $items = $order->get_items(); 247 245 $weldpay_items = array(); 248 246 $weldpay_item = array(); 249 247 foreach($items as $item){ 250 //var_dump($item);251 248 $weldpay_item = array( 252 249 'sku' => $item['product_id'], -
allinpayintl/trunk/readme.txt
r3101460 r3103552 5 5 Tested up to: 6.3 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 31 31 = 1.0.1 = 32 32 Made some optimizations 33 = 1.0.2 = 34 Made some optimizations 33 35 34 36 FAQ: … … 51 53 52 54 == Upgrade Notice == 55 = 1.0.2= 56 Made some optimizations 53 57 = 1.0.1= 54 58 Made some optimizations
Note: See TracChangeset
for help on using the changeset viewer.