开发者

Drupal/Ubercart payment notification path?

开发者 https://www.devze.com 2023-01-26 02:09 出处:网络
What\'s the path on which Drupal / Ubercart usually receives the successful payment notifications from 3rd party websites ?

What's the path on which Drupal / Ubercart usually receives the successful payment notifications from 3rd party websites ?

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.

(I'm using AlertPay if it can 开发者_如何学编程help)

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. They are specified in the hook_menu implementation in the .module file. In this case, look for the uc_alertpay_menu function.

0

精彩评论

暂无评论...
验证码 换一张
取 消