This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
////////////////////////////////////////////////////////////////////// | |
// No arquivo 'includes/WC_WooMercadoPago_BasicGateway.php' do plugin | |
// por volta da linha 1299, há um 'switch ( $status )' | |
// altere o código da situação 'approved' para: | |
////////////////////////////////////////////////////////////////////// | |
case 'approved': | |
$mp_aprovado = get_post_meta( $order_id, 'mp_aprovado', '0' ); | |
if ( !$mp_aprovado ) { | |
$order->add_order_note( |
NewerOlder