Skip to content

Commit

Permalink
Update bluepay_hosted.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter authored Dec 31, 2023
1 parent 043a4e1 commit c2670e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public function index(): string {
// Bluepay Hosted
$this->load->model('extension/payment/bluepay_hosted');

$data['CARD_TYPES'] = '';

if ($this->config->get('payment_bluepay_hosted_discover') == 1) {
$data['CARD_TYPES'] .= '-di';
}
Expand Down

0 comments on commit c2670e2

Please sign in to comment.