Changeset 3083625
- Timestamp:
- 05/08/2024 11:32:28 PM (23 months ago)
- Location:
- openpay-stores/trunk
- Files:
-
- 3 edited
-
openpay_stores.php (modified) (1 diff)
-
openpay_stores_gateway.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openpay-stores/trunk/openpay_stores.php
r3068701 r3083625 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. 17 * Version: 1.12.2 8 8 * Author: Openpay 9 9 * Author URI: http://www.openpay.mx -
openpay-stores/trunk/openpay_stores_gateway.php
r3068701 r3083625 251 251 if ($result_json != false) { 252 252 $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; 254 254 //WC()->session->set('pdf_url', $pdf_url); 255 255 //Save data for the ORDER -
openpay-stores/trunk/readme.txt
r3068701 r3083625 5 5 Tested up to: 6.4.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.12. 17 Stable tag: 1.12.2 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 17 17 18 18 == Changelog == 19 = 1.12.2 = 20 * Fix. Solución al error de referencia de pago pdf en email. 19 21 = 1.12.0 = 20 22 * Actualización de compatibilidad con Wordpress 6.4.3 & WooCommerce 8.5.2
Note: See TracChangeset
for help on using the changeset viewer.