| @@ -94,8 +94,9 @@ | ||
| 94 | 94 | const LP_ORDER_PENDING = 'pending'; |
| 95 | 95 | const LP_ORDER_PROCESSING = 'processing'; |
| 96 | 96 | const LP_ORDER_CANCELLED = 'cancelled'; |
| 97 | 97 | const LP_ORDER_FAILED = 'failed'; |
| 98 | +const LP_ORDER_REFUNDED = 'refunded'; | |
| 98 | 99 | const LP_ORDER_TRASH = 'trash'; |
| 99 | 100 | |
| 100 | 101 | // Status LP Order to set DB. |
| 101 | 102 | const LP_ORDER_COMPLETED_DB = 'lp-completed'; |
| @@ -102,8 +103,9 @@ | ||
| 102 | 103 | const LP_ORDER_PENDING_DB = 'lp-pending'; |
| 103 | 104 | const LP_ORDER_PROCESSING_DB = 'lp-processing'; |
| 104 | 105 | const LP_ORDER_CANCELLED_DB = 'lp-cancelled'; |
| 105 | 106 | const LP_ORDER_FAILED_DB = 'lp-failed'; |
| 107 | +const LP_ORDER_REFUNDED_DB = 'lp-refunded'; | |
| 106 | 108 | const LP_ORDER_TRASH_DB = 'lp-trash'; |
| 107 | 109 | |
| 108 | 110 | // LP Order type create via. |
| 109 | 111 | const LP_ORDER_CREATED_VIA_MANUAL = 'manual'; |
| @@ -117,5 +119,5 @@ | ||
| 117 | 119 | const LP_GRADUATION_PASSED = 'passed'; |
| 118 | 120 | const LP_GRADUATION_FAILED = 'failed'; |
| 119 | 121 | |
| 120 | 122 | // Enable lazy-load animation placeholder. |
| 121 | -const LP_LAZY_LOAD_ANIMATION = true; | |
| 123 | +//const LP_LAZY_LOAD_ANIMATION = true; | |