diff --git a/modules/ppcp-settings/resources/js/Components/Screens/Overview/Modals/ModalPayPal.js b/modules/ppcp-settings/resources/js/Components/Screens/Overview/Modals/ModalPayPal.js
index 571cbfced..780f7d9f1 100644
--- a/modules/ppcp-settings/resources/js/Components/Screens/Overview/Modals/ModalPayPal.js
+++ b/modules/ppcp-settings/resources/js/Components/Screens/Overview/Modals/ModalPayPal.js
@@ -17,8 +17,7 @@ const ModalPayPal = ( { setModalIsVisible } ) => {
return (
@@ -53,7 +52,6 @@ const ModalPayPal = ( { setModalIsVisible } ) => {
{
const renderPaymentMethods = ( data ) => {
- return data.map( ( paymentMethod ) => (
-
- ) );
+ return (
+
+ { data.map( ( paymentMethod ) => (
+
+ ) ) }
+
+ );
};
return (
@@ -110,7 +117,7 @@ const paymentMethodsOnlineCardPaymentsDefault = [
"Present custom credit and debit card fields to your payers so they can pay with credit and debit cards using your site's branding.",
'woocommerce-paypal-payments'
),
- icon: 'payment-method-cards',
+ icon: 'payment-method-advanced-cards',
modal: ModalAcdc,
},
{