wordpress-mobile / WordPress-FluxC-Android

WordPress Network and Persistence layer based on the Flux architecture
GNU General Public License v2.0
57 stars 37 forks source link

Update RefundRestClient to support partial refunds #3069

Open irfano opened 3 months ago

irfano commented 3 months ago

This combines the createRefund...() functions in RefundRestClient because createRefundByItems() did not accept the amount but calculated it itself. This PR makes the amount parameter required since we now support partial refunds.

This can be tested via https://github.com/woocommerce/woocommerce-android/pull/12164