Skip to content

Commit

Permalink
change mautic request to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Feb 9, 2021
1 parent 89b20ea commit be2422c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/mautic.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class MauticEvent {
// let dataMock = this.dataMock(data)

fetch(contactApi, {
method: 'PUT',
method: 'PATCH',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json'
Expand Down

0 comments on commit be2422c

Please sign in to comment.