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

CartItemAllocator のカスタマイズを適用するとシステムエラーが発生する対策 #4001

Merged
merged 1 commit into from
Nov 20, 2018

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Nov 19, 2018

概要(Overview・Refs Issue)

以下のカスタマイズサンプルを動作するようにする修正
http://doc4.ec-cube.net/customize_service#支払方法が異なる商品を同時にカートに入れられるようにする

方針(Policy)

  • 印字可能な ASCII 文字を cart_key に使用可能とする

実装に関する補足(Appendix)

  • \x20-\x7E は印字可能な ASCII コードの正規表現です

テスト(Test)

  • 上記サンプルカスタマイズが動作するのを確認

相談(Discussion)

  • 任意のCartItemAllocatorを設定する Webテストを書きたいが、 PHPUnit でCartItemAllocatorのインスタンスを動的に設定するのが困難

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

- 印字可能な ASCII 文字を使用可能
@kanako-kina kanako-kina added this to the 4.0.1 milestone Nov 20, 2018
@chihiro-adachi
Copy link
Contributor

#3959

@chihiro-adachi
Copy link
Contributor

ドキュメントのカスタマイズ例でカート分割〜購入できることを確認しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants