-
Notifications
You must be signed in to change notification settings - Fork 651
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
注文画面 配送方法を選択した際の不具合修正 #6142
base: 4.3
Are you sure you want to change the base?
注文画面 配送方法を選択した際の不具合修正 #6142
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.3 #6142 +/- ##
==========================================
- Coverage 82.35% 82.33% -0.03%
==========================================
Files 480 481 +1
Lines 26426 26444 +18
==========================================
+ Hits 21764 21772 +8
- Misses 4662 4672 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@tatsuishi |
@tatsuishi |
Amazonpayなどの決済プラグインの場合について、動作確認が必要ですね。 |
Amazonpayは問題なさそうでした。 |
@tatsuishi testPaymentWithErrorのassertに失敗しているようですが、こちら修正可能でしょうか? |
概要(Overview・Refs Issue)
複数の配送方法を設定している場合で、「注文手続き画面」で配送方法をプルダウン選択した場合、
ボタンを押下できず、また送料・手数料が更新されない不具合がありました。
支払方法フォームのエラーが出ないように、選択していた支払方法が選択肢からなくなった場合は先頭の支払い方法をセットし、変更した旨のメッセージを出すように修正しました。
再現方法
配送方法を上記のように設定し、
「販売種別A」を設定した商品をカートに入れ、「注文手続き画面」に進みます。
支払方法は初期状態で「代金引換」が選択されています。
その状態で配送方法を「メール便」に変更します。
→ 「メール便」では「代金引換」が選択肢にないので、Paymentのフォームがエラーになり、添付画像の状態が発生します。
配送方法選択(切り替え)前
配送方法選択(切り替え)後
テスト(Test)
修正反映後の挙動
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目