Changeset 2946389
- Timestamp:
- 08/02/2023 06:13:33 AM (3 years ago)
- Location:
- slimcd-payment-gateway
- Files:
-
- 19 added
- 3 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/README.txt (added)
-
tags/1.0.3/assets (added)
-
tags/1.0.3/assets/images (added)
-
tags/1.0.3/assets/images/icon.png (added)
-
tags/1.0.3/assets/images/icon1.png (added)
-
tags/1.0.3/assets/images/icon2.png (added)
-
tags/1.0.3/assets/images/powered-by-SlimCd.png (added)
-
tags/1.0.3/assets/js (added)
-
tags/1.0.3/assets/js/slimcd_script.js (added)
-
tags/1.0.3/assets/styles (added)
-
tags/1.0.3/assets/styles/style.css (added)
-
tags/1.0.3/includes (added)
-
tags/1.0.3/includes/class-slimcd-payment-gateway.php (added)
-
tags/1.0.3/includes/convience-surcharge.php (added)
-
tags/1.0.3/includes/settings-slimcd-payment.php (added)
-
tags/1.0.3/includes/slimcd-checkout-description-fields.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/slimcd-payment-for-woocommerce.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-slimcd-payment-gateway.php (modified) (2 diffs)
-
trunk/slimcd-payment-for-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slimcd-payment-gateway/trunk/README.txt
r2704556 r2946389 3 3 Tags: : ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout 4 4 Requires at least: 4.9.0 5 Tested up to: 5.96 Stable tag: 1.0. 25 Tested up to: 6.2 6 Stable tag: 1.0.3 7 7 Requires PHP: 7.0.0 8 8 License: GPLv2 or later … … 98 98 = 1.0.2 = 99 99 Added user choice to select status after payment. 100 101 = 1.0.3 = 102 Added payment gateway (transaction) id to post meta table. 103 -
slimcd-payment-gateway/trunk/includes/class-slimcd-payment-gateway.php
r2605518 r2946389 2 2 class slimcd_payment_gateway extends WC_Payment_Gateway 3 3 { 4 5 protected $instructions; 4 6 5 7 /** … … 170 172 } 171 173 $this->slimcd_update_order_status($_POST['order_id']); 174 add_post_meta($_POST['order_id'], '_transaction_id', $_POST['gateid']); 172 175 echo "OK"; 173 176 } else { -
slimcd-payment-gateway/trunk/slimcd-payment-for-woocommerce.php
r2601662 r2946389 5 5 * Plugin URI: https://slimcd.com/woocommerce/ 6 6 * Description: Slim CD’s gateway system was designed to allow merchants to take any kind of electronic payment with a single piece of software – quickly, easily, painlessly, from any PC. 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Author: SlimCD 9 9 * Author URI: https://slimcd.com/
Note: See TracChangeset
for help on using the changeset viewer.