Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement: #447, add the possibility to configure the auto-removal of expired offline-payment #452

Merged

Conversation

syjer
Copy link
Member

@syjer syjer commented May 24, 2018

No description provided.

@syjer syjer requested a review from cbellone May 24, 2018 12:27
@coveralls
Copy link

coveralls commented May 24, 2018

Coverage Status

Coverage increased (+1.1%) to 52.195% when pulling a29205f on 447-add-manual-deletion-of-expired-offline-payments into 62fb6cb on 1.14-maintenance.

@@ -89,6 +89,7 @@
OFFLINE_REMINDER_HOURS("How many hours before expiration should be sent a reminder e-mail for offline payments?", false, SettingCategory.PAYMENT_OFFLINE, ComponentType.TEXT, false, EnumSet.of(SYSTEM, ORGANIZATION, EVENT), true),
BANK_ACCOUNT_NR("Bank Account number", false, SettingCategory.PAYMENT_OFFLINE, ComponentType.TEXT, false, EnumSet.of(SYSTEM, ORGANIZATION, EVENT), false),
BANK_ACCOUNT_OWNER("Bank Account owner", false, SettingCategory.PAYMENT_OFFLINE, ComponentType.TEXTAREA, false, EnumSet.of(SYSTEM, ORGANIZATION, EVENT), true),
DISABLE_AUTOMATIC_REMOVAL_EXPIRED_OFFLINE_PAYMENT("Disable automatic removal of expired offline payments", false, SettingCategory.PAYMENT_OFFLINE, ComponentType.BOOLEAN, false, EnumSet.of(SYSTEM, ORGANIZATION, EVENT), true),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if we change this to:
AUTOMATIC_REMOVAL_EXPIRED_OFFLINE_PAYMENT
description: Cancel Reservation automatically when payment is overdue
default: true
?

@cbellone cbellone merged commit a08598f into 1.14-maintenance May 25, 2018
cbellone pushed a commit that referenced this pull request May 25, 2018
… expired offline-payment (#452)

* implement: #447, add the possibility to configure the auto-removal of expired offline-payment

* update #447 -> change key name

* update #447 -> fix condition

(cherry picked from commit a08598f)
@syjer syjer deleted the 447-add-manual-deletion-of-expired-offline-payments branch October 2, 2018 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants