Commit b8f7bd95 authored by cyattilakiss's avatar cyattilakiss Committed by GitHub

Merge pull request #617 from Adyen/PW-1687rev

PW-1687rev reverting constant changes
parents ad5b6133 19827951
......@@ -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