Skip to content

Commit

Permalink
Remove paypal method supports api fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xristos3490 committed Dec 29, 2022
1 parent 27020f7 commit b4967d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion store-on-wpcom/class-wc-calypso-bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public function includes() {
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-mailchimp-no-redirect.php';
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-masterbar-menu.php';
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-paypal-defaults.php';
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-paypal-method-supports.php';
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-products.php';
}

Expand Down
32 changes: 0 additions & 32 deletions store-on-wpcom/inc/wc-calypso-bridge-paypal-method-supports.php

This file was deleted.

0 comments on commit b4967d3

Please sign in to comment.