简体   繁体   English

Drupal / Ubercart付款通知路径?

[英]Drupal/Ubercart payment notification path?

What's the path on which Drupal / Ubercart usually receives the successful payment notifications from 3rd party websites ? Drupal / Ubercart通常从第三方网站接收成功付款通知的途径是什么?

I need to provide a path for the notifications to the payment server. 我需要提供一条通知到支付服务器的路径。 Since this is not specified in the documentation, I was wondering if there is a usual one in Ubercart. 由于文档中未对此进行指定,因此我想知道Ubercart中是否有一个常用的文件。

(I'm using AlertPay if it can help) (如果可以,我正在使用AlertPay)

Hope it is clear. 希望清楚。

thanks 谢谢

It looks like the completion URL is http://www.example.com/alertpay/complete and the cancel URL is http://www.example.com/alpertpay/cancel . 看起来补全URL是http://www.example.com/alertpay/complete ,取消URL是http://www.example.com/alpertpay/cancel They are specified in the hook_menu implementation in the .module file . 它们在.module文件hook_menu实现中指定。 In this case, look for the uc_alertpay_menu function. 在这种情况下,请查找uc_alertpay_menu函数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM