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
// internal error, log exception and display a generic message to the customer
922
-
return$this->handleError('error', 'unknown processor error ' . $this->_paymentProcessor['payment_processor_type'], array($e->getCode() => $e->getMessage()), $e->getCode(), 'Sorry, there was an error processing your payment. Please try again later.');
928
+
$this->handleError('error', 'unknown processor error ' . $this->_paymentProcessor['payment_processor_type'], array($e->getCode() => $e->getMessage()), $e->getCode(), 'Sorry, there was an error processing your payment. Please try again later.');
923
929
}
924
930
}
925
931
@@ -981,5 +987,32 @@ private function createGateway($id) {
981
987
$this->setProcessorFields();
982
988
}
983
989
990
+
/**
991
+
* Remove sensitive data from the session before it is stored.
0 commit comments