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

選択可能な支払方法の抽出について #7

Open
iplogic-kenpou opened this issue Jun 27, 2018 · 0 comments
Open

選択可能な支払方法の抽出について #7

iplogic-kenpou opened this issue Jun 27, 2018 · 0 comments
Labels
Milestone

Comments

@iplogic-kenpou
Copy link

概要(Overview)

src/Eccube/Service/ShoppingService.php
getPaymentsに渡している第2引数はsubtotalになっているが、送料・手数料・値引き適用前の金額のため本来選択できないはずの支払方法が利用できてしまう。

期待する内容(Expect) or 要望 (Requirement)

getPaymentsの第2引数にsubtotalではなくtotalを渡すようにする。
registerPreOrderでの実行時には値引きで下限を下回るケースと支払方法の手数料で上限を上回るケースを考慮する必要がある。

再現手順(Procedure)

支払方法の利用条件の下限金額を1000円に設定し、値引き後の支払金額が1000円未満になるようにする。

環境 (environment)

  • EC-CUBE: 3.0.15(他の3系および3.nでも同様と思われる)
@nanasess nanasess transferred this issue from EC-CUBE/ec-cube Nov 11, 2019
@nanasess nanasess added the bug label Nov 11, 2019
@nanasess nanasess added this to the 3.1.0 milestone Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants