Ravinder Kumar

Results 31 comments of Ravinder Kumar

@Benunc You can use this snippet to shorten the subscription plan name for `stripe` gateways. ``` /** * Filter subscription plan name. * * @param string $subscription_name * * @return...

> @ravinderk While working on this I came up on the "_give_subscription_payment" donation meta, which is a boolean value that simply tells whether a donation started a subscription or not....

> @ravinderk re: your comment about `subscriptionId` > > Unfortunately, I don't think it's that simple. In legacy terms, when a donation has the `subscripton_id` meta, it means it's a...

> Having thought about this more, I think I'd like to introduce an entirely new property to donations, and break apart an existing one. > > New Property: `Donation::$donationType` =>...

> @ravinderk do you feel like we still need to fix this? @jonwaldstein yes, it is still relevant because we are using the same html.

We discovered different sources which cause saving card information in the log.

Resolved with https://github.com/impress-org/givewp/pull/6401

@Benunc is it duplicate of this: https://github.com/impress-org/givewp/issues/4319

@mhimon thank you for your contribution. I was able to reproduce this issue.

@jonwaldstein According to the current Stripe payment flow donation is complete when we get this two webhook 👇 or we get immediate feedback for payment from Stripe which processes donations...