Skip to content

Commit ea391f1

Browse files
author
Ivan Chaplygin
committed
Reverting function names
1 parent c5445c6 commit ea391f1

File tree

3 files changed

+119
-119
lines changed

3 files changed

+119
-119
lines changed

src/include/abstracts/class-wc-retailcrm-abstracts-settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct()
5353
/**
5454
* @codeCoverageIgnore
5555
*/
56-
public function ajax_retailcrm_generate_icml()
56+
public function ajax_generate_icml()
5757
{
5858
$ajax_url = admin_url('admin-ajax.php');
5959
?>
@@ -73,7 +73,7 @@ public function ajax_retailcrm_generate_icml()
7373
<?php
7474
}
7575

76-
public function ajax_retailcrm_upload_loyalty_price()
76+
public function ajax_upload_loyalty_price()
7777
{
7878
$ajax_url = admin_url('admin-ajax.php');
7979
?>

0 commit comments

Comments
 (0)