-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(connector): [Authorizedotnet] Add Wallet support #1223
Conversation
Signed-off-by: chikke srujan <[email protected]>
Signed-off-by: chikke srujan <[email protected]>
Signed-off-by: chikke srujan <[email protected]>
Signed-off-by: chikke srujan <[email protected]>
BankAccount(BankAccountDetails), | ||
Wallet, | ||
Klarna, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are other PaymentDetails removed? aren't they supported now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other payment methods are not implemented for this connector. They don't support this payment methods
BankTransfer, | ||
} | ||
|
||
#[derive(Serialize, Deserialize, Debug)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need both Serialize and Deserialize
pub cancel_url: Option<String>, | ||
} | ||
|
||
#[derive(Serialize, Debug, Deserialize)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need both Serialize and Deserialize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parent struct uses both deserialize and serialize .
pub data_value: String, | ||
} | ||
|
||
#[derive(Serialize, Debug, Deserialize)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need both Serialize and Deserialize
…llets_support_for_authorizedotnet
…llets_support_for_authorizedotnet Signed-off-by: chikke srujan <[email protected]>
Signed-off-by: chikke srujan <[email protected]>
…_support_for_authorizedotnet Signed-off-by: chikke srujan <[email protected]>
e4568ab
Type of Change
Description
Wallet Support[Paypal, Googlepay and Applepay] for Authorizedotnet
Additional Changes
Motivation and Context
How did you test it?
Note : It takes one day for this connector to update status from Processing to Success.
Google pay
Paypal Redirection
tested unit tests to ensure existing flows
tested airwallex as there is core change which may alter airwallex 3ds payment
Note : Apple pay testing is pending
Checklist
cargo +nightly fmt --all
cargo clippy