Sunil Pawar

Results 8 comments of Sunil Pawar

yes, on clicking on 'cancel' link , pop will open , it has options (e.g notify user) like other payment processor have.

https://github.com/drastik/com.drastikbydesign.stripe/blob/4.7-dev/CRM/Stripe/Page/Webhook.php#L335 https://github.com/civicrm/civicrm-core/blob/master/CRM/Contribute/BAO/ContributionRecur.php#L253 recurring cancel api check status is not cancelled before going further. so there would not be any issue.

Hi, what's your opinion on my last comment.?

@h-c-c , yes i have tested this on live and test mode.

@h-c-c added try catch block to handled any exception. Tested for cancelling already cancelled subscription. is there way to check subscription is active, because retrieve cancelled subscription using api throwing...

@h-c-c This is back-end option for Admin/Support team who perform these operation and its safe (not every have access to payment processor site to cancel recurring payment if requested by...

I will add this, Thank @h-c-c for link.

@KarinG thanks for reviewing PR, i will check multiple scenario and get back to you with additional fix.