Registry::get('config.dir.payments') Flow Problem

Please anybody could tell me what does this line means include(Registry::get(‘config.dir.payments’) . $processor_data[‘processor_script’]);Where it goes after this line is called?Output of my processor script is [processor_script] => citrus_script.php.Please help…





Thank You

Processor_script is a column in the database related to the processor.

Which file or function is basically called after execuetion of this line:[color=#282828][font=arial, verdana, tahoma, sans-serif](Registry::get('config.dir.payments') . $processor_data['processor_script'])…[/font][/color]

[quote name='madhuri' timestamp='1422517060' post='203753']

Which file or function is basically called after execuetion of this line:[color=#282828][font=arial, verdana, tahoma, sans-serif](Registry::get('config.dir.payments') . $processor_data['processor_script'])…[/font][/color]

[/quote]



app/payments/citrus_script.php

Thanks a lot…

You are welcome!