Jason Adams

Results 94 comments of Jason Adams

@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. I...

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` => Enum: 'single', 'renewal',...

Hi @sebastienserre! Honestly, this is a legacy part of the codebase and not how we'd recommend things to work at this point. This is the first issue we've had reported...

@mrpatg I just tried to reproduce this on the latest release and I'm not getting this error. Would you mind reaching out to our [Amazing Support Team](https://givewp.com) so they can...

We're now doing [automated compatibility checking](https://github.com/impress-org/givewp/pull/6781) with the package mentioned above, and have added quite a few fixes. Would you mind checking again from your end? Perhaps you're still seeing...

We haven't heard back and currently have the checks in place, so I'm going to close this out. Please open a [discussion](https://github.com/impress-org/givewp/discussions) if you run into further compatibility issues!

Just to quickly job down my thoughts. I think something like: - `$donation->meta->some_meta_key;` - `$donation->meta->get('funky-key name');` - `$donation->meta->getAll('multi-row-meta');` - `$donation->meta->eagerLoad('keys', 'to', 'preload', 'all at once');` - `$donation->meta->cache(['meta key to store'...

I've added a label to prevent this from being automatically closed. Thanks, @ravinderk!

@spawnia I'm working on the PR for this and could use some direction. I'm taking a look at where the pivot data is being resolved: https://github.com/nuwave/lighthouse/blob/master/src/Pagination/ConnectionField.php#L73 It seems atypical to...

Would be useful to see this come to fruition. Even simply having the ability to manually re-run/retry an action would be useful. We have an action that gets scheduled as...