2
如何查看eway進行的當前交易以及如果支付成功,我如何更新過期日期和時間。eWay支付網關定期支付
是否有任何函數來檢查eway所做的最近交易。
$requestbody = array(
'RebillCustomerID' => $rebillCustomerID,
'RebillID' => $rebillID
);
$client = $this->createObjet();
return $result = $client->QueryTransactions($requestbody);
我使用這個,但在返回所有交易細節。 如果還有其他選擇,請幫助我。