【发布时间】:2017-08-14 01:17:12
【问题描述】:
我正在 symfony 2.6 中集成 jms 支付包。我已经关注了所有文档:http://jmspaymentcorebundle.readthedocs.io/en/stable/guides/accepting_payments.html
我收到此错误:
You must configure a return url.
我已在我的帐户中将返回 URL 配置为 ON,但它似乎不起作用,出现相同的错误。我的确认网址是一个页面,其中有一些文本:
Thank you for your payment. Your transaction has been completed,
and a receipt for your purchase has been emailed to you.
You may log into your account at www.paypal.com to view details of this transaction.
错误来自 OrdersController.php
中的 paymentCreateAction错误仍然存在。我该怎么办?
【问题讨论】:
标签: php symfony paypal jmspaymentpaypalbundle