HashtagSell / posting-api

API for storage and retrieval of posting details for Hashtagsell
0 stars 0 forks source link

[Help Needed] All offer updates and offer acceptance emails going to seller only #87

Closed that1guy closed 9 years ago

that1guy commented 9 years ago

Hi Josh,

Need some help here. Let me break things down some:

Today, there is the ability for a buyer and a seller to "ping pong" a proposal back and forth, we've been calling these counter-proposals.

When a seller sends a counter proposal the buyer needs to be notified, and when a buyer sends a counter proposal the seller needs to be notified.

Today counter-proposals only send emails to the seller and I think we need to add logic here to solve this problem: https://github.com/HashtagSell/posting-api/commit/ab5ed8bc745ffcdccc09a1d53130276d87dfe52d#diff-d40fe78b8d779dcd5b6214ae3621b57dR927

brozeph commented 9 years ago

Related to fixes introduced in notification-svc to address #88

that1guy commented 9 years ago

Committed small change to fix an issue where buyer/seller emails were mixed up. Good stuff! thanks Josh. Tomorrow eve I'm going to work on acceptance email so that emails are sent to both buyer and seller (currently we're only sending one email). Have a good night!