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

feat(payment): PAYPAL-2476 added TS interface for updateOrder method in PPCP request sender #2033

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

bc-dronov
Copy link
Contributor

What?

Added TS interface for response of updateOrder method in paypal-commerce-request-sender.ts

Testing / Proof

All tests have been passed.

@bc-dronov bc-dronov requested a review from a team June 27, 2023 16:22
Copy link
Contributor

@serhii-tkachenko serhii-tkachenko left a comment

Choose a reason for hiding this comment

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

Nice work!


// TODO: add response type interface Promise<something> in another task
async updateOrder(requestBody: PayPalUpdateOrderRequestBody) {
async updateOrder(
Copy link
Contributor

Choose a reason for hiding this comment

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

May I ask you to add an empty line between createOrder and updateOrder methods?

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