I'd like to know if this is working as expected:
- If a user processes a proper payment without returning to my site, the 'auto' url is changing the payment status from 'in_checkout' to 'payment received'
- If a user processes a proper payment AND returns to my site, the 'effectue' url is changing the payment status from 'in_checkout' to 'completed'

So, whether the user returned to my site or not, the status is 'payment received' or 'completed'. Shouldn't it be the same?