Changeset 3068701
- Timestamp:
- 04/10/2024 11:00:54 PM (2 years ago)
- Location:
- openpay-stores/trunk
- Files:
-
- 3 edited
-
openpay_stores.php (modified) (1 diff)
-
openpay_stores_gateway.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openpay-stores/trunk/openpay_stores.php
r3039474 r3068701 5 5 * Plugin URI: http://www.openpay.mx/docs/plugins/woocommerce.html 6 6 * Description: Provides a cash payment method with Openpay for WooCommerce. 7 * Version: 1.12. 07 * Version: 1.12.1 8 8 * Author: Openpay 9 9 * Author URI: http://www.openpay.mx -
openpay-stores/trunk/openpay_stores_gateway.php
r3039474 r3068701 237 237 "description" => sprintf("Cargo para %s", $this->order->get_billing_email()), 238 238 "order_id" => $this->order->get_id(), 239 'due_date' => $due_date 239 'due_date' => $due_date, 240 "origin_channel" => "PLUGIN_WOOCOMMERCE" 240 241 ); 241 242 -
openpay-stores/trunk/readme.txt
r3039474 r3068701 5 5 Tested up to: 6.4.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.12. 07 Stable tag: 1.12.1 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.