Issue with Updating payment_session Table #14530
Unanswered
dhanasekar13
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I attempted to update the payment_session table using the query below, but the record is not getting updated.
await paymentModuleService.updatePaymentSession({
id: 'pay_sess_example_value',
data: { ...response, payment_method },
});
However, the values from createPaymentSession are still being retained, and the updated data is not reflecting in the table.
Please help with a workaround or suggest an alternative approach to ensure the changes are updated correctly.
Beta Was this translation helpful? Give feedback.
All reactions