Merge branch 'release/v20.2.4'
This commit is contained in:
@@ -330,7 +330,7 @@ def update_subscription(rower, data, method='up'):
|
||||
errors = result.errors.for_object("subscription")
|
||||
codes = [str(e.code) for e in errors]
|
||||
create_new = False
|
||||
proceed_codes = ['81901', '81910']
|
||||
proceed_codes = ['81901', '81910','91920']
|
||||
for c in codes:
|
||||
if c in proceed_codes:
|
||||
create_new = True
|
||||
|
||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
@@ -273,7 +273,7 @@ def purchase_checkouts_view(request):
|
||||
|
||||
return HttpResponseRedirect(url)
|
||||
else: # pragma: no cover
|
||||
messages.error(request, "There was a problem with your payment")
|
||||
messages.error(request, "There was a problem processing your payment. If the problem persists, please contact me through the <a href='/rowers/email/'>contact form</a>.")
|
||||
url = reverse('rower_view_instantplan', kwargs={
|
||||
'id': plan.uuid,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user