Plugin Directory

Changeset 3147768


Ignore:
Timestamp:
09/06/2024 08:02:36 PM (19 months ago)
Author:
tknuth
Message:

Remove the word Redirector

Location:
checkoutchamp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • checkoutchamp/trunk/README.txt

    r3147568 r3147768  
    1010
    1111
    12 Give Your WooCommerce Store An Unfair Advantage With Checkout Champ Redirector
     12Give Your WooCommerce Store An Unfair Advantage With Checkout Champ
    1313
    1414
  • checkoutchamp/trunk/includes/routes/Routes_loader.php

    r3147568 r3147768  
    6565            if (isset($body['isLast']) && $body['isLast'] === true) {
    6666                update_option('checkout_champ_state', 'enabled');
    67                 wp_send_json_success(array('message' => 'Checkout Champ Redirector is now enabled'));
     67                wp_send_json_success(array('message' => 'Checkout Champ is now enabled'));
    6868                exit;
    6969            }
     
    112112        update_option('checkout_champ_last_updated', 0);
    113113        update_option("checkout_champ_error_message", $message);
    114         wp_send_json_success(array('message' => 'Checkout Champ Redirector is now disabled'));
     114        wp_send_json_success(array('message' => 'Checkout Champ is now disabled'));
    115115        exit;
    116116    }
Note: See TracChangeset for help on using the changeset viewer.