Skip to content

Commit fef0d3b

Browse files
committed
Remove cofidis
1 parent a5b1d03 commit fef0d3b

File tree

8 files changed

+2
-367
lines changed

8 files changed

+2
-367
lines changed

assets/js/monei-bizum-classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$( document.body ).on(
66
'updated_checkout',
77
function(e, data) {
8-
// Update cofidis_widget.total on every updated_checkout event.
8+
// Update bizum_widget.total on every updated_checkout event.
99
if ( 'object' === typeof( data ) && data.fragments && data.fragments[ 'monei_new_total' ] ) {
1010
wc_bizum_form.total = data.fragments[ 'monei_new_total' ];
1111
}

assets/js/monei-cc-classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'updated_checkout',
77
function(e, data) {
88
wc_monei_form.update_apple_google_label();
9-
// Update cofidis_widget.total on every updated_checkout event.
9+
// Update monei_widget.total on every updated_checkout event.
1010
if ( 'object' === typeof( data ) && data.fragments && data.fragments[ 'monei_new_total' ] ) {
1111
wc_monei_form.total = data.fragments[ 'monei_new_total' ];
1212
}

assets/js/monei-cofidis.js

Lines changed: 0 additions & 108 deletions
This file was deleted.

class-woocommerce-gateway-monei.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ public function add_gateways( $methods ) {
340340
if ( ! is_admin() ) {
341341
$methods[] = $container->get( 'Monei\Gateways\PaymentMethods\WCGatewayMoneiAppleGoogle' );
342342
}
343-
$methods[] = $container->get( 'Monei\Gateways\PaymentMethods\WCGatewayMoneiCofidis' );
344343
$methods[] = $container->get( 'Monei\Gateways\PaymentMethods\WCGatewayMoneiBizum' );
345344
$methods[] = $container->get( 'Monei\Gateways\PaymentMethods\WCGatewayMoneiPaypal' );
346345
$methods[] = $container->get( 'Monei\Gateways\PaymentMethods\WCGatewayMoneiMultibanco' );

includes/admin/monei-cofidis-settings.php

Lines changed: 0 additions & 54 deletions
This file was deleted.

includes/woocommerce-gateway-monei-core-functions.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ function monei_get_option_key_from_order( $order ) {
6969
case 'monei_paypal':
7070
$option_key = 'woocommerce_monei_paypal_settings';
7171
break;
72-
case 'monei_cofidis':
73-
$option_key = 'woocommerce_monei_cofidis_settings';
74-
break;
7572
}
7673
}
7774

public/images/cofidis-logo.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)