From 134fc5e0b4209c6383087199237c725965105245 Mon Sep 17 00:00:00 2001 From: adeniyiao <97685764+adeniyiao@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:48:54 -0400 Subject: [PATCH] fix test failures --- app/assets/images/payment_icons/cash.svg | 2 +- app/assets/images/payment_icons/generic.svg | 2 +- app/assets/images/payment_icons/gift-card.svg | 2 +- app/assets/images/payment_icons/onlinebanking.svg | 2 +- app/assets/images/payment_icons/storecredit.svg | 2 +- app/assets/images/payment_icons/wallet.svg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/images/payment_icons/cash.svg b/app/assets/images/payment_icons/cash.svg index 176d33e8e..01f5781fc 100644 --- a/app/assets/images/payment_icons/cash.svg +++ b/app/assets/images/payment_icons/cash.svg @@ -1,2 +1,2 @@ - cash \ No newline at end of file + Cash \ No newline at end of file diff --git a/app/assets/images/payment_icons/generic.svg b/app/assets/images/payment_icons/generic.svg index 6e17dcb74..d23b7ca0b 100644 --- a/app/assets/images/payment_icons/generic.svg +++ b/app/assets/images/payment_icons/generic.svg @@ -1,2 +1,2 @@ - generic \ No newline at end of file + Generic \ No newline at end of file diff --git a/app/assets/images/payment_icons/gift-card.svg b/app/assets/images/payment_icons/gift-card.svg index dc2657375..705bb3586 100644 --- a/app/assets/images/payment_icons/gift-card.svg +++ b/app/assets/images/payment_icons/gift-card.svg @@ -1,2 +1,2 @@ - gift-card \ No newline at end of file + Gift Card \ No newline at end of file diff --git a/app/assets/images/payment_icons/onlinebanking.svg b/app/assets/images/payment_icons/onlinebanking.svg index 12de92cbb..b618125ec 100644 --- a/app/assets/images/payment_icons/onlinebanking.svg +++ b/app/assets/images/payment_icons/onlinebanking.svg @@ -1,2 +1,2 @@ - onlinebanking \ No newline at end of file + Online Banking \ No newline at end of file diff --git a/app/assets/images/payment_icons/storecredit.svg b/app/assets/images/payment_icons/storecredit.svg index 527b9d34d..672b813ca 100644 --- a/app/assets/images/payment_icons/storecredit.svg +++ b/app/assets/images/payment_icons/storecredit.svg @@ -1,2 +1,2 @@ - storecredit \ No newline at end of file + Store Credit \ No newline at end of file diff --git a/app/assets/images/payment_icons/wallet.svg b/app/assets/images/payment_icons/wallet.svg index 1e91c7741..60d442859 100644 --- a/app/assets/images/payment_icons/wallet.svg +++ b/app/assets/images/payment_icons/wallet.svg @@ -1,2 +1,2 @@ - wallet \ No newline at end of file + Wallet \ No newline at end of file