Skip to content

Commit 80e49b7

Browse files
committed
SV Prefix ALL THE THINGS
1 parent f7b4a20 commit 80e49b7

16 files changed

+17
-17
lines changed

woocommerce/class-sv-wc-framework-bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function load_framework_plugins() {
169169

170170
// load the first found (highest versioned) plugin framework class
171171
if ( ! class_exists( 'SV_WC_Plugin' ) ) {
172-
require_once( $this->get_plugin_path( $plugin['path'] ) . '/lib/skyverge/woocommerce/class-wc-plugin.php' );
172+
require_once( $this->get_plugin_path( $plugin['path'] ) . '/lib/skyverge/woocommerce/class-sv-wc-plugin.php' );
173173
$loaded_framework = $plugin;
174174
}
175175

@@ -193,7 +193,7 @@ public function load_framework_plugins() {
193193

194194
// load the first found (highest versioned) payment gateway framework class, as needed
195195
if ( isset( $plugin['args']['is_payment_gateway'] ) && ! class_exists( 'SV_WC_Payment_Gateway' ) ) {
196-
require_once( $this->get_plugin_path( $plugin['path'] ) . '/lib/skyverge/woocommerce/payment-gateway/class-wc-payment-gateway-plugin.php' );
196+
require_once( $this->get_plugin_path( $plugin['path'] ) . '/lib/skyverge/woocommerce/payment-gateway/class-sv-wc-payment-gateway-plugin.php' );
197197
}
198198

199199
// initialize the plugin
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function lib_includes() {
168168
* @since 1.0-1
169169
*/
170170
private function includes() {
171-
require_once( 'class-wc-plugin-compatibility.php' );
171+
require_once( 'class-sv-wc-plugin-compatibility.php' );
172172
}
173173

174174

woocommerce/payment-gateway/api/interface-wc-payment-gateway-api-authorization-response.php renamed to woocommerce/payment-gateway/api/interface-sv-wc-payment-gateway-api-authorization-response.php

File renamed without changes.

woocommerce/payment-gateway/api/interface-wc-payment-gateway-api-create-payment-token-response.php renamed to woocommerce/payment-gateway/api/interface-sv-wc-payment-gateway-api-create-payment-token-response.php

File renamed without changes.

woocommerce/payment-gateway/api/interface-wc-payment-gateway-api-get-tokenized-payment-methods-response.php renamed to woocommerce/payment-gateway/api/interface-sv-wc-payment-gateway-api-get-tokenized-payment-methods-response.php

File renamed without changes.

woocommerce/payment-gateway/api/interface-wc-payment-gateway-api-request.php renamed to woocommerce/payment-gateway/api/interface-sv-wc-payment-gateway-api-request.php

File renamed without changes.

woocommerce/payment-gateway/api/interface-wc-payment-gateway-api-response.php renamed to woocommerce/payment-gateway/api/interface-sv-wc-payment-gateway-api-response.php

File renamed without changes.

woocommerce/payment-gateway/api/interface-wc-payment-gateway-api.php renamed to woocommerce/payment-gateway/api/interface-sv-wc-payment-gateway-api.php

File renamed without changes.

woocommerce/payment-gateway/class-wc-payment-gateway-direct.php renamed to woocommerce/payment-gateway/class-sv-wc-payment-gateway-direct.php

File renamed without changes.

0 commit comments

Comments
 (0)