Skip to content

Paym 27/paypal order details

Christopher Cottier requested to merge PAYM-27/paypal-order-details into master

Allows item details, costs, and other details to be included in the PayPal order through the SDK. Paypal Order now contains most of the relevant information from the request. Split logic across methods in PayPal Service.

Added details about paypal flow to README.

Added capture endpoint,and capture request and response DTOs. Created Paypal capture flow in paypal service, building off the authorization step.

Merge request reports