forked from CGM_Public/pretix_original
* Refactor paymentinfo to payment_info, resolve #499 * Fix calling of object attribute on tuple * Minor update to setup documentation * Do not use short words for typochecks * Text clarification * Refactor paymentinfo to payment_info, resolve #499 * Include data migration for existing event settings, resolve #499
This commit is contained in:
committed by
Raphael Michel
parent
fb716eb498
commit
48b3621f1e
@@ -141,7 +141,7 @@ class MailSettingPreviewTest(SoupTest):
|
||||
assert res['msgs']['en'] == self.locale_event.name['en']
|
||||
|
||||
def test_mail_text_order_placed(self):
|
||||
text = '{event}{total}{currency}{date}{paymentinfo}{url}{invoice_name}{invoice_company}'
|
||||
text = '{event}{total}{currency}{date}{payment_info}{url}{invoice_name}{invoice_company}'
|
||||
response = self.client.post(self.target.format(
|
||||
self.orga1.slug, self.event1.slug), {
|
||||
'item': 'mail_text_order_placed',
|
||||
|
||||
Reference in New Issue
Block a user