survival / donation-system

:gem: Gem containing Survival's donation system logic
https://donation-system-staging.herokuapp.com/
MIT License
2 stars 3 forks source link

Investigate field values' truncation #25

Open octopusinvitro opened 6 years ago

octopusinvitro commented 6 years ago

See our contributing guides.

The old site is truncating some fields, for example:

MailingCity => truncate(last_complete_address(supporter).try(:city), 40)

Investigate if this is a restriction in Salesforce and if it is, see if there is a better way to calculate this truncations.