sms: update distributor's text messages

This commit is contained in:
Mohamed Sohail 2024-02-05 16:08:36 +03:00
parent da4c45819d
commit 630abf1a99
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -24,9 +24,9 @@ type (
const (
FarmerRegistration SMSType = "You have registered as a farmer for the FarmStar rewards program. Follow the link https://t.ly/Vin2T to complete your registration and receive FSP."
DistributorRegistration SMSType = "You have registered as a distributor for the FarmStar rewards program. Follow the link https://t.ly/U7SbY to complete your registration and receive FSP."
DistributorRegistration SMSType = "You have registered as a distributor for the FarmStar rewards program. Follow the link https://t.ly/U7SbY to complete your registration."
FarmerComplete SMSType = "Thank you for completing the farmer survey, rewards will be sent soon. Use the link https://t.ly/2CxGt to record purchases of EverGrow Organic Fertilizer."
DistributorComplete SMSType = "Thank you for completing the distributor survey. Use the link https://t.ly/2CxGt to record purchases of EverGrow Organic Fertilizer."
DistributorComplete SMSType = "Thank you for completing the distributor survey. Use the link https://t.ly/2CxGt to verify purchases of EverGrow Organic Fertilizer."
PurchaseComplete SMSType = "Thank you for completing the purchase survey."
)