Plugin Directory

Changeset 3068701


Ignore:
Timestamp:
04/10/2024 11:00:54 PM (2 years ago)
Author:
openpay
Message:

Se informa parametro origin_channel

Location:
openpay-stores/trunk
Files:
3 edited

Legend:

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

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

    r3039474 r3068701  
    237237            "description" => sprintf("Cargo para %s", $this->order->get_billing_email()),                       
    238238            "order_id" => $this->order->get_id(),
    239             'due_date' => $due_date
     239            'due_date' => $due_date,
     240            "origin_channel" => "PLUGIN_WOOCOMMERCE"
    240241        );
    241242       
  • openpay-stores/trunk/readme.txt

    r3039474 r3068701  
    55Tested up to: 6.4.3
    66Requires PHP: 5.6
    7 Stable tag: 1.12.0
     7Stable tag: 1.12.1
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.