Skip to content

Commit 8e5bf5f

Browse files
authored
Update API-v2.php
1 parent eff22b1 commit 8e5bf5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/method-v2/API-v2.php

+6
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,12 @@ function checkConnection(token, mode) {
965965
if (button_authorization_v2_live) {
966966
button_authorization_v2_live.value = 'Check connection';
967967
}
968+
969+
var button_delete_chargily_customer_ids = document.getElementById(
970+
'woocommerce_chargily_pay_delete_chargily_customer_ids');
971+
if (button_delete_chargily_customer_ids) {
972+
button_delete_chargily_customer_ids.value = 'Update the database';
973+
}
968974
});
969975
</script>
970976
<style>

0 commit comments

Comments
 (0)