Changeset 2775711
- Timestamp:
- 08/25/2022 04:59:35 PM (4 years ago)
- Location:
- drip-payments/trunk
- Files:
-
- 3 edited
-
drip-payments.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
src/DripUtils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
drip-payments/trunk/drip-payments.php
r2766893 r2775711 4 4 * Description: Forneça a Drip como opção de pagamento para pedidos do WooCommerce. 5 5 * Author: Drip 6 * Version: 1.4. 56 * Version: 1.4.6 7 7 */ 8 8 //ini_set('display_errors', '1'); … … 381 381 } 382 382 383 if ($order->is_paid()) { 384 wp_redirect($this->get_return_url($order)); 385 exit; 386 } 387 383 388 if ($checkout->status === 'OK') { 384 389 self::log("Order #{$order_id} approved. (Drip Checkout #{$checkout_id})."); -
drip-payments/trunk/readme.txt
r2766893 r2775711 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.0 7 Stable tag: 1.4. 57 Stable tag: 1.4.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
drip-payments/trunk/src/DripUtils.php
r2766893 r2775711 11 11 const DRIP_PAYMENTS_BASE_URI_PRODUCTION = 'https://drip-be.usedrip.com.br/api/'; 12 12 13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '1.4. 5';13 const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '1.4.6'; 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.