We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff22b1 commit 8e5bf5fCopy full SHA for 8e5bf5f
templates/method-v2/API-v2.php
@@ -965,6 +965,12 @@ function checkConnection(token, mode) {
965
if (button_authorization_v2_live) {
966
button_authorization_v2_live.value = 'Check connection';
967
}
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
+ }
974
});
975
</script>
976
<style>
0 commit comments