Tree il y a 1 mois
Parent
commit
8f5e1b40c7
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      app/Http/logic/api/AiPayLogic.php

+ 3 - 3
app/Http/logic/api/AiPayLogic.php

@@ -45,9 +45,9 @@ class AiPayLogic extends BaseApiLogic
 
         $methodMap = [
             1 => '1101',
-            2 => '1102',
-            4 => '1103',
-            8 => '1104',
+            2 => '1104',
+            4 => '1108',
+            8 => '1109',
         ];
         $paymentMethod = $methodMap[$pay_method] ?? ($config['paymentMethod'] ?? '1101');