really fix modify pledge

pull/94/head
eric 2021-09-18 18:53:17 -04:00
parent e7c8b83188
commit 9255059999
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ class PaymentManager(object):
)
t.save()
credit.Processor.CancelPreapproval(transaction)
return t, reverse('fund_%s' % transaction.campaign.type, args=[t.id])
return t, reverse('fund', args=[t.id])
elif requires_explicit_preapprovals and (amount > transaction.max_amount or expiry != transaction.date_expired):