mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): [XENDIT] Added Integrity Check for Authorize, Capture, Refund & RSync flows (#8049)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9f9fef492b
commit
caa0723502
@ -2750,7 +2750,6 @@ pub fn convert_back_amount_to_minor_units<T>(
|
||||
.convert_back(amount, currency)
|
||||
.change_context(errors::ConnectorError::AmountConversionFailed)
|
||||
}
|
||||
|
||||
pub trait NetworkTokenData {
|
||||
fn get_card_issuer(&self) -> Result<CardIssuer, Error>;
|
||||
fn get_expiry_year_4_digit(&self) -> Secret<String>;
|
||||
|
||||
Reference in New Issue
Block a user