We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 984fbdb4 authored by Alexandros Moraitis's avatar Alexandros Moraitis Committed by Marcos Garcia

Remove trailing space (#886)

parent 0824f78b
...@@ -43,7 +43,7 @@ class Notification extends \Magento\Framework\Model\AbstractModel implements Not ...@@ -43,7 +43,7 @@ class Notification extends \Magento\Framework\Model\AbstractModel implements Not
const POSAPPROVED = 'POS_APPROVED'; const POSAPPROVED = 'POS_APPROVED';
const HANDLED_EXTERNALLY = 'HANDLED_EXTERNALLY'; const HANDLED_EXTERNALLY = 'HANDLED_EXTERNALLY';
const MANUAL_REVIEW_ACCEPT = 'MANUAL_REVIEW_ACCEPT'; const MANUAL_REVIEW_ACCEPT = 'MANUAL_REVIEW_ACCEPT';
const MANUAL_REVIEW_REJECT = 'MANUAL_REVIEW_REJECT '; const MANUAL_REVIEW_REJECT = 'MANUAL_REVIEW_REJECT';
const RECURRING_CONTRACT = "RECURRING_CONTRACT"; const RECURRING_CONTRACT = "RECURRING_CONTRACT";
const REPORT_AVAILABLE = "REPORT_AVAILABLE"; const REPORT_AVAILABLE = "REPORT_AVAILABLE";
const ORDER_CLOSED = "ORDER_CLOSED"; const ORDER_CLOSED = "ORDER_CLOSED";
......
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