Plugin Directory

Changeset 1511771


Ignore:
Timestamp:
10/10/2016 12:05:15 PM (9 years ago)
Author:
criptopay
Message:

Actualización servidores API

Location:
criptopay-wp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • criptopay-wp/tags/3.2.0/CriptoPayApiPHP/src/Comun/CriptoPayApiRest.php

    r1511681 r1511771  
    5757        }
    5858       
    59         $this->ApiServidor = $this->ApiServidor."/api";//.  self::$VERSION;
     59        $this->ApiServidor = $this->ApiServidor.  self::$VERSION;
    6060       
    6161        //Limpiamos el última slash para prevenir errores
  • criptopay-wp/tags/3.2.0/class-wc-criptopay.php

    r1511703 r1511771  
    8282        public function __construct() {
    8383            $this->id = 'criptopay';
    84             $this->icon = home_url() . '/wp-content/plugins/criptopay/assets/images/CriptoPay_logo.png';
     84            $this->icon = plugins_url( 'criptopay-wp/assets/images/CriptoPay_logo.png' );
    8585            $this->method_title = __('CriptoPay Bitcoin and Altcoins Payments for Woocommerce', 'woocriptopay');
    8686            $this->method_description = __('Bitcoin and Altcoins( Dogecoin, Litecoin, OkCash, more...) Payments for Woocommerce with auto change to your local currency.', 'woocriptopay');
     
    140140                        'https://testnet.cripto-pay.com' => __('Sandbox - https://testnet.cripto-pay.com', 'woocriptopay'),
    141141                        'https://cripto-pay.com' => __('Production - https://cripto-pay.com', 'woocriptopay'),
    142                         'https://developers.cripto-pay.com' => __('Desarrollo - https://developers.cripto-pay.com', 'woocriptopay'),
    143142                    )
    144143                ),
  • criptopay-wp/trunk/CriptoPayApiPHP/src/Comun/CriptoPayApiRest.php

    r1511681 r1511771  
    5757        }
    5858       
    59         $this->ApiServidor = $this->ApiServidor."/api";//.  self::$VERSION;
     59        $this->ApiServidor = $this->ApiServidor.  self::$VERSION;
    6060       
    6161        //Limpiamos el última slash para prevenir errores
  • criptopay-wp/trunk/class-wc-criptopay.php

    r1511703 r1511771  
    8282        public function __construct() {
    8383            $this->id = 'criptopay';
    84             $this->icon = home_url() . '/wp-content/plugins/criptopay/assets/images/CriptoPay_logo.png';
     84            $this->icon = plugins_url( 'criptopay-wp/assets/images/CriptoPay_logo.png' );
    8585            $this->method_title = __('CriptoPay Bitcoin and Altcoins Payments for Woocommerce', 'woocriptopay');
    8686            $this->method_description = __('Bitcoin and Altcoins( Dogecoin, Litecoin, OkCash, more...) Payments for Woocommerce with auto change to your local currency.', 'woocriptopay');
     
    140140                        'https://testnet.cripto-pay.com' => __('Sandbox - https://testnet.cripto-pay.com', 'woocriptopay'),
    141141                        'https://cripto-pay.com' => __('Production - https://cripto-pay.com', 'woocriptopay'),
    142                         'https://developers.cripto-pay.com' => __('Desarrollo - https://developers.cripto-pay.com', 'woocriptopay'),
    143142                    )
    144143                ),
Note: See TracChangeset for help on using the changeset viewer.