And one more inform, I enabled the WorldPay debug log, see some diff, but I am don't know why like this

Here are the key diff part that I am using WinMerge to compare two file ... hope someone here can post me to a direction how to check why no value ...

the work one
PHP Code:
    [navigation] => navigationHistory Object
        
(
            [
path] => Array
                (
                    [
0] => Array
                        (
                            [
page] => index
                            
[mode] => NONSSL
                            
[get] =>
                            [
post] => Array
                                (
                                )

                        )

                    [
1] => Array
                        (
                            [
page] => checkout_shipping
                            
[mode] => NONSSL
                            
[get] =>
                            [
post] => Array
                                (
                                )

                        )

                    [
2] => Array
                        (
                            [
page] => checkout_payment
                            
[mode] => NONSSL
                            
[get] =>
                            [
post] => Array
                                (
                                )

                        )

                    [
3] => Array
                        (
                            [
page] => checkout_confirmation
                            
[mode] => NONSSL
                            
[get] =>
                            [
post] => Array
                                (
                                )

                        )

                    [
4] => Array
                        (
                            [
page] => wp_callback
                            
[mode] => NONSSL
                            
[get] => Array
                                (
                                    [
installation] => 1xxxxx
                                    
[zenid] => ef7566e8ec4a39377f7c88fa8efc2910
                                    
[msgType] => authResult
                                
)

                            [
post] => Array
                                (
                                )

                        )

                )

            [
snapshot] => Array
                (
                )

        ) 


the not work one
PHP Code:
[navigation] => navigationHistory Object
        
(
            [
path] => Array
                (
                    [
0] => Array
                        (
                            [
page] => index
                            
[mode] => NONSSL
                            
[get] =>
                            [
post] => Array
                                (
                                )

                        )

                    [
1] => Array
                        (
                            [
page] => wp_callback
                            
[mode] => NONSSL
                            
[get] => Array
                                (
                                    [
installation] => 1xxxxx
                                    
[zenid] => 3599c4d20d33a49110bf3665f6df79c3
                                    
[msgType] => authResult
                                
)

                            [
post] => Array
                                (
                                )

                        )

                )

            [
snapshot] => Array
                (
                )

        )