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.
嗨,我需要有关 omnipay 捆绑包和 symfony 2 的帮助。我在我的 symfony 2 项目中集成了 paypal 支付,我在 paypal 上进行重定向并在那里付款,paypal 使用令牌和 payerId 在我的 redirectUrl 上重定向我。
但是当我查看我的沙盒帐户时,没有交易,
我可能错过了一些东西,有人可以帮忙吗?
一旦客户被重定向回您的站点以完成交易,您需要致电completePurchase()(或)。completeAuthorize()将您第一次调用时提供的相同选项传递给它purchase():
completePurchase()
completeAuthorize()
purchase()
$response = $gateway->completePurchase($options)->send();