feat(connector): [Trustpay] add authorize (cards 3ds, no3ds and bank redirects), refund, psync, rsync (#717)

Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
saiharsha-juspay
2023-03-13 17:23:39 +05:30
committed by GitHub
parent 230fcdd4e1
commit e102cae76c
18 changed files with 2002 additions and 11 deletions

View File

@ -44,7 +44,7 @@ where
/// Functionality, for specifically encoding `Self` into `String`
/// after serialization by using `serde::Serialize`
///
fn encode(&'e self) -> CustomResult<String, errors::ParsingError>
fn url_encode(&'e self) -> CustomResult<String, errors::ParsingError>
where
Self: Serialize;
@ -103,7 +103,7 @@ where
}
// Check without two functions can we combine this
fn encode(&'e self) -> CustomResult<String, errors::ParsingError>
fn url_encode(&'e self) -> CustomResult<String, errors::ParsingError>
where
Self: Serialize,
{