From a9416bf24fe59ec1a72ddf84152b8ce1e19b8580 Mon Sep 17 00:00:00 2001 From: gburton Date: Thu, 10 Dec 2020 21:19:07 +0000 Subject: [PATCH] Fix Card Types --- includes/apps/paypal/modules/DP/cfg_params/cards.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/apps/paypal/modules/DP/cfg_params/cards.php b/includes/apps/paypal/modules/DP/cfg_params/cards.php index 5ead726ae..e16599a4d 100644 --- a/includes/apps/paypal/modules/DP/cfg_params/cards.php +++ b/includes/apps/paypal/modules/DP/cfg_params/cards.php @@ -31,7 +31,7 @@ function getSetField() { foreach ( $this->cards as $key => $value ) { $input .= '
'; - $input .= ''; + $input .= ''; $input .= ''; $input .= '
'; }