Sylius / ShopApiPlugin

Shop API for Sylius.
https://sylius.com
130 stars 89 forks source link

[HELP] Unrecognized option "total" under "sylius_shop_api.view_classes". Did you mean "totals"? #669

Closed kaushi5054 closed 3 years ago

kaushi5054 commented 4 years ago

Hi All,

I need a little help, in sylius_shop_api.yml file I did the change like bellow

sylius_shop_api:
    view_classes:
        total: \NiceTotalView

Once I change it like this error aper and asking Unrecognized option "total" under "sylius_shop_api.view_classes". Did you mean "totals"? Plus guide me the correct path to resole this

Thank you

mamazu commented 4 years ago

The key you are looking at should be named totals not total in the last line.