weizong song 6 months ago
parent 1e85571d5c
commit ca3d1cbc74

@ -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);

Loading…
Cancel
Save