Commit 9a126088 authored by acampos1916's avatar acampos1916

Reverting RecurringType.php constants changes

parent b1a0c576
......@@ -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