Skip to content

0.8.2

Compare
Choose a tag to compare
@rootpd rootpd released this 28 Dec 09:59
· 614 commits to master since this release
  • Added gateway filtering option to UpdateRecurrentPaymentsExpiresCommand to avoid starvation due to one gateway having more missing expiration dates than others. remp/crm#681
  • Added index to cid column in recurrent_payments table for faster searches. remp/crm#681
  • Added recurrent_charge_before app config used to set number of hours before charging recurrent payment when subscription ends. It has lower priority than similar parameter of subscription types. By default the config value is empty and payments are scheduled to be charged at the end of subscription. remp/novydenik#476
  • Fixed reset filter in payments admin listing. Only variable symbol filter was being reset before. remp/novydenik#506
  • Moved update of payment link to subscription into new $callbackBeforeNewSubscriptionEvent of SubscriptionRepository->add(). Fixed issue with missing payment->subscription relation when NewSubscriptionEvent is handled. remp/crm#1018