Plugin Directory

Changeset 3083625


Ignore:
Timestamp:
05/08/2024 11:32:28 PM (23 months ago)
Author:
openpay
Message:

Solucion a error de pdf paynet en email

Location:
openpay-stores/trunk
Files:
3 edited

Legend:

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

    r3068701 r3083625  
    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.1
     7 * Version: 1.12.2
    88 * Author: Openpay
    99 * Author URI: http://www.openpay.mx
  • openpay-stores/trunk/openpay_stores_gateway.php

    r3068701 r3083625  
    251251        if ($result_json != false) {
    252252            $this->transaction_id = $result_json->id;
    253             $pdf_url = $this->pdf_url_base.'/'.$this->merchant_id.'\/transaction\/'.$result_json->id;
     253            $pdf_url = $this->pdf_url_base.'/'.$this->merchant_id. "/".'transaction'."/".$result_json->id;
    254254            //WC()->session->set('pdf_url', $pdf_url);
    255255            //Save data for the ORDER
  • openpay-stores/trunk/readme.txt

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