Paypal In-Context Debugging

Hi everyone,

Which specific files / functions are used in the 'paypal' add on for in-context checkout? I have some issues with one of the add ons which is not passing the right costs so the checkout fails.

I need to be able to debug the page but the Ajax calls make that some what tricky so I'm wondering if anyone can point me in the right direction to start debugging the issue on the paypal add on.

Thanks in advance.

Mark

All functions related with common PayPal Express Checkout are use by in-context checkout

All functions related with common PayPal Express Checkout are use by in-context checkout

If I turn off the 'in-context' option for the module the other costs are calculated properly and the order can be processed on the older checkout flow method.

So, there must be some line that specifically is not adding the fix from the standard paypal checkout when in-context is applied so i'm looking to find where exactly I should begin to debug in respect of the function and debugging the output to the page since it is Ajax based calls.

Any help appreciated.

Solved.