Revert "WIP: Buy-1-Get-1 Gift Subs (#9719)"

This reverts commit dc3d694d0e, with the exception of locale strings that need not be purged.
This commit is contained in:
SabreCat
2018-01-12 21:15:42 +00:00
parent 9545f692ef
commit 0ca2f9034f
6 changed files with 40 additions and 147 deletions

View File

@@ -77,7 +77,7 @@ function sendSubscriptionNotification ({
let text;
let timestamp = new Date();
if (recipient.id) {
text = `${buyer.name} ${buyer.id} ${buyer.email} bought a ${months}-month gift subscription for ${recipient.name} ${recipient.id} ${recipient.email} and got a promo using ${paymentMethod} on ${timestamp}`;
text = `${buyer.name} ${buyer.id} ${buyer.email} bought a ${months}-month gift subscription for ${recipient.name} ${recipient.id} ${recipient.email} using ${paymentMethod} on ${timestamp}`;
} else if (groupId) {
text = `${buyer.name} ${buyer.id} ${buyer.email} bought a 1-month recurring group-plan for ${groupId} using ${paymentMethod} on ${timestamp}`;
} else {