We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/Eccube/Service/ShoppingService.php getPaymentsに渡している第2引数はsubtotalになっているが、送料・手数料・値引き適用前の金額のため本来選択できないはずの支払方法が利用できてしまう。
getPaymentsの第2引数にsubtotalではなくtotalを渡すようにする。 registerPreOrderでの実行時には値引きで下限を下回るケースと支払方法の手数料で上限を上回るケースを考慮する必要がある。
支払方法の利用条件の下限金額を1000円に設定し、値引き後の支払金額が1000円未満になるようにする。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要(Overview)
src/Eccube/Service/ShoppingService.php
getPaymentsに渡している第2引数はsubtotalになっているが、送料・手数料・値引き適用前の金額のため本来選択できないはずの支払方法が利用できてしまう。
期待する内容(Expect) or 要望 (Requirement)
getPaymentsの第2引数にsubtotalではなくtotalを渡すようにする。
registerPreOrderでの実行時には値引きで下限を下回るケースと支払方法の手数料で上限を上回るケースを考慮する必要がある。
再現手順(Procedure)
支払方法の利用条件の下限金額を1000円に設定し、値引き後の支払金額が1000円未満になるようにする。
環境 (environment)
The text was updated successfully, but these errors were encountered: