-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cycle day limitations not considered when using SEPA payment processor #449
Comments
Ah! Well spotted, we had a bunch on the 1st I didn't understand how they came in. |
@tttp Could you confirm that the fix above works for you? If this was indeed the problem it should've mapped any potential cycle day before the 10th to the 1st. |
@Fabian-SYSTOPIA has tested this positively |
released with 1.2.5.beta2 |
Actually, the problem we experienced is similar, but related to the API (it defaults to 1, it should default to the first available cycle_das + notice + buffer, as the PP does) @scardinius, can you update the API to act accordingly? (context: we are developping a new donation interface that pushes the donations to civi via the api) |
CiviSEPA settings allow to define certain cycle day for recurring contributions. Those are properly considered when creating a SEPA mandate via the UI but not when using a CiviSEPA payment processor on a contribution page. Tested with CiviCRM 4.7.23; CiviSEPA 1.2.5.beta1 and 1.24.
To Reproduce:
The Mandate will have "1" as a cycle day instead of "5"
The text was updated successfully, but these errors were encountered: