kevin 1 year ago
parent
commit
2c3621cae1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      backendApi/modules/v1/models/lists/shop/GoodsList.php

+ 5 - 0
backendApi/modules/v1/models/lists/shop/GoodsList.php

@@ -267,6 +267,11 @@ class GoodsList extends \common\libs\dataList\DataList implements DataListInterf
                 'name' => 'PayStack', // PayStack
                 'label' => 'pay_stack',
             ],
+            8 => [
+                'id' => 7,
+                'name' => 'Performance Bonus', // Performance Bonus
+                'label' => 'prp',
+            ],
         ];
     }