-
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(merchant_account): add is_recon_enabled
field in merchant_account
#1713
Merged
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
github-actions
bot
added
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Jul 14, 2023
anji-reddy-j
changed the title
feat(merchant_account):add
feat(merchant_account): add Jul 14, 2023
is_recon_enabled
field in merchant_accountis_recon_enabled
field in merchant_account
github-actions
bot
removed
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Jul 14, 2023
anji-reddy-j
force-pushed
the
recon_setup_v1
branch
3 times, most recently
from
July 14, 2023 13:05
8d76d30
to
4c5dba6
Compare
anji-reddy-j
force-pushed
the
recon_setup_v1
branch
from
July 18, 2023 02:31
4c5dba6
to
c5eed3d
Compare
anji-reddy-j
added
C-feature
Category: Feature request or enhancement
M-database-changes
Metadata: This PR involves database schema changes
S-waiting-on-approval
Status: Review completed, awaiting for approvals from code-owners
labels
Jul 18, 2023
anji-reddy-j
added
the
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
label
Jul 18, 2023
2 tasks
anji-reddy-j
requested review from
jagan-jaya,
Narayanbhat166 and
Abhicodes-crypto
July 18, 2023 02:37
anji-reddy-j
force-pushed
the
recon_setup_v1
branch
2 times, most recently
from
July 18, 2023 11:40
e50277a
to
1f11bcc
Compare
Abhicodes-crypto
previously approved these changes
Jul 18, 2023
anji-reddy-j
force-pushed
the
recon_setup_v1
branch
from
July 18, 2023 12:01
1f11bcc
to
668aeb8
Compare
anji-reddy-j
force-pushed
the
recon_setup_v1
branch
from
July 18, 2023 12:51
668aeb8
to
8dc65c0
Compare
Narayanbhat166
approved these changes
Jul 18, 2023
jagan-jaya
approved these changes
Jul 18, 2023
ashokkjag
approved these changes
Jul 18, 2023
SanchithHegde
removed
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
S-waiting-on-approval
Status: Review completed, awaiting for approvals from code-owners
labels
Jul 19, 2023
2 tasks
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-feature
Category: Feature request or enhancement
M-database-changes
Metadata: This PR involves database schema 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 is_recon_enabled field in merchant_account table and sending it in retrive merchant_account api
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy