From ecf66ef942460dc1e767cb67dc35e6cd25774412 Mon Sep 17 00:00:00 2001 From: FMDEMOLABS <108448313+fmazlabs@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:40:39 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf30ca0..f7949bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample React T-Shirt Store - +#test commit The purpose this repository is to showcase the Google Pay integration in a store built with React. From 87bc630f6a7aacee392c58c35f3f005ec2f1a9de Mon Sep 17 00:00:00 2001 From: FMDEMOLABS <108448313+fmazlabs@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:41:53 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7949bb..6c44c52 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample React T-Shirt Store -#test commit +#test commit1 The purpose this repository is to showcase the Google Pay integration in a store built with React. From 5976c40ae6fbe95508c08c7cf4549e62517139c5 Mon Sep 17 00:00:00 2001 From: FMDEMOLABS <108448313+fmazlabs@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:42:54 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c44c52..ff3c485 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample React T-Shirt Store -#test commit1 +#test commit 2 The purpose this repository is to showcase the Google Pay integration in a store built with React. From 260e02dcbdf28d9b4705c5529dec401909c76cd7 Mon Sep 17 00:00:00 2001 From: francislabs Date: Wed, 11 Sep 2024 11:10:46 +0530 Subject: [PATCH 4/4] def --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 246e9c6..58aaa72 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" } }