-
Notifications
You must be signed in to change notification settings - Fork 303
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
carol/ P2P: Payment method #4087
carol/ P2P: Payment method #4087
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/deriv/deriv-app/nZSc6gXxWYTeHfiV4Gcb1Qdeg2An |
A production App ID was automatically generated for this PR. (log)
Click here to copy & paste above information.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -0,0 +1,5 @@ | |||
<svg width="2" height="10" viewBox="0 0 2 10" fill="none" xmlns="http://www.w3.org/2000/svg"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
svgo?
@@ -26,6 +26,7 @@ export default class OrderStore { | |||
@observable orders = []; | |||
@observable order_id = null; | |||
@observable order_rerender_timeout = null; | |||
// @observable payment_method_accordion_details = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove the unused props?
PM detail validation regex regeneration photosynthesis
fixed crashing and burning create ad modal
…iv-app into payment-methods
added dashing dash to ad table
PM minor fixes
Fix: empty spacing in advertisement and buy-sell page
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.