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.
こんにちは、オムニペイ バンドルと symfony 2 のサポートが必要です。symfony 2 プロジェクトにペイパル支払いを統合しています。ペイパルでリダイレクトを行い、そこで PAY を行い、ペイパルはトークンと payerId を使用して、リダイレクト URL で私をリダイレクトします。
しかし、サンドボックス アカウントを見ると、トランザクションはありません。
おそらく何かが足りないのですが、誰か助けてもらえますか?
取引を完了するには、顧客がサイトにリダイレクトされたら、電話completePurchase()(または)する必要があります。completeAuthorize()最初に を呼び出したときと同じオプションを渡しますpurchase()。
completePurchase()
completeAuthorize()
purchase()
$response = $gateway->completePurchase($options)->send();