ver. 0.290: ShopCoupon + ShopOrder frontend migration to Domain + Controllers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -63,7 +63,7 @@ $settings = ( new \Domain\Settings\SettingsRepository( $mdb ) )->allSettings();
|
||||
$order_id = $mdb -> get( 'pp_shop_orders', '*', [ 'AND' => [ 'status' => 6, 'trustmate_send' => 0 ] ] );
|
||||
if ( is_array( $order_id ) and $order_id['id'] )
|
||||
{
|
||||
$order = \front\factory\ShopOrder::order_details( $order_id['id'] );
|
||||
$order = ( new \Domain\Order\OrderRepository( $mdb ) )->orderDetailsFrontend( $order_id['id'] );
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user