feat(connector): [NOVALNET] Pass Payment Metadata fields to Connector#10315
Merged
likhinbopanna merged 2 commits intomainfrom Nov 18, 2025
Merged
feat(connector): [NOVALNET] Pass Payment Metadata fields to Connector#10315likhinbopanna merged 2 commits intomainfrom
likhinbopanna merged 2 commits intomainfrom
Conversation
Changed Files
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10315 +/- ##
=======================================
Coverage ? 6.50%
=======================================
Files ? 1232
Lines ? 307896
Branches ? 0
=======================================
Hits ? 20041
Misses ? 287855
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
deepanshu-iiitu
previously approved these changes
Nov 17, 2025
dgeee13
previously approved these changes
Nov 17, 2025
f39bb91
dgeee13
approved these changes
Nov 17, 2025
deepanshu-iiitu
approved these changes
Nov 17, 2025
bsayak03
added a commit
that referenced
this pull request
Nov 25, 2025
…#10315) Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Novalnet expects metadata field inside their
customobject. They expect the key value pairs in different field names.example:
This will go to Novalnet as
Additional Changes
Motivation and Context
Reference : https://developer.novalnet.com/onlinepayments/apiparameterreference
How did you test it?
cURL:
Response:
cURL:
Response:
cURL :
Response:
Checklist
cargo +nightly fmt --allcargo clippy