feat(connector): [Boku] Implement Authorize, Psync, Refund and Rsync flow (#1699)

This commit is contained in:
Sakil Mostak
2023-08-02 14:58:22 +05:30
committed by GitHub
parent 73ed7ae7e3
commit 9cba7da0d3
14 changed files with 570 additions and 161 deletions

View File

@ -18,6 +18,7 @@ pub const DEFAULT_FULFILLMENT_TIME: i64 = 15 * 60;
// String literals
pub(crate) const NO_ERROR_MESSAGE: &str = "No error message";
pub(crate) const NO_ERROR_CODE: &str = "No error code";
pub(crate) const UNSUPPORTED_ERROR_MESSAGE: &str = "Unsupported response type";
pub(crate) const CONNECTOR_UNAUTHORIZED_ERROR: &str = "Authentication Error from the connector";
// General purpose base64 engines