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
Track also transaction ID from a payment gateway response to payment_processing.
It implies adding a new column transaction_id to payment_processing and fill it in PaymentProcessing::create().
A new console command is also should added:
console payment:transaction transcationID
The command will display a raw response from the payment gateway for the provided transaction id.
TODO: add an api end point for that too ?
The text was updated successfully, but these errors were encountered:
Track also transaction ID from a payment gateway response to
payment_processing
.It implies adding a new column
transaction_id
topayment_processing
and fill it inPaymentProcessing::create()
.A new console command is also should added:
The command will display a raw response from the payment gateway for the provided transaction id.
TODO: add an api end point for that too ?
The text was updated successfully, but these errors were encountered: