v2026.08.11.1
Changed 4
- Require branch code for Dominican Republic bank accounts
- Widen El Salvador plain account number floor to accept 9-digit BAC numbers
- Log PayPal breakdown rejections instead of paging Sentry
- Harden PayPal physical-shipping validation with exact USD match and reject zero shipping
Fixed 2
- Validate PayPal order price_cents against product price
- Fix flaky RequeueTransientlyFailedPayoutsJob spec with clock/before-hook date mismatch
Removed 3
- Remove the unused PayPal /paypal/update_order endpoint
- Remove the dead PayPal order-API endpoints /paypal/order and /paypal/fetch_order
- Remove the dead one-time PayPal frontend flow
What's Changed
Internal
- Require branch code for Dominican Republic bank accounts by @gumclaw in https://github.com/antiwork/gumroad/pull/7171
- Widen El Salvador plain account number floor to accept 9-digit BAC numbers by @gumclaw in https://github.com/antiwork/gumroad/pull/7175
- Fix gp#2008: validate PayPal order price_cents against product price by @gumclaw in https://github.com/antiwork/gumroad/pull/7177
- Remove the unused PayPal /paypal/update_order endpoint (gp#2008) by @ershad in https://github.com/antiwork/gumroad/pull/7180
- Log PayPal breakdown rejections instead of paging Sentry (gp#2008) by @ershad in https://github.com/antiwork/gumroad/pull/7181
- Harden PayPal physical-shipping validation: exact USD match + reject zero shipping (gp#2008) by @ershad in https://github.com/antiwork/gumroad/pull/7182
- Remove the dead PayPal order-API endpoints /paypal/order + /paypal/fetch_order (gp#2008) by @ershad in https://github.com/antiwork/gumroad/pull/7184
- Remove the dead one-time PayPal frontend flow (gp#2008 follow-up) by @ershad in https://github.com/antiwork/gumroad/pull/7185
- Fix flaky RequeueTransientlyFailedPayoutsJob spec: clock/before-hook date mismatch by @gumclaw in https://github.com/antiwork/gumroad/pull/7186
- Revert #7171: restore 3-digit DR bank code without required branch code by @gumclaw in https://github.com/antiwork/gumroad/pull/7179
Full Changelog: https://github.com/antiwork/gumroad/compare/v2026.08.10.16...v2026.08.11.1