Releases: plutov/paypal
Releases · plutov/paypal
Revert breaking change
Revert "Some updates to refund endpoint (#121)" (#147) This reverts commit efe72c1ed4358171f0281841311bd25e38afc9fb.
Webhooks
More methods with Paypal request Ids
Auth capture idempotency and refund idempotency (#143) * Idempotency for capture auth
Capture with Paypal request ID
Adding a capture auth idempotent function (#142) * Adding a capture auth idempotent function * refactoring * better name Co-Authored-By: Roopak Venkatakrishnan <[email protected]> * what's in a name Co-authored-by: Roopak Venkatakrishnan <[email protected]>
Add refund for orders
Refund from capture endpoint function (#141) * Capture refund API call * .
v3.0.14
v3.0.12
Improve logging
Print error details in addition to message and http code (#131) * Print error details in addition to message and http code * %v -> %+v
Fix Item definition
Update item struct to match paypal model (#129) * Update item struct to match paypal model * test
Update struct for payment capture
v3.0.9 Update payment capture response type to include links (#128)