Changeset 3051131
- Timestamp:
- 03/14/2024 02:38:01 PM (2 years ago)
- Location:
- woo-satispay/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (2 diffs)
-
wc-satispay.php (modified) (3 diffs)
-
woo-satispay.php (modified) (1 diff)
-
woo-satispay.pot (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-satispay/trunk/readme.txt
r3036234 r3051131 3 3 Tags: woocommerce, satispay, payment method 4 4 Requires at least: 5.0 5 Tested up to: 6. 4.36 Stable tag: 2.2. 15 Tested up to: 6.5.0 6 Stable tag: 2.2.2 7 7 License: MIT 8 8 License URI: https://opensource.org/licenses/MIT … … 37 37 38 38 == Changelog == 39 = 2.2.2 40 * Fixed Order cancellation 41 * Bugfixes and Improvements 42 43 39 44 = 2.2.0 40 * Added compatibility to WooCommerce Blocks Checkout and HPOS feature41 * Improved ordering management (new status: "On Hold")42 * Bugfixes and improvements45 * Added compatibility to WooCommerce Blocks Checkout and HPOS feature 46 * Improved ordering management (new status: "On Hold") 47 * Bugfixes and improvements 43 48 44 49 = 2.1.9 -
woo-satispay/trunk/wc-satispay.php
r3035846 r3051131 93 93 $order->add_order_note('The Satispay Payment has been finalized by custom cron action'); 94 94 $order->save(); 95 } 96 if ($payment->status === 'CANCELED') { 97 $order->update_status("wc-cancelled"); 98 $order->add_order_note('The Satispay Payment has been cancelled by custom cron action'); 99 $order->save(); 95 100 } 96 101 } … … 161 166 'action' => 'CANCEL' 162 167 )); 163 164 header('Location: '.$order->get_cancel_order_url_raw()); 168 header('Location: '. WC()->cart->get_checkout_url()); 165 169 } 166 170 break; … … 175 179 if ($payment->status === 'ACCEPTED') { 176 180 $order->payment_complete($payment->id); 181 } 182 if ($payment->status === 'CANCELED') { 183 $order->update_status("wc-cancelled"); 177 184 } 178 185 break; -
woo-satispay/trunk/woo-satispay.php
r3036215 r3051131 6 6 * Author: Satispay 7 7 * Author URI: https://www.satispay.com/ 8 * Version: 2.2. 19 * WC tested up to: 8. 5.28 * Version: 2.2.2 9 * WC tested up to: 8.6.1 10 10 */ 11 11 -
woo-satispay/trunk/woo-satispay.pot
r3036215 r3051131 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce Satispay 2.2. 0\n"5 "Project-Id-Version: WooCommerce Satispay 2.2.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-satispay\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-0 2-14T17:23:39+00:00\n"12 "POT-Creation-Date: 2024-03-14T14:36:39+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" … … 40 40 msgstr "" 41 41 42 #: wc-satispay.php:11 242 #: wc-satispay.php:117 43 43 msgid "Enable/Disable" 44 44 msgstr "" 45 45 46 #: wc-satispay.php:11 346 #: wc-satispay.php:118 47 47 msgid "Enable Satispay" 48 48 msgstr "" 49 49 50 #: wc-satispay.php:1 1850 #: wc-satispay.php:123 51 51 msgid "Activation Code" 52 52 msgstr "" 53 53 54 #: wc-satispay.php:12 054 #: wc-satispay.php:125 55 55 msgid "Get a six characters Activation Code from Online Shop section on <a href=\"%s\" target=\"_blank\">Satispay Dashboard</a>." 56 56 msgstr "" 57 57 58 #: wc-satispay.php:12 358 #: wc-satispay.php:128 59 59 msgid "Sandbox" 60 60 msgstr "" 61 61 62 #: wc-satispay.php:12 462 #: wc-satispay.php:129 63 63 msgid "Sandbox Mode" 64 64 msgstr "" 65 65 66 #: wc-satispay.php:1 2766 #: wc-satispay.php:132 67 67 msgid "Sandbox Mode can be used to test payments. Request a <a href=\"%s\" target=\"_blank\">Sandbox Account</a>." 68 68 msgstr "" 69 69 70 #: wc-satispay.php:13 070 #: wc-satispay.php:135 71 71 msgid "Finalize unhandled payments" 72 72 msgstr "" 73 73 74 #: wc-satispay.php:13 174 #: wc-satispay.php:136 75 75 msgid "Enable cron" 76 76 msgstr "" 77 77 78 #: wc-satispay.php:13 478 #: wc-satispay.php:139 79 79 msgid "Finalize unhandled Satispay payments with a cron." 80 80 msgstr "" 81 81 82 #: wc-satispay.php:1 3783 #: wc-satispay.php:1 3882 #: wc-satispay.php:142 83 #: wc-satispay.php:143 84 84 msgid "Finalize pending payments up to" 85 85 msgstr "" 86 86 87 #: wc-satispay.php:14 187 #: wc-satispay.php:146 88 88 msgid "Choose a number of hours, default is four and minimum is two." 89 89 msgstr "" 90 90 91 #: wc-satispay.php:21 091 #: wc-satispay.php:217 92 92 msgid "The Activation Code \"%s\" is invalid" 93 93 msgstr "" 94 94 95 #: wc-satispay.php:2 2895 #: wc-satispay.php:235 96 96 msgid "Satispay is not correctly configured, get an Activation Code from Online Shop section on <a href=\"%s\" target=\"_blank\">Satispay Dashboard</a>" 97 97 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.