Skip to content
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

Merged
merged 29 commits into from
Jul 14, 2023

Conversation

srujanchikke
Copy link
Contributor

@srujanchikke srujanchikke commented May 21, 2023

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Wallet Support[Paypal, Googlepay and Applepay] for Authorizedotnet

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

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
Screenshot 2023-05-21 at 11 10 00 PM

Paypal Redirection
Screenshot 2023-05-21 at 11 08 52 PM

Screenshot 2023-05-21 at 11 08 39 PM Screenshot 2023-05-21 at 11 09 10 PM

tested unit tests to ensure existing flows
Screenshot 2023-05-21 at 11 15 58 PM

tested airwallex as there is core change which may alter airwallex 3ds payment

Screenshot 2023-05-29 at 12 28 37 PM Screenshot 2023-05-29 at 12 29 05 PM

Note : Apple pay testing is pending

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@srujanchikke srujanchikke added A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement S-waiting-on-review Status: This PR has been implemented and needs to be reviewed R-waiting-on-L1 Review: Waiting on L1 reviewer labels May 21, 2023
@srujanchikke srujanchikke self-assigned this May 21, 2023
@srujanchikke srujanchikke requested review from a team as code owners May 21, 2023 18:20
@srujanchikke srujanchikke linked an issue May 21, 2023 that may be closed by this pull request
Signed-off-by: chikke srujan <[email protected]>
Signed-off-by: chikke srujan <[email protected]>
SanchithHegde
SanchithHegde previously approved these changes May 21, 2023
BankAccount(BankAccountDetails),
Wallet,
Klarna,
Copy link
Contributor

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?

Copy link
Contributor Author

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)]
Copy link
Contributor

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)]
Copy link
Contributor

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

Copy link
Contributor Author

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)]
Copy link
Contributor

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

@srujanchikke srujanchikke requested a review from a team as a code owner May 26, 2023 10:25
@SanchithHegde SanchithHegde added the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label Jun 29, 2023
ArjunKarthik
ArjunKarthik previously approved these changes Jul 5, 2023
jagan-jaya
jagan-jaya previously approved these changes Jul 5, 2023
@jagan-jaya jagan-jaya added S-ready-for-merge and removed S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels Jul 5, 2023
SanchithHegde
SanchithHegde previously approved these changes Jul 7, 2023
@bernard-eugine bernard-eugine added the P-high Priority: High label Jul 13, 2023
@ArjunKarthik ArjunKarthik added the S-needs-conflict-resolution Status: This PR needs conflicts to be resolved by the author label Jul 14, 2023
…_support_for_authorizedotnet

Signed-off-by: chikke srujan <[email protected]>
@srujanchikke srujanchikke removed the S-needs-conflict-resolution Status: This PR needs conflicts to be resolved by the author label Jul 14, 2023
@SanchithHegde SanchithHegde added this pull request to the merge queue Jul 14, 2023
Merged via the queue into main with commit 05540ea Jul 14, 2023
7 checks passed
@SanchithHegde SanchithHegde deleted the add_wallets_support_for_authorizedotnet branch July 14, 2023 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-integration Area: Connector integration A-core Area: Core flows C-feature Category: Feature request or enhancement
Projects
No open projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

feat(connector) : [Authorizedotnet] Add Wallet support
6 participants