Skip to content

Commit

Permalink
Release 4.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Aug 5, 2022
1 parent dfa465f commit 3457f6c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tail -f var/log/postfinancecheckout_payment*.log

## Documentation

[Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/4.0.36/docs/en/documentation.html)
[Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/4.0.37/docs/en/documentation.html)

## License

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"postfinancecheckout/sdk": "3.0.1"
},
"type": "shopware-platform-plugin",
"version": "4.0.36"
"version": "4.0.37"
}
2 changes: 1 addition & 1 deletion docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/shopware-6/releases/tag/4.0.36/">
<a href="https://github.com/pfpayments/shopware-6/releases/tag/4.0.37/">
Source
</a>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<sw-button
variant="primary"
size="small"
:disabled="transaction.state == 'FAILED'"
:disabled="transaction.state != 'FULFILL'"
@click="downloadInvoice()">
{{ $tc('postfinancecheckout-order.buttons.label.download-invoice') }}
</sw-button>
Expand All @@ -45,7 +45,7 @@
<sw-button
variant="primary"
size="small"
:disabled="transaction.state == 'FAILED'"
:disabled="transaction.state != 'FULFILL'"
@click="downloadPackingSlip()">
{{ $tc('postfinancecheckout-order.buttons.label.download-packing-slip') }}
</sw-button>
Expand Down

Large diffs are not rendered by default.

0 comments on commit 3457f6c

Please sign in to comment.