【发布时间】:2012-10-31 11:23:33
【问题描述】:
我正在使用我在这里找到的 paypal ipn 脚本 http://coderzone.org/library/PHP-PayPal-Instant-Payment-Notification-IPN_1099.htm
我知道我可以将信息发送到贝宝并获得回复。它表明我可以使用 $_POST 取回信息。我的问题是如何指定英国货币?
还想澄清一个小问题。我是否正确,这就是我可以确认它是成功的方式。
if ($_POST['payment_status'] == 'completed')
// Received Payment!
// $_POST['custom'] is order id and has been paid for.
}
【问题讨论】:
标签: paypal paypal-ipn