Commit 19827951 authored by alessio's avatar alessio

PW-1687rev reverting constant changes

parent ad5b6133
......@@ -27,9 +27,9 @@ class RecurringType
{
const NONE = '';
const ONECLICK = 'One-click';
const ONECLICK_RECURRING = 'One-click,Recurring';
const RECURRING = 'Recurring';
const ONECLICK = 'ONECLICK';
const ONECLICK_RECURRING = 'ONECLICK,RECURRING';
const RECURRING = 'RECURRING';
/**
* @var array
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment