omnipay paypal express not returning address
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using the omnipay setup here: https://github.com/adrianmacneil/omnipay to process a paypal express checkout. The process works fine in that the user is redirected to paypal -> they login and choose to pay -> they get returned to my site at which point I capture the payment. The problem I've got is that I need to capture the address they have entered into paypal as their billing / shipping address. To send the user across to paypal I have the following: $gateway = GatewayFactory::create('PayPal_Express'); $gateway->setUsername('XX