• Resolved tiztou

    (@tiztou)


    Hey hi i have a question so i use Memberpress in combination with Pronamic pay + Molie as payment provider so i am gonna change all transactions expire date +2 weeks does that mean it also change in the pronamic pay we using auto recurring will it change automaticaly or do i need to do this manual is there a query code or something let me know oke.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tiztou

    (@tiztou)

    So i put this code to add 2 weeks to every complete active member on memberpress right

    Does that mean also in pronamic pay it will be extended please asap response on this.

    1. UPDATE fiatballers_mepr_transactions SET expires_at = DATE_ADD(expires_at, INTERVAL 14 DAY) WHERE status = ‘complete’;
    Thread Starter tiztou

    (@tiztou)

    Hey hi can someone reply on here any support active?

    Plugin Author Reüel

    (@pronamic_reuel)

    The next payment date of a subscription is mentioned in the details of a Pronamic Pay subscription at WordPress admin → Pay → Subscriptions. We hook into changes being made to subscriptions in MemberPress (e.g. changes in the amount or duration of a trial period), but changes to individual transactions will not reflect in Pronamic Pay subscriptions.

    However, the next payment date of a subscription can be updated in Pronamic Pay manually, so the transaction expiration date and next payment dates correspond with each other.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.