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): [ACI] Implement Przelewy24 Bank Redirect #1064

Merged
merged 6 commits into from
May 10, 2023

Conversation

Sakilmostak
Copy link
Contributor

Type of Change

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

Description

Implemented Przelewy24 Bank Redirect for ACI

Additional Changes

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

Motivation and Context

In ACI connector Przelewy24 Bank Redirect was not implemented, but it is important payment method which is needed in market so I implemented it.

How did you test it?

I tested it using postman

Screen Shot 2023-05-08 at 1 04 31 PM

Screen Shot 2023-05-08 at 1 04 37 PM

Screen Shot 2023-05-08 at 1 27 38 PM

Screen Shot 2023-05-08 at 1 27 48 PM

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

@Sakilmostak Sakilmostak added A-connector-integration Area: Connector integration M-api-contract-changes Metadata: This PR involves API contract changes R-waiting-on-L1 Review: Waiting on L1 reviewer labels May 8, 2023
@Sakilmostak Sakilmostak self-assigned this May 8, 2023
@Sakilmostak Sakilmostak requested review from a team, jarnura and ashokkjag as code owners May 8, 2023 08:19
Przelewy24 {},
Przelewy24 {
// Shopper Email
email: Option<Email>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove option for the email as earlier we don't know what could be the data needed for this payment method.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done👍

@ArjunKarthik ArjunKarthik added S-waiting-on-author Status: This PR is incomplete or needs to address review comments and removed R-waiting-on-L1 Review: Waiting on L1 reviewer labels May 8, 2023
@Sakilmostak Sakilmostak changed the title Feat(Connector): [ACI] Implemented Przelewy24 Bank Redirect Feat(Connector): [ACI] Implement Przelewy24 Bank Redirect May 8, 2023
@jagan-jaya jagan-jaya added R-waiting-on-L2 Review: Waiting on L2 reviewer and removed S-waiting-on-author Status: This PR is incomplete or needs to address review comments labels May 10, 2023
@ArjunKarthik ArjunKarthik added R-waiting-on-L1 Review: Waiting on L1 reviewer R-L1-completed Review: L1 Review completed and removed R-waiting-on-L1 Review: Waiting on L1 reviewer labels May 10, 2023
@jarnura jarnura added S-ready-for-merge and removed R-waiting-on-L2 Review: Waiting on L2 reviewer labels May 10, 2023
@jarnura jarnura added this pull request to the merge queue May 10, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks May 10, 2023
@SanchithHegde SanchithHegde added this pull request to the merge queue May 10, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks May 10, 2023
@SanchithHegde SanchithHegde added this pull request to the merge queue May 10, 2023
Merged via the queue into main with commit cef8914 May 10, 2023
@SanchithHegde SanchithHegde removed R-L1-completed Review: L1 Review completed S-ready-for-merge labels May 10, 2023
@SanchithHegde SanchithHegde deleted the feat/bandRedirect_przelewy branch May 10, 2023 15:48
@SanchithHegde SanchithHegde added the C-feature Category: Feature request or enhancement label May 10, 2023
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 C-feature Category: Feature request or enhancement M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants