Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
請求書のPDFファイルにPaypalトランザクションIDを印刷しようとしています。$orderSales_Orderのインスタンスであるからこの情報を取得できますか?
$order
paypal_プレフィックスが付いたデータベーステーブルをいくつか見つけましたが、インストールに実際のPaypalトランザクション順序があるにもかかわらず、それらはすべて空です。何か案は?
試してください:$ transaction_id = $ order-> getPayment()-> getLastTransId();