You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this extension working with Sagepay forms and getting responses back without problems.
However, the unencrypted response data isn't getting persisted to the sylius_payment.details field. The only content is the data created before going to the gateway.
I can see where the data is added to the payment here:
This is mainly a question:
I have this extension working with Sagepay forms and getting responses back without problems.
However, the unencrypted response data isn't getting persisted to the
sylius_payment.details
field. The only content is the data created before going to the gateway.I can see where the data is added to the payment here:
SyliusSagepayPlugin/src/Action/Integrations/Form/StatusAction.php
Line 38 in 9d116dd
But like I said - its not persisted later.
Should it be persisted?
The text was updated successfully, but these errors were encountered: