Updating the SolidusAftepay::PaymentMethod sets the minimum_amount and maximum_amount preferences to 0.0 instead of leaving them nil. This is causing an issue here because instead of retrieving the configuration from Afterpay, the method always returns a 0.0..0.0 range.
Updating the
SolidusAftepay::PaymentMethod
sets theminimum_amount
andmaximum_amount
preferences to0.0
instead of leaving themnil
. This is causing an issue here because instead of retrieving the configuration from Afterpay, the method always returns a0.0..0.0
range.