Skip to content

Commit

Permalink
Update recurrente-woocommerce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
edguy369 authored Apr 16, 2024
1 parent 3f98dc7 commit afb0ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recurrente-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Recurrente - WooCommerce
* Plugin URI: https://github.com/TipiCode/Woocommerce-Recurrente
* Description: Plugin para Woocommerce que habilita la pasarela de pago Recurrente como método de pago en el checkout de tú sitio web.
* Version: 2.1.1
* Version: 2.0.2
* Requires PHP: 7.4
* Author: tipi(code)
* Author URI: https://codingtipi.com
Expand Down Expand Up @@ -226,4 +226,4 @@ function recurrente_product_tab_product_tab_content() {
?></div>
</div><?php
}
add_action( 'woocommerce_product_data_panels', 'recurrente_product_tab_product_tab_content' );
add_action( 'woocommerce_product_data_panels', 'recurrente_product_tab_product_tab_content' );

0 comments on commit afb0ff3

Please sign in to comment.