Skip to content

Commit

Permalink
applying modification suggested to the comments in the filecustomRend…
Browse files Browse the repository at this point in the history
…erers.js
  • Loading branch information
rajeev-k-tomy committed Jan 14, 2022
1 parent 60fd2fe commit 447e9c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/reactapp/scripts/configurePaymentMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ module.exports = (async () => {

if (paymentMethodList.length) {
let content = `/**
* 📢 📢 📢 This file is unlikely to be changed. Handle with care. 🙅🏽 🙅🏽 🙅🏽
* 📢 📢 📢 This file is autogenerated and may be overwritten. Handle with care. 🙅🏽 🙅🏽 🙅🏽
*
* When you have custom payment repo integration, then the content of this file
* will be altered during performing "npm install". So, in most of the cases, you
* don't need to alter the content of this file.
* will be overwritten during performing "npm install". So, in most of the cases,
* you don't need to alter the content of this file.
*
* But, if you have your own custom payment methods locally, then you need to
* include them here as well. That is the only time you need to touch this file.
Expand Down
6 changes: 3 additions & 3 deletions src/reactapp/src/paymentMethods/customRenderers.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* 📢 📢 📢 This file is unlikely to be changed. Handle with care. 🙅🏽 🙅🏽 🙅🏽
* 📢 📢 📢 This file is autogenerated and may be overwritten. Handle with care. 🙅🏽 🙅🏽 🙅🏽
*
* When you have custom payment repo integration, then the content of this file
* will be altered during performing "npm install". So, in most of the cases, you
* don't need to alter the content of this file.
* will be overwritten during performing "npm install". So, in most of the cases,
* you don't need to alter the content of this file.
*
* But, if you have your own custom payment methods locally, then you need to
* include them here as well. That is the only time you need to touch this file.
Expand Down

0 comments on commit 447e9c9

Please sign in to comment.