Closed (works as designed)
Project:
PayPal Buttons for Ubercart
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2009 at 10:00 UTC
Updated:
3 Sep 2009 at 09:21 UTC
Hello,
When a subscription is cancelled or refunded, is that recorded in paypal?
Cheers,
G
Comments
Comment #1
chandika commentedThe IPN details seem to come into Drupal but there is no way for us to use Conditional Actions to figure out if there was a cancellation or not.
Am I missing something here?
Comment #2
arithmetric commented@giorgio79,
Subscriptions must be canceled through PayPal. The PayPal Buttons module cannot tell PayPal to cancel a subscription.
This is a basic feature/limitation to PayPal WPS Subscriptions: PayPal handles all of the processing -- payment, subscription registration, renewal, expiration, and cancellation -- and afterward notifies the merchant site.
The PayPal Buttons module should record subscription expiration and cancellation to the Ubercart order when it is notified of such an event.
@chandika,
The PayPal Buttons module uses the Rules module, not Ubercart's Conditional Actions module, for triggering custom actions that respond to PayPal Buttons events.
Comment #3
arithmetric commentedComment #4
giorgio79 commentedThanks detour. Sounds great. Appreciated.