$transaction, 'transactionTotal' => $transactionTotal ]); echo \FluentForm\App\Modules\Payments\PaymentHelper::loadView('order_items_table', [ 'items' => $items, 'discount_items' => $discountItems, 'subTotal' => $subTotal, 'orderTotal' => $orderTotal ]); echo \FluentForm\App\Modules\Payments\PaymentHelper::loadView('customer_details', [ 'transaction' => $transaction ]); echo \FluentForm\App\Modules\Payments\PaymentHelper::loadView('custom_css', []); // phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped ?>