From 796dab5a3e8e2bbef5cdafed28e872c6dfed6bd0 Mon Sep 17 00:00:00 2001 From: arun Date: Fri, 15 Nov 2024 16:40:02 +0530 Subject: [PATCH 1/3] ashley_plcc --- app/assets/images/payment_icons/ashley_plcc.svg | 1 + db/payment_icons.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 app/assets/images/payment_icons/ashley_plcc.svg diff --git a/app/assets/images/payment_icons/ashley_plcc.svg b/app/assets/images/payment_icons/ashley_plcc.svg new file mode 100644 index 000000000..f20332681 --- /dev/null +++ b/app/assets/images/payment_icons/ashley_plcc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..905d0a9eb 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,8 @@ - name: codensa label: Codensa + group: credit_cards +- + name: ashley_plcc + label: Ashley Credit Card group: credit_cards \ No newline at end of file From 710bccbbebd67d28033904859c9bf94ed283340d Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 21 Nov 2024 22:15:40 +0530 Subject: [PATCH 2/3] checks list --- .github/workflows/ruby-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ruby-ci.yml b/.github/workflows/ruby-ci.yml index 16a4974ed..2d222d314 100644 --- a/.github/workflows/ruby-ci.yml +++ b/.github/workflows/ruby-ci.yml @@ -39,3 +39,4 @@ jobs: - name: Test run: bundle exec rake test + From b833d5d7900c56d1e89cd3fb0161ce982c6f69ec Mon Sep 17 00:00:00 2001 From: arun Date: Wed, 27 Nov 2024 20:43:11 +0530 Subject: [PATCH 3/3] Checklist updation --- app/assets/images/payment_icons/ashley_plcc.svg | 1 - app/assets/images/payment_icons/ashleyplcc.svg | 1 + db/payment_icons.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 app/assets/images/payment_icons/ashley_plcc.svg create mode 100644 app/assets/images/payment_icons/ashleyplcc.svg diff --git a/app/assets/images/payment_icons/ashley_plcc.svg b/app/assets/images/payment_icons/ashley_plcc.svg deleted file mode 100644 index f20332681..000000000 --- a/app/assets/images/payment_icons/ashley_plcc.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/payment_icons/ashleyplcc.svg b/app/assets/images/payment_icons/ashleyplcc.svg new file mode 100644 index 000000000..b78f89816 --- /dev/null +++ b/app/assets/images/payment_icons/ashleyplcc.svg @@ -0,0 +1 @@ +Ashley Credit Card diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 905d0a9eb..10dde8599 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2367,6 +2367,6 @@ label: Codensa group: credit_cards - - name: ashley_plcc + name: ashleyplcc label: Ashley Credit Card group: credit_cards \ No newline at end of file