Changeset 3317483
- Timestamp:
- 06/25/2025 08:40:43 AM (9 months ago)
- Location:
- payop-woocommerce
- Files:
-
- 8 edited
- 1 copied
-
tags/3.0.11 (copied) (copied from payop-woocommerce/trunk)
-
tags/3.0.11/README.md (modified) (2 diffs)
-
tags/3.0.11/includes/class-wc-gateway-payop.php (modified) (2 diffs)
-
tags/3.0.11/payop.php (modified) (1 diff)
-
tags/3.0.11/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/includes/class-wc-gateway-payop.php (modified) (2 diffs)
-
trunk/payop.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payop-woocommerce/tags/3.0.11/README.md
r3261465 r3317483 11 11 - Wordpress 6.3+ 12 12 - WooCommerce 8.3+ 13 14 13 15 14 ## Installation Guide for Payop in WordPress WooCommerce … … 51 50 5. Paste them into the corresponding fields in the WooCommerce plugin settings. 52 51 53 54 52 ## Support 55 53 -
payop-woocommerce/tags/3.0.11/includes/class-wc-gateway-payop.php
r3246520 r3317483 4 4 * 5 5 * @extends WC_Payment_Gateway 6 * @version 1.0. 56 * @version 1.0.6 7 7 */ 8 8 … … 449 449 $order = wc_get_order( $order_id ); 450 450 451 $this->empty_cart();452 453 // Return thankyou redirect.454 451 return [ 455 452 'result' => 'success', 456 'redirect' => $ this->get_return_url( $order),453 'redirect' => $order->get_checkout_payment_url( true ), 457 454 ]; 458 455 } -
payop-woocommerce/tags/3.0.11/payop.php
r3261465 r3317483 5 5 Description: Payop: Online payment processing service ➦ Accept payments online by 150+ methods from 170+ countries. Payments gateway for Growing Your Business in New Locations and fast online payments 6 6 Author URI: https://payop.com/ 7 Version: 3.0.1 07 Version: 3.0.11 8 8 Requires at least: 6.3 9 Tested up to: 6. 7.29 Tested up to: 6.8.1 10 10 Requires PHP: 7.4 11 11 WC requires at least: 8.3 12 WC tested up to: 9. 7.112 WC tested up to: 9.9.4 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
payop-woocommerce/tags/3.0.11/readme.txt
r3261465 r3317483 1 1 === Payop Official === 2 2 Tags: credit cards, payment methods, payop, payment gateway 3 Version: 3.0.1 04 Stable tag: 3.0.1 03 Version: 3.0.11 4 Stable tag: 3.0.11 5 5 Requires at least: 6.3 6 Tested up to: 6. 7.26 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 8 WC requires at least: 8.3 9 WC tested up to: 9. 7.19 WC tested up to: 9.9.4 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 202 202 * Updated: Installation and configuration documentation 203 203 * Improved: Internal code refactoring for better maintainability and readability 204 205 = 3.0.11 = 206 * Fixed: Fixed Incorrect behaviour when pressing the `Back` button in the browser -
payop-woocommerce/trunk/README.md
r3261465 r3317483 11 11 - Wordpress 6.3+ 12 12 - WooCommerce 8.3+ 13 14 13 15 14 ## Installation Guide for Payop in WordPress WooCommerce … … 51 50 5. Paste them into the corresponding fields in the WooCommerce plugin settings. 52 51 53 54 52 ## Support 55 53 -
payop-woocommerce/trunk/includes/class-wc-gateway-payop.php
r3246520 r3317483 4 4 * 5 5 * @extends WC_Payment_Gateway 6 * @version 1.0. 56 * @version 1.0.6 7 7 */ 8 8 … … 449 449 $order = wc_get_order( $order_id ); 450 450 451 $this->empty_cart();452 453 // Return thankyou redirect.454 451 return [ 455 452 'result' => 'success', 456 'redirect' => $ this->get_return_url( $order),453 'redirect' => $order->get_checkout_payment_url( true ), 457 454 ]; 458 455 } -
payop-woocommerce/trunk/payop.php
r3261465 r3317483 5 5 Description: Payop: Online payment processing service ➦ Accept payments online by 150+ methods from 170+ countries. Payments gateway for Growing Your Business in New Locations and fast online payments 6 6 Author URI: https://payop.com/ 7 Version: 3.0.1 07 Version: 3.0.11 8 8 Requires at least: 6.3 9 Tested up to: 6. 7.29 Tested up to: 6.8.1 10 10 Requires PHP: 7.4 11 11 WC requires at least: 8.3 12 WC tested up to: 9. 7.112 WC tested up to: 9.9.4 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
payop-woocommerce/trunk/readme.txt
r3261465 r3317483 1 1 === Payop Official === 2 2 Tags: credit cards, payment methods, payop, payment gateway 3 Version: 3.0.1 04 Stable tag: 3.0.1 03 Version: 3.0.11 4 Stable tag: 3.0.11 5 5 Requires at least: 6.3 6 Tested up to: 6. 7.26 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 8 WC requires at least: 8.3 9 WC tested up to: 9. 7.19 WC tested up to: 9.9.4 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 202 202 * Updated: Installation and configuration documentation 203 203 * Improved: Internal code refactoring for better maintainability and readability 204 205 = 3.0.11 = 206 * Fixed: Fixed Incorrect behaviour when pressing the `Back` button in the browser
Note: See TracChangeset
for help on using the changeset viewer.