Skip to content

Commit

Permalink
fix: remove stray test capture group
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Jul 31, 2023
1 parent c2bce21 commit ac4777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/payments/stripe.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export const convertToProofOfPaymentFormat = (
? commonEdits
: commonEdits
.replace(
/<td class="Table-description Font Font--body".+">\n.+test\n.+<\/td>/,
/<td class="Table-description Font Font--body".+">\n.+\n.+<\/td>/,
`${paymentByProductsDescription}`,
)
.replace(
Expand Down

0 comments on commit ac4777a

Please sign in to comment.