diff --git a/system/autoload/Package.php b/system/autoload/Package.php index 94e5aa6a..03ea3ea1 100644 --- a/system/autoload/Package.php +++ b/system/autoload/Package.php @@ -360,8 +360,8 @@ class Package "\nChannel: " . $channel . "\nPrice: " . Lang::moneyFormat($p['price'])); } - Message::sendInvoice($c, $t); run_hook("recharge_user_finish"); + Message::sendInvoice($c, $t); return true; }