Skip to content

Instantly share code, notes, and snippets.

@rizdaprasetya
Last active April 27, 2017 03:27
Show Gist options
  • Save rizdaprasetya/eefcc5328b814af2f8262da0c832bdea to your computer and use it in GitHub Desktop.
Save rizdaprasetya/eefcc5328b814af2f8262da0c832bdea to your computer and use it in GitHub Desktop.
}else if ($veritrans_notification->transaction_status == 'expire'){
try{
$history->changeIdOrderState(Configuration::get('VT_PAYMENT_FAILURE_STATUS_MAP'), $order_id_notif);
} catch (Exception $e) {
echo "not updated";
}
echo 'Expire notification accepted.';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment