seven 1 hónapja
szülő
commit
13c9a21e99
1 módosított fájl, 10 hozzáadás és 10 törlés
  1. 10 10
      app/Services/Payment/SanJinService.php

+ 10 - 10
app/Services/Payment/SanJinService.php

@@ -17,31 +17,31 @@ class SanJinService extends BaseService
     public static $CHANNEL = ['test' => '测试' ,'zfb' => '支付宝'];
 
     public static $PRODUCT = [
-        'T888' => [
-            'type' => 'test',
-            'rate' => 0.02,
-            'max' => 5000,
-            'min' => 10
-        ],
-        'ZPB001' => [
+        // 'T888' => [
+        //     'type' => 'test',
+        //     'rate' => 0.02,
+        //     'max' => 5000,
+        //     'min' => 10
+        // ],
+        'ZFB001' => [
             'type' => 'zfb',
             'rate' => 0.085,
             'max' => 200,
             'min' => 100
         ],
-        'ZPB002' => [
+        'ZFB002' => [
             'type' => 'zfb',
             'rate' => 0.057,
             'max' => 200,
             'min' => 1000
         ],
-        'ZPB003' => [
+        'ZFB003' => [
             'type' => 'zfb',
             'rate' => 0.052,
             'max' => 1000,
             'min' => 3000
         ],
-        'ZPB004' => [
+        'ZFB004' => [
             'type' => 'zfb',
             'rate' => 0.042,
             'max' => 3000,