Skip to content

Commit

Permalink
👌 IMPROVE: Billing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
austinginder committed Nov 1, 2024
1 parent 6086a8a commit b73d076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -13813,6 +13813,8 @@ class="code"
axios.post( ajaxurl, Qs.stringify( data ) )
.then( response => {
this.fetchBilling()
this.snackbar.message = "Billing infomation updated."
this.snackbar.show = true
});
},
updateSettings() {
Expand Down

0 comments on commit b73d076

Please sign in to comment.