-
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): [Fiuu] Add DuitNow/FPX PaymentMethod #5841
Merged
Gnanasundari24
merged 5 commits into
main
from
6688-featconnector-fiuu-add-diutnowqr-for-fiuu
Sep 11, 2024
Merged
Feat(connector): [Fiuu] Add DuitNow/FPX PaymentMethod #5841
Gnanasundari24
merged 5 commits into
main
from
6688-featconnector-fiuu-add-diutnowqr-for-fiuu
Sep 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review changes with SemanticDiff. Analyzed 12 of 22 files. Overall, the semantic diff is 25% smaller than the GitHub diff. File Information
|
awasthi21
force-pushed
the
6688-featconnector-fiuu-add-diutnowqr-for-fiuu
branch
from
September 10, 2024 04:57
43f054c
to
60771b2
Compare
deepanshu-iiitu
requested changes
Sep 10, 2024
crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs
Outdated
Show resolved
Hide resolved
hyperswitch-bot
bot
added
the
M-api-contract-changes
Metadata: This PR involves API contract changes
label
Sep 10, 2024
deepanshu-iiitu
previously approved these changes
Sep 10, 2024
awasthi21
changed the title
Feat(connector): [Fiuu] Add DuitNow PaymentMethod
Feat(connector): [Fiuu] Add DuitNow/FPX PaymentMethod
Sep 11, 2024
SanchithHegde
approved these changes
Sep 11, 2024
deepanshu-iiitu
approved these changes
Sep 11, 2024
Gnanasundari24
deleted the
6688-featconnector-fiuu-add-diutnowqr-for-fiuu
branch
September 11, 2024 11:31
pixincreate
added a commit
that referenced
this pull request
Sep 13, 2024
* 'main' of github.com:juspay/hyperswitch: (51 commits) feat(connector): [DEUTSCHEBANK] Integrate SEPA Payments (#5826) feat(payments_v2): payment intent diesel and domain models changes v2 (#5783) feat(connector): [Fiuu] ADD Wasm Configs (#5874) chore(version): 2024.09.13.0 refactor(core): Update shipping_cost and order_tax_amount to net_amount of payment_attempt (#5844) refactor: return optional request body from build_request_v2 in ConnectorIntegrationV2 trait (#5865) feat(refunds): Refunds aggregate api (#5795) refactor: handle redirections for iframed content (#5591) refactor(payment_links): Update API contract for dynamic transaction details and upgrade UI (#5849) fix(router): add payment_method check in `get_mandate_type` (#5828) fix(connector): [ZSL] compare consr_paid_amt with the total amount for identifying partial payments (#5873) feat(connector): [Novalnet] add Payment flows for cards (#5726) chore(version): 2024.09.12.0 fix(router): return `collect_billing_details_from_wallet_connector` if `always_collect_billing_details_from_wallet_connector ` is false in merchant payment method list (#5854) feat(opensearch): add profile_id and organization_id to /search APIs (#5705) build(deps): bump `sqlx` to `0.8.2` (#5859) refactor: Remove unwanted commented lines (#5851) feat(payments): add support for profile aggregates (#5845) Feat(connector): [Fiuu] Add DuitNow/FPX PaymentMethod (#5841) chore: remove Connectors enum dependency from ConnectorIntegrationV2 trait (#5840) ...
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
M-api-contract-changes
Metadata: This PR involves API contract changes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Added DuitNowQR
Added FPX Payment Method
Additional Changes
Motivation and Context
How did you test it?
Request
Response
**FPX **
Request
Response
Checklist
cargo +nightly fmt --all
cargo clippy