我在 symfony 2.6 中集成了 jms 支付包。我遵循了以下所有文件:http: //jmspaymentcorebundle.readthedocs.io/en/stable/guides/accepting_payments.html
我收到此错误:
You must configure a return url.
我已在我的帐户中将返回 URL 配置为 ON ,但它似乎不起作用,出现相同的错误。我的确认 url 是一个页面,其中有一些文本,例如:
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.
错误仍然存在。我应该怎么办 ?