Skip to content

PRE-3603: Overload scalapay min/max amounts from API - #317

Merged
adumont-payplug merged 1 commit into
developfrom
feature/PRE-3603_overload_min_max_scalapay
Sep 10, 2026
Merged

adumont-payplug merged 1 commit into
developfrom
feature/PRE-3603_overload_min_max_scalapay

PRE-3603: Overload scalapay min/max amounts from API

0974b01
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Sep 10, 2026 in 0s

8 / 8 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
✨ New feature (non-breaking change that adds functionality) Completed
Code is linted and formatted (ECS clean) Completed
No unnecessary commented-out code or debug logs Completed
No hardcoded values (bounds come from the live API, not hardcoded constants) Completed
Unit tests added / updated (SupportedMethodsProviderTest, PaymentMethodValidatorTest, new ScalapayGatewayConfigurationTypeExtensionTest, new IsScalapayAmountRangeValidValidatorTest) Completed
New/changed code is covered by tests Completed
No sensitive data or secrets introduced Completed
Logging and error handling are appropriate (API failures during validation fail open — a transient PayPlug API error doesn't block saving the payment method; existing behavior for other save-time checks) Completed