When I do an paypal express checkout payment, the payment status is always "DEPOSITING" !
Sorry for my quality of English, I'm french. I made a paiement bundle in my website following your instructions in your documentation (http://jmsyst.com/bundles/JMSPaymentCoreBundle/master/usage). On my Website, after Paypal authentication i have the page who says me the payment was correctly successful. But when I look on database the states are not what i expected : FinancialTransaction with the state STATE_PENDING PaymentInstruction with the state STATE_VALID Payment with the state STATE_APPROVING
Unlike these status my sandbox says me the payment is successful.
Is it normal ?
The same for me I made related issue here schmittjoh/JMSPaymentPaypalBundle#53
Yesterday i was trying to do this differently like in https://github.com/dermythos/JMSPaymentCoreBundle/blob/master/Controller/DemoController.php
but cannot confirm if it is working because of lack of time.