Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change hacked installment minimum to 200000 subunits #132

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

som-m
Copy link
Contributor

@som-m som-m commented Mar 24, 2021

Copy link
Contributor

@zentetsukenz zentetsukenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -123,7 +123,7 @@ public function makeBackendFilterChargeAmount($amount)
$defMin = $this['limits']['charge_amount']['min'];
$defMax = $this['limits']['charge_amount']['max'];
return function ($backend) use ($amount, $defMin, $defMax) {
// temporary hack for now to correct min value for instalments to fixed minium (different to normal charge minimum)
// temporary hack for now to correct min value for installments to fixed minimum (different to normal charge minimum)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// temporary hack for now to correct min value for installments to fixed minimum (different to normal charge minimum)
// permanent hack for now to correct min value for installments to fixed minimum (different to normal charge minimum)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😏

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't have to commit the above :)

@som-m som-m merged commit 39e74d4 into omise:master Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants