Browse Source

jumi provider config add product id

ayHaru 4 years ago
parent
commit
f3fac2f822
1 changed files with 4 additions and 1 deletions
  1. 4 1
      helper/refill/api/xyz/jumi/config.php

+ 4 - 1
helper/refill/api/xyz/jumi/config.php

@@ -11,8 +11,11 @@ class config
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_jumi.php";
     const ExtHeaders = ['Content-Type: application/json'];
     const product_id = [
+        30  => 10342,
         50  => 10343,
         100 => 10344,
-        200 => 10347
+        200 => 10347,
+        300 => 10345,
+        500 => 10346
     ];
 }