Skip to content

Commit

Permalink
change minimum amount to 1 Euro
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Aug 23, 2024
1 parent a8c43f2 commit 5ba4087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/UnzerDefinitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ final class UnzerDefinitions
public const MINIMAL_PAYABLE_AMOUNT = 0.75;

private const PAYMENT_CONSTRAINTS = [
'oxfromamount' => 0,
'oxfromamount' => 1,
'oxtoamount' => 10000,
'oxaddsumtype' => 'abs'
];
Expand Down

0 comments on commit 5ba4087

Please sign in to comment.