Skip to content

Commit

Permalink
Release 4.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralbala committed Jul 7, 2022
1 parent e327d03 commit 1df3267
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.0.36
- Compatibility SW v6.4.13.0

# 4.0.29
- Fix to hide birthdate field if it's already provided
- Tested against SW v6.4.9.0
Expand Down
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.34/docs/en/documentation.html)
[Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/4.0.35/docs/en/documentation.html)

## License

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"authors": [
{
"homepage": "https://www.postfinance.ch/checkout",
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"name": "PostFinance Checkout"
}
],
Expand Down Expand Up @@ -30,10 +30,10 @@
"it-IT": "PostFinanceCheckout Prodotti per Shopware 6"
},
"manufacturerLink": {
"de-DE": "https://www.postfinance.ch/checkout",
"en-GB": "https://www.postfinance.ch/checkout",
"fr-FR": "https://www.postfinance.ch/checkout",
"it-IT": "https://www.postfinance.ch/checkout"
"de-DE": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"en-GB": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"fr-FR": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"it-IT": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html"
},
"supportLink": {
"de-DE": "https://www.postfinance.ch/en/business/support.html",
Expand All @@ -43,7 +43,7 @@
},
"shopware-plugin-class": "PostFinanceCheckoutPayment\\PostFinanceCheckoutPayment"
},
"homepage": "https://www.postfinance.ch/checkout/",
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/",
"keywords": [
"PostFinance Checkout",
"payment",
Expand All @@ -62,5 +62,5 @@
"postfinancecheckout/sdk": "3.0.1"
},
"type": "shopware-platform-plugin",
"version": "4.0.34"
"version": "4.0.35"
}
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.34/">
<a href="https://github.com/pfpayments/shopware-6/releases/tag/4.0.35/">
Source
</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions src/Core/Api/WebHooks/Service/WebHooksService.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class WebHooksService {
/**
* Transaction WebHook Entity Id
*
* @link https://www.postfinance.ch/checkout/doc/api/webhook-entity/view/1472041829003
* @link https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/doc/api/webhook-entity/view/1472041829003
*/
[
'id' => '1472041829003',
Expand All @@ -86,7 +86,7 @@ class WebHooksService {
/**
* Transaction Invoice WebHook Entity Id
*
* @link https://www.postfinance.ch/checkout/doc/api/webhook-entity/view/1472041816898
* @link https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/doc/api/webhook-entity/view/1472041816898
*/
[
'id' => '1472041816898',
Expand All @@ -101,7 +101,7 @@ class WebHooksService {
/**
* Refund WebHook Entity Id
*
* @link https://www.postfinance.ch/checkout/doc/api/webhook-entity/view/1472041839405
* @link https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/doc/api/webhook-entity/view/1472041839405
*/
[
'id' => '1472041839405',
Expand All @@ -115,7 +115,7 @@ class WebHooksService {
/**
* Payment Method Configuration Id
*
* @link https://www.postfinance.ch/checkout/doc/api/webhook-entity/view/1472041857405
* @link https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/doc/api/webhook-entity/view/1472041857405
*/
[
'id' => '1472041857405',
Expand Down

Large diffs are not rendered by default.

This file was deleted.

0 comments on commit 1df3267

Please sign in to comment.