Jason Coleman

Results 69 comments of Jason Coleman

btw, I would call it pmpro-paypal-smart Is Smart Payment Buttons the official name of the gateway option? Smart Connect seems to be something else. If we think the Smart brand...

Thanks! Going to look into this for next release. Won't make 2.7 though.

Adding a payment gateway is a lot of work. We currently don't have plans to add any new gateways. Here is our documentation on how to add a new gateway...

Hi there. Thanks for looking into this. We can do a better job of accounting for months with different numbers of days. This PR seems to fix things for +1...

I noticed the current rules here (http://publications.europa.eu/code/en/en-370303.htm) state: > Position of the euro sign (€) in amounts > The euro sign is followed by the amount without space: > a...

Other plugins like bbpress, buddypress, and woocommerce have similar functions. We will take a look at this.

Couple thoughts. A common issue when checking something like `if ( is_page( $pmpro_pages['levels'] ) )` is that if the levels page is undefined it will return true for any page...

I'm a little worried add ons or other custom code might rely on $current_user->membership_level set up here, so just pushing this off to 2.10 so it's included in a minor...

I'll leave this open for discussion in case some intermediate solution comes up. This is a "subs table fixes this" situation. We currently track both the status of the order...

I think we move this to 3.0 to since it could cause minor backwards compat issues. We can set the membership_level on the current_user object, but in all of our...