-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Turn on the check for the invoicing feature #48728
Conversation
Btw, this PR relates to this issue as well #47302. |
Note: I'm going to be OOO next week (Sept 16-20) 🌴 |
Reviewer Checklist
Screenshots/VideosAndroid: Native48728.Android.mp4Android: mWeb Chrome48728.mWeb-Chrome.mp4iOS: Native48728.iOS.moviOS: mWeb Safari48728.mWeb-Safari.movMacOS: Chrome / Safari48728.Web.mp4MacOS: Desktop48728.Desktop.mp4 |
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 🚀
I got error response 404
and 507
stripe code from the SendInvoice
API in several tests.
{
"jsonCode": 507,
"message": "507 Stripe error 'invalid_request_error': Not a valid URL",
"additionalData": {
"errorMessage": "Not a valid URL",
"errorType": "invalid_request_error"
},
"onyxData": [],
"requestID": "8c40281b6e76be94-CGK"
}
The above error happen everytime I filled the website with https://google.com
.
We did not find an internal engineer to review this PR, trying to assign a random engineer to #47302 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
# Conflicts: # src/libs/OptionsListUtils.ts
It looks like the failing test is not related to this PR. It happens in other PRs as well: |
@roryabraham It looks like you should be the internal reviewer here. |
Some tests are failing, probably unrelated |
@madmax330 all checks are passing now 🙂 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/madmax330 in version: 9.0.41-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.41-10 🚀
|
Details
Turn on the check for the invoicing feature.
https://expensify.slack.com/archives/C01GTK53T8Q/p1725613866403789
Fixed Issues
$ #47302
PROPOSAL: N/A
Tests
Offline tests
Same as in the Tests section.
QA Steps
Same as in the Tests section.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
MacOS: Chrome / Safari
video_1.mp4