Hi guys, thanks for the awesome product.
I am trying to create a custom PaymentProcessor and having some issues.
When a user enters their card info I want to save that data into to the session data, but I am getting the following error:
The payment provider saltpay is of type PaymentProcessor. PaymentProcessors cannot update payment session data.
My question is, if a PaymentProcessor cannot update payment session data, then how do I access data entered from the frontend in my PaymentProcessor?