-
Notifications
You must be signed in to change notification settings - Fork 146
Added paymentMethod DTO for /payments call #137
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
Conversation
| this.paymentMethod.put(RECURRING_DETAIL_REFERENCE, recurringDetailReference); | ||
| this.paymentMethod.put(ENCRYPTED_SECURITY_CODE, encryptedSecurityCode); | ||
| DefaultPaymentMethodDetails paymentMethodDetails = new DefaultPaymentMethodDetails(); | ||
| this.paymentMethod = paymentMethodDetails; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: exchange of 634 and 636 will make it more readable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| this.paymentMethod.put(ENCRYPTED_EXPIRY_MONTH, encryptedExpiryMonth); | ||
| this.paymentMethod.put(ENCRYPTED_EXPIRY_YEAR, encryptedExpiryYear); | ||
| DefaultPaymentMethodDetails paymentMethodDetails = new DefaultPaymentMethodDetails(); | ||
| this.paymentMethod = paymentMethodDetails; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: moving L598 to 608 will make it more readable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
3206a51 to
45e667f
Compare
Description
Added paymentMethod DTO for /payments call
Tested scenarios
/payments with CC and APM