Skip to content

Commit

Permalink
Merge pull request #36 from shopware/ntr/moved-compatibility-into-man…
Browse files Browse the repository at this point in the history
…ifest

NTR - Moved compatibility into manifest
  • Loading branch information
lernhart authored Feb 15, 2024
2 parents abba838 + dc56df9 commit 0fcc8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .shopware-extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# .shopware-extension.yml
build:
shopwareVersionConstraint: ~6.5.0
zip:
composer:
enabled: false
Expand Down
5 changes: 3 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<version>1.0.5</version>
<icon>Resources/plugin.webp</icon>
<license>MIT</license>
<compatibility>~6.5.0</compatibility>
</meta>

<setup>
Expand All @@ -33,8 +34,8 @@
<payments>
<payment-method>
<identifier>credit_card</identifier>
<name>Credit Card (by Braintree)</name>
<name lang="de-DE">Kreditkarte (by Braintree)</name>
<name>Credit or Debit Card (by Braintree)</name>
<name lang="de-DE">Kredit- oder Debitkarte (von Braintree)</name>
<pay-url>https://braintree.shopware.com/api/pay</pay-url>
<icon>Resources/config/plugin.jpg</icon>
</payment-method>
Expand Down

0 comments on commit 0fcc8fd

Please sign in to comment.