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

[AD-20] Recurring payment for subscription #324

Merged
merged 4 commits into from
Nov 7, 2023
Merged

Conversation

kpieloch
Copy link
Collaborator

Description

Tested scenarios

Fixed issue:

@kpieloch kpieloch requested a review from a team as a code owner October 31, 2023 08:49
@kpieloch kpieloch requested a review from pjaneta October 31, 2023 10:38
pjaneta
pjaneta previously approved these changes Nov 2, 2023
@@ -134,6 +134,7 @@ public class DefaultAdyenCheckoutFacade implements AdyenCheckoutFacade {
private static final String IT_LOCALE = "it_IT";
private static final String ES_LOCALE = "es_ES";
private static final String US = "US";
public static final String RECURRING_RECURRING_DETAIL_REFERENCE = "recurring.recurringDetailReference";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this be public?

paymentsRequest.setBillingAddress(setAddressData(billingAddress));
// set PhoneNumber if it is provided
final String phone = billingAddress.getPhone();
if (phone != null && !phone.isEmpty())
Copy link
Collaborator

Choose a reason for hiding this comment

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

using StringUtils.isEmpty would eliminate need to use null check

@kpieloch kpieloch merged commit bc9db51 into develop Nov 7, 2023
2 checks passed
kpieloch added a commit that referenced this pull request Mar 22, 2024
[AD-20] Recurring payment for subscription
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.

2 participants