Jump to content

Photo

Stripe Plugin wirft compiler error - Smartstore 5.1.0

"\r\n48599

  • Please log in to reply
2 replies to this topic

#1 lisa

lisa

    Member

  • Members
  • PipPip
  • 19 posts

Posted 07 March 2024 - 11:45

Hi,

 

wir haben vor Kurzem das Stripe Payment Plugin in unserem Store aktiviert. Die Konfiguration dessen hat problemlos funktioniert, jedoch wird beim Navigieren eines Users in den Warenkorb (bei aktiviertem Stripe Plugin) folgender Fehler angezeigt:
 

One or more compilation failures occurred:
/app/Modules/Smartstore.Stripe/Views/Shared/Components/StripeElements/Default.cshtml(23,103): error CS0122: 'Module' is inaccessible due to its protection level
/app/Modules/Smartstore.Stripe/Views/Shared/Components/StripeElements/Default.cshtml(28,107): error CS0122: 'Module' is inaccessible due to its protection level
/app/Modules/Smartstore.Stripe/Views/Shared/Components/StripeElements/Default.cshtml(50,101): error CS0122: 'Module' is inaccessible due to its protection level
/app/Modules/Smartstore.Stripe/Views/Shared/Components/StripeElements/Default.cshtml(55,105): error CS0122: 'Module' is inaccessible due to its protection level

 

In der lokalen Entwicklung können wir diesen Fehler leider nicht reproduzieren, da funktioniert die Verwendung des Plugins.

 

Background:

wir arbeiten mit Smartstore 5.1.0 und haben 2 eigene Module entwickelt. Das Ganze läuft in einer Azure Container App.

Wir basieren auf smartstore/smartstore-linux:5.1.0 und bauen unsere Module oben drauf.
 

Gerne kann ich bei Bedarf auch unser Dockerfile bereitstellen.

 

Liebe Grüße

lisa



#2 Michael Herzog

Michael Herzog

    SmartStore AG

  • Administrators
  • 3498 posts

Posted 07 March 2024 - 19:40

Hi Lisa,

 

das wurde behoben und auch im Hotfix-Branch committed.

 

Viele Grüße,

Michael 


  • lisa likes this

Michael Herzog
Smartstore AG


#3 lisa

lisa

    Member

  • Members
  • PipPip
  • 19 posts

Posted 08 March 2024 - 09:54

Hi Michael, vielen Dank!