-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Issue/replace pay pal pro #442
Issue/replace pay pal pro #442
Conversation
Update PayPal Pro implementation
correcting the resourcekey
Fixing PR comments
Issue/395
Fix the API error in the Authorize request method
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.
This mostly looks good, but there is a single question so far about the code. Also, I have another question that I'll send to you internally.
{ | ||
Number = creditCardNumber, | ||
Expiry = $"{expYear}-{expMonth}", | ||
Name = "John Doe", |
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.
Why is this using "John Doe"?
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.
Solved
@VAlmea Oh, your close comment is attempting to close the previous PR and not the original Issue. :) |
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.
Looks good, but needs to be tested still.
Here are present all the necessary changes to update the implementation of PayPal Pro. Also removed unnecessary classes and references. There is also a little modification to the class startPayPalExpressCheckout.cs that I realized was needed when I removed the reference to the old paypal_base.dll.
close #49