Plugin Directory

Changeset 3368712


Ignore:
Timestamp:
09/26/2025 10:08:24 PM (6 months ago)
Author:
openpay
Message:

Actualización de textos y logos

Location:
openpay-stores/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • openpay-stores/trunk/openpay_stores.php

    r3083625 r3368712  
    55 * Plugin URI: http://www.openpay.mx/docs/plugins/woocommerce.html
    66 * Description: Provides a cash payment method with Openpay for WooCommerce.
    7  * Version: 1.12.2
     7 * Version: 1.12.3
    88 * Author: Openpay
    99 * Author URI: http://www.openpay.mx
  • openpay-stores/trunk/openpay_stores_gateway.php

    r3083625 r3368712  
    4545    public function __construct() {
    4646        $this->id = 'openpay_stores';
    47         $this->method_title = __('Openpay Stores', 'openpay_stores');
     47        $this->method_title = __('Pago seguro con efectivo', 'openpay_stores');
    4848        $this->has_fields = true;
    4949
     
    5656        $this->iva = $this->country == 'CO' ? $this->settings['iva'] : 0;
    5757
    58         $this->title = 'Pago en efectivo en tiendas de conveniencia';
     58        switch ($this->country){
     59            case 'MX':
     60                $this->title = 'Pago seguro con efectivo';
     61                break;
     62            case 'CO':
     63                $this->title = 'Pago con efectivo';
     64                break;
     65            case 'PE':
     66                $this->title = 'Pago en agencias';
     67                break;
     68        }
     69
    5970        $this->description = '';
    6071        $this->is_sandbox = strcmp($this->settings['sandbox'], 'yes') == 0;
     
    7081               
    7182        $this->pdf_url_base = UtilsStores::getUrlPdfBase($this->is_sandbox, $this->country);
     83
     84
    7285       
    7386        // tell WooCommerce to save options
  • openpay-stores/trunk/readme.txt

    r3083625 r3368712  
    55Tested up to: 6.4.3
    66Requires PHP: 5.6
    7 Stable tag: 1.12.2
     7Stable tag: 1.12.3
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1717
    1818== Changelog ==
     19= 1.12.3 =
     20* Actualización de textos y logos
    1921= 1.12.2 =
    2022* Fix. Solución al error de referencia de pago pdf en email.
Note: See TracChangeset for help on using the changeset viewer.