@ -64,7 +64,9 @@ class AlipayF2F
public function manualQuery(Recharge $recharge)
{
$config = $this->getOptions();
$merchantId = $recharge->merchant_id;
$alipayAccount = AlipayAccount::where('appid', $merchantId)->withTrashed()->first();
$config = $this->getOptions($alipayAccount);
$query_result = Factory::setOptions($config)::payment()
->common()
->query($recharge->serial);