Skip to content

Commit

Permalink
Removed installment citi (#446)
Browse files Browse the repository at this point in the history
Co-authored-by: Aashish <aashish@omise.co>
  • Loading branch information
aashishgurung and Aashish committed Apr 9, 2024
1 parent d6584e3 commit 2291729
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions assets/css/omise-css.css
Expand Up @@ -356,12 +356,6 @@ ul.omise-banks-list {
border-color: #1e4598;
}

/** Citi **/
.bank-logo.citi {
background: url('../images/citi.svg') #0b689d;
border-color: #0b689d;
}

/** First Choice **/
.bank-logo.first_choice {
background: url('../images/firstchoice.svg') #007bc4;
Expand Down
7 changes: 0 additions & 7 deletions includes/backends/class-omise-backend-installment.php
Expand Up @@ -63,13 +63,6 @@ public function initiate()
'min_allowed_amount' => 500.00,
),

'installment_citi' => array(
'bank_code' => 'citi',
'title' => __('Citibank', 'omise'),
'interest_rate' => 0,
'min_allowed_amount' => 500.00,
),

'installment_ttb' => array(
'bank_code' => 'ttb',
'title' => __('TMBThanachart Bank', 'omise'),
Expand Down

0 comments on commit 2291729

Please sign in to comment.