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

Issue/replace pay pal pro #442

Merged
merged 15 commits into from
Jan 17, 2023

Conversation

VAlmea
Copy link
Contributor

@VAlmea VAlmea commented Jan 12, 2023

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

@WillStrohl WillStrohl added this to the 03.07.00 milestone Jan 12, 2023
Copy link
Member

@WillStrohl WillStrohl left a 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",
Copy link
Member

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"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Solved

@WillStrohl
Copy link
Member

@VAlmea Oh, your close comment is attempting to close the previous PR and not the original Issue. :)

Copy link
Member

@WillStrohl WillStrohl left a 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.

@WillStrohl WillStrohl merged commit bde3b04 into HotcakesCommerce:development Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

SI: Replace PayPal Express deprecated SOAP implementation
3 participants