There was an error starting your payment, please try again later..{"status":false,"errors":{"productData.amou nt":["The product data.amount must be an integer.","The product data.amount must be greater than or equal 100."]}}
smm panelimde ödeme yöntemi paywant var ama ödeme yaparken bu hta çıkıyor
ödeme yöntemi hata yazılımcılar bakabilir mi
9
●112
- 23-09-2023, 20:02:49
- 23-09-2023, 20:19:18Fiyatı integer olarak göndermelisiniz hocam, normal fiyatı 100 ile çarparak çözebilirsiniz.semihmalkoc53 adlı üyeden alıntı: mesajı görüntüle
- 23-09-2023, 20:24:38Nasıl yapicam onu hangi sayıyı yazsam öyle oluyorbagbaq adlı üyeden alıntı: mesajı görüntüle
- 23-09-2023, 20:29:46$amount_fee = $amount_fee * 100;bagbaq adlı üyeden alıntı: mesajı görüntüle
$amount_fee = number_format($amount_fee * $lastcur, 2, '.', '');
$payment_types = substr($payment_types, 0, -1);
$hashOlustur = base64_encode(hash_hmac('sha256', $user["email"] . "|" . $user["email"] . "|" . $user['client_id'] . $extra['apiKey'], $extra['apiSecret'], true));
$postData = array('apiKey' => $extra['apiKey'], 'hash' => $hashOlustur, 'returnData' => $user["email"], 'userEmail' => $user["email"], 'userIPAddress' => GetIP(), 'userID' => $user["client_id"], 'proApi' => TRUE, 'productData' => ["name" => $amount . $settings['currency'] . " Tutarında Bakiye (" . $paymentCode . ")", "amount" => $amount_fee, "extraData" => $paymentCode, "paymentChannel" => $payment_types,
"commissionType" => $extra["commissionType"]
burayı buldum nereyi düzenliyeceğim hocam - 23-09-2023, 20:31:52en sona "echo $amount_fee;" ekleyip sonucu paylaşabilir misinizsemihmalkoc53 adlı üyeden alıntı: mesajı görüntüle
- 23-09-2023, 20:37:26birşey değişmedi hocambagbaq adlı üyeden alıntı: mesajı görüntüle