Skip to content

Commit

Permalink
Merge branch 'develop' into suscription-feature-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintya-Chatterjee authored Oct 25, 2024
2 parents cfa90f1 + d463d43 commit 982d066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/subscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class SubscribeController extends Controller {
method: 'POST',
body: JSON.stringify({
email: this.email,
phoneNumber: this.phone,
phone: this.phone,
}),
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 982d066

Please sign in to comment.