Plugin Directory

Changeset 3081352


Ignore:
Timestamp:
05/04/2024 09:29:48 PM (2 years ago)
Author:
credocentral
Message:

2.0.1 update demo API base_url

Location:
credo-payment-forms
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • credo-payment-forms/trunk/includes/class-wc-gateway-credo.php

    r3027671 r3081352  
    225225        $this->public_key = $this->testmode ? $this->test_public_key : $this->live_public_key;
    226226        $this->secret_key = $this->testmode ? $this->test_secret_key : $this->live_secret_key;
    227         $this->base_url   = $this->testmode ? 'https://api.public.credodemo.com' : 'https://api.credocentral.com';
     227        $this->base_url   = $this->testmode ? 'https://api.credodemo.com' : 'https://api.credocentral.com';
    228228
    229229
     
    864864            wc_add_notice( __( 'Unable to process payment try again', 'woo-credo' ), 'error' );
    865865
    866             $credo_response = wp_remote_retrieve_body( $request );
    867 
    868 
    869866            return;
    870867        }
  • credo-payment-forms/trunk/readme.txt

    r3027671 r3081352  
    8787
    8888
     89= 2.0.1 - April 5, 2024 =
     90*   Update: Removed "public" from api base url
     91
     92= 2.0.0 - January 27, 2024 =
     93*   New: Add support for WooCommerce checkout block
     94*   Tweak: WooCommerce 8.0 compatibility
     95*   Improve: Ensure order amount is in integer when initializing payment on Credo
     96
     97= 1.0.7 - October 8, 2023 =
     98*   Added Pop up payment option
     99
     100= 1.0.6 - September 21, 2023 =
     101*   Update: Updated banners and icons
     102*   Update: Updated Dynamic Settlement Settings
     103
     104= 1.0.1 - August 22, 2023 =
     105*   Update: Added Assets
     106
    89107= 1.0.0 - July 24, 2023 =
    90108*   First release
    91109
    92 = 1.0.1 - August 22, 2023 =
    93 *   Added Assets
    94110
    95 = 1.0.6 - September 21, 2023 =
    96 * Updated banners and icons
    97 * Updated Dynamic Settlement Settings
    98111
    99 = 1.0.7 - October 8, 2023 =
    100 * Added Pop up payment option
    101112
    102113
  • credo-payment-forms/trunk/woo-credo.php

    r3027671 r3081352  
    55 * Plugin URI: https://credocentral.com
    66 * Description: WooCommerce payment gateway for Credo
    7  * Version: 2.0.0
     7 * Version: 2.0.1
    88 * Author: Lanre Yusuf
    99 * Author URI: https://linkedin.com/in/lanre-yusuf-a55b3a80
     
    1111 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    1212 * WC requires at least: 7.0
    13  * WC tested up to: 8.3
     13 * WC tested up to: 8.8.3
    1414 * Text Domain: woo-credo
    1515 * Domain Path: /languages
Note: See TracChangeset for help on using the changeset viewer.