Skip to content

Commit 5e399bf

Browse files
authored
Merge pull request #55156 from Expensify/georgia-addTestReceiptCONST
[NOQA] Add test receipt URL
2 parents eca6fa9 + f0394d3 commit 5e399bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CONST.ts

+1
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ const CONST = {
917917
COPILOT_HELP_URL: 'https://help.expensify.com/articles/expensify-classic/copilots-and-delegates/Assign-or-remove-a-Copilot',
918918
DELAYED_SUBMISSION_HELP_URL: 'https://help.expensify.com/articles/expensify-classic/reports/Automatically-submit-employee-reports',
919919
PLAN_TYPES_AND_PRICING_HELP_URL: 'https://help.expensify.com/articles/new-expensify/billing-and-subscriptions/Plan-types-and-pricing',
920+
TEST_RECEIPT_URL: `${CLOUDFRONT_URL}/images/fake-receipt__tacotodds.png`,
920921
// Use Environment.getEnvironmentURL to get the complete URL with port number
921922
DEV_NEW_EXPENSIFY_URL: 'https://dev.new.expensify.com:',
922923
NAVATTIC: {

0 commit comments

Comments
 (0)