diff --git a/Application/Controller/Admin/Alert.php b/Application/Controller/Admin/Alert.php index 529691e..97f53bb 100644 --- a/Application/Controller/Admin/Alert.php +++ b/Application/Controller/Admin/Alert.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Controller/Admin/RefundJob.php b/Application/Controller/Admin/RefundJob.php index 3cf55fc..578ff21 100644 --- a/Application/Controller/Admin/RefundJob.php +++ b/Application/Controller/Admin/RefundJob.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Controller/Admin/Transaction.php b/Application/Controller/Admin/Transaction.php index 48d9f50..9110bad 100644 --- a/Application/Controller/Admin/Transaction.php +++ b/Application/Controller/Admin/Transaction.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Controller/Cron.php b/Application/Controller/Cron.php index 7b28a35..fb8b96d 100644 --- a/Application/Controller/Cron.php +++ b/Application/Controller/Cron.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Controller/Pdf.php b/Application/Controller/Pdf.php index 82a52cb..a904c00 100644 --- a/Application/Controller/Pdf.php +++ b/Application/Controller/Pdf.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Controller/Webhook.php b/Application/Controller/Webhook.php index c25fc0e..f901da0 100644 --- a/Application/Controller/Webhook.php +++ b/Application/Controller/Webhook.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Model/AbstractJob.php b/Application/Model/AbstractJob.php index 0003f7c..296f795 100644 --- a/Application/Model/AbstractJob.php +++ b/Application/Model/AbstractJob.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Model/Alert.php b/Application/Model/Alert.php index 0ec2d0d..d196390 100644 --- a/Application/Model/Alert.php +++ b/Application/Model/Alert.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Model/CompletionJob.php b/Application/Model/CompletionJob.php index 0061245..99b0261 100644 --- a/Application/Model/CompletionJob.php +++ b/Application/Model/CompletionJob.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Model/Cron.php b/Application/Model/Cron.php index a7c50d9..e13d628 100644 --- a/Application/Model/Cron.php +++ b/Application/Model/Cron.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Model/RefundJob.php b/Application/Model/RefundJob.php index a14d175..900114e 100644 --- a/Application/Model/RefundJob.php +++ b/Application/Model/RefundJob.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Model/Token.php b/Application/Model/Token.php index dac3dd9..0a82a31 100644 --- a/Application/Model/Token.php +++ b/Application/Model/Token.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Model/Transaction.php b/Application/Model/Transaction.php index de4285b..d08f513 100644 --- a/Application/Model/Transaction.php +++ b/Application/Model/Transaction.php @@ -3,7 +3,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/Model/VoidJob.php b/Application/Model/VoidJob.php index 384b5df..41bc86d 100644 --- a/Application/Model/VoidJob.php +++ b/Application/Model/VoidJob.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/translations/de/pfcPostFinanceCheckout_de_lang.php b/Application/translations/de/pfcPostFinanceCheckout_de_lang.php index ff4aaa9..ed52de7 100644 --- a/Application/translations/de/pfcPostFinanceCheckout_de_lang.php +++ b/Application/translations/de/pfcPostFinanceCheckout_de_lang.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/translations/en/pfcPostFinanceCheckout_en_lang.php b/Application/translations/en/pfcPostFinanceCheckout_en_lang.php index 9d95a68..ae380fc 100644 --- a/Application/translations/en/pfcPostFinanceCheckout_en_lang.php +++ b/Application/translations/en/pfcPostFinanceCheckout_en_lang.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/views/admin/de/pfcPostFinanceCheckout_admin_de_lang.php b/Application/views/admin/de/pfcPostFinanceCheckout_admin_de_lang.php index 457425c..8b35316 100644 --- a/Application/views/admin/de/pfcPostFinanceCheckout_admin_de_lang.php +++ b/Application/views/admin/de/pfcPostFinanceCheckout_admin_de_lang.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Application/views/admin/en/pfcPostFinanceCheckout_admin_en_lang.php b/Application/views/admin/en/pfcPostFinanceCheckout_admin_en_lang.php index a9981a2..a618d64 100644 --- a/Application/views/admin/en/pfcPostFinanceCheckout_admin_en_lang.php +++ b/Application/views/admin/en/pfcPostFinanceCheckout_admin_en_lang.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Adapter/AddressAdapter.php b/Core/Adapter/AddressAdapter.php index a9874bd..10634cd 100644 --- a/Core/Adapter/AddressAdapter.php +++ b/Core/Adapter/AddressAdapter.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) @@ -76,8 +76,11 @@ private function convertAddress(\OxidEsales\Eshop\Core\Base $address) $addressCreate->setPostCode($address->getFieldData('oxzip')); $addressCreate->setOrganizationName($address->getFieldData('oxcompany')); $addressCreate->setMobilePhoneNumber($address->getFieldData('oxmobfon')); - $addressCreate->setDateOfBirth(new \DateTime($address->getFieldData('oxbirthdate'))); - + + $birthdate = $address->getFieldData('oxbirthdate'); + if(!empty($birthdate) && $birthdate != '0000-00-00'){ + $addressCreate->setDateOfBirth(new \DateTime($birthdate)); + } $salutation = $address->getFieldData('oxsal'); if (strtolower($salutation) === 'mr') { /** @noinspection PhpParamsInspection */ diff --git a/Core/Adapter/BasketAdapter.php b/Core/Adapter/BasketAdapter.php index f85106d..286c010 100644 --- a/Core/Adapter/BasketAdapter.php +++ b/Core/Adapter/BasketAdapter.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Adapter/IAddressAdapter.php b/Core/Adapter/IAddressAdapter.php index 64b43ee..e9d8a87 100644 --- a/Core/Adapter/IAddressAdapter.php +++ b/Core/Adapter/IAddressAdapter.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Adapter/ILineItemAdapter.php b/Core/Adapter/ILineItemAdapter.php index 5849d8b..3445b31 100644 --- a/Core/Adapter/ILineItemAdapter.php +++ b/Core/Adapter/ILineItemAdapter.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Adapter/ITransactionServiceAdapter.php b/Core/Adapter/ITransactionServiceAdapter.php index f30ec26..1c8af05 100644 --- a/Core/Adapter/ITransactionServiceAdapter.php +++ b/Core/Adapter/ITransactionServiceAdapter.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Adapter/SessionAdapter.php b/Core/Adapter/SessionAdapter.php index dca470e..335c161 100644 --- a/Core/Adapter/SessionAdapter.php +++ b/Core/Adapter/SessionAdapter.php @@ -3,7 +3,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Exception/OptimisticLockingException.php b/Core/Exception/OptimisticLockingException.php index 1f949db..8da1a97 100644 --- a/Core/Exception/OptimisticLockingException.php +++ b/Core/Exception/OptimisticLockingException.php @@ -3,7 +3,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/PostFinanceCheckoutModule.php b/Core/PostFinanceCheckoutModule.php index d6b2add..a0e589c 100644 --- a/Core/PostFinanceCheckoutModule.php +++ b/Core/PostFinanceCheckoutModule.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Provider/AbstractProvider.php b/Core/Provider/AbstractProvider.php index 36d6ea2..8235d31 100644 --- a/Core/Provider/AbstractProvider.php +++ b/Core/Provider/AbstractProvider.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Provider/Currency.php b/Core/Provider/Currency.php index b669347..d674aef 100644 --- a/Core/Provider/Currency.php +++ b/Core/Provider/Currency.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Provider/LabelDescription.php b/Core/Provider/LabelDescription.php index 3394119..8423924 100644 --- a/Core/Provider/LabelDescription.php +++ b/Core/Provider/LabelDescription.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Provider/LabelDescriptionGroup.php b/Core/Provider/LabelDescriptionGroup.php index 4ccfeec..e33faea 100644 --- a/Core/Provider/LabelDescriptionGroup.php +++ b/Core/Provider/LabelDescriptionGroup.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Provider/Language.php b/Core/Provider/Language.php index 65f8544..15eeffa 100644 --- a/Core/Provider/Language.php +++ b/Core/Provider/Language.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/AbstractService.php b/Core/Service/AbstractService.php index e763738..0860869 100644 --- a/Core/Service/AbstractService.php +++ b/Core/Service/AbstractService.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/CompletionService.php b/Core/Service/CompletionService.php index 10d5386..9778b67 100644 --- a/Core/Service/CompletionService.php +++ b/Core/Service/CompletionService.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/JobService.php b/Core/Service/JobService.php index e009649..7c7ff74 100644 --- a/Core/Service/JobService.php +++ b/Core/Service/JobService.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/ManualTask.php b/Core/Service/ManualTask.php index 921bab4..a44ebe4 100644 --- a/Core/Service/ManualTask.php +++ b/Core/Service/ManualTask.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/PaymentService.php b/Core/Service/PaymentService.php index a5d8cd6..827ad12 100644 --- a/Core/Service/PaymentService.php +++ b/Core/Service/PaymentService.php @@ -3,7 +3,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/RefundService.php b/Core/Service/RefundService.php index 9cbf823..6f01adb 100644 --- a/Core/Service/RefundService.php +++ b/Core/Service/RefundService.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/Token.php b/Core/Service/Token.php index e6e47ca..acc3d0c 100644 --- a/Core/Service/Token.php +++ b/Core/Service/Token.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/TransactionService.php b/Core/Service/TransactionService.php index 5344c2f..a48a9a9 100644 --- a/Core/Service/TransactionService.php +++ b/Core/Service/TransactionService.php @@ -3,7 +3,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Service/VoidService.php b/Core/Service/VoidService.php index 23a0c37..4c5028e 100644 --- a/Core/Service/VoidService.php +++ b/Core/Service/VoidService.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Settings.php b/Core/Settings.php index 47134cf..b7d4b6f 100644 --- a/Core/Settings.php +++ b/Core/Settings.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/AbstractOrderRelated.php b/Core/Webhook/AbstractOrderRelated.php index b004f83..5521f7e 100644 --- a/Core/Webhook/AbstractOrderRelated.php +++ b/Core/Webhook/AbstractOrderRelated.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/AbstractWebhook.php b/Core/Webhook/AbstractWebhook.php index f5d0ee4..aa6b83f 100644 --- a/Core/Webhook/AbstractWebhook.php +++ b/Core/Webhook/AbstractWebhook.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/Entity.php b/Core/Webhook/Entity.php index 9ce94bd..fd1fc0a 100644 --- a/Core/Webhook/Entity.php +++ b/Core/Webhook/Entity.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/ManualTask.php b/Core/Webhook/ManualTask.php index 5e721e8..b9f34b4 100644 --- a/Core/Webhook/ManualTask.php +++ b/Core/Webhook/ManualTask.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/MethodConfiguration.php b/Core/Webhook/MethodConfiguration.php index abe6e03..ce668c4 100644 --- a/Core/Webhook/MethodConfiguration.php +++ b/Core/Webhook/MethodConfiguration.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/Request.php b/Core/Webhook/Request.php index 14101e4..3394112 100644 --- a/Core/Webhook/Request.php +++ b/Core/Webhook/Request.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/Service.php b/Core/Webhook/Service.php index fb952dd..af89eb9 100644 --- a/Core/Webhook/Service.php +++ b/Core/Webhook/Service.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/Token.php b/Core/Webhook/Token.php index 0cac758..df01c5e 100644 --- a/Core/Webhook/Token.php +++ b/Core/Webhook/Token.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/TokenVersion.php b/Core/Webhook/TokenVersion.php index 2a93879..f0fc2a6 100644 --- a/Core/Webhook/TokenVersion.php +++ b/Core/Webhook/TokenVersion.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/Transaction.php b/Core/Webhook/Transaction.php index 462a093..9398541 100644 --- a/Core/Webhook/Transaction.php +++ b/Core/Webhook/Transaction.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/TransactionCompletion.php b/Core/Webhook/TransactionCompletion.php index 71eb44f..b38c64b 100644 --- a/Core/Webhook/TransactionCompletion.php +++ b/Core/Webhook/TransactionCompletion.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/TransactionInvoice.php b/Core/Webhook/TransactionInvoice.php index f485802..ea68fc6 100644 --- a/Core/Webhook/TransactionInvoice.php +++ b/Core/Webhook/TransactionInvoice.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/TransactionRefund.php b/Core/Webhook/TransactionRefund.php index 7bf6c70..b729894 100644 --- a/Core/Webhook/TransactionRefund.php +++ b/Core/Webhook/TransactionRefund.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Core/Webhook/TransactionVoid.php b/Core/Webhook/TransactionVoid.php index f6ce666..1aa54de 100644 --- a/Core/Webhook/TransactionVoid.php +++ b/Core/Webhook/TransactionVoid.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Controller/Admin/LoginController.php b/Extend/Application/Controller/Admin/LoginController.php index 4b5be1a..198f90a 100644 --- a/Extend/Application/Controller/Admin/LoginController.php +++ b/Extend/Application/Controller/Admin/LoginController.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Controller/Admin/ModuleConfiguration.php b/Extend/Application/Controller/Admin/ModuleConfiguration.php index 87a13d1..027cd36 100644 --- a/Extend/Application/Controller/Admin/ModuleConfiguration.php +++ b/Extend/Application/Controller/Admin/ModuleConfiguration.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Controller/Admin/NavigationController.php b/Extend/Application/Controller/Admin/NavigationController.php index 8dee1a3..f7599ea 100644 --- a/Extend/Application/Controller/Admin/NavigationController.php +++ b/Extend/Application/Controller/Admin/NavigationController.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Controller/Admin/OrderList.php b/Extend/Application/Controller/Admin/OrderList.php index bef2d1c..fe05a19 100644 --- a/Extend/Application/Controller/Admin/OrderList.php +++ b/Extend/Application/Controller/Admin/OrderList.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Controller/BasketController.php b/Extend/Application/Controller/BasketController.php index 9a799d6..2e7f276 100644 --- a/Extend/Application/Controller/BasketController.php +++ b/Extend/Application/Controller/BasketController.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Controller/OrderController.php b/Extend/Application/Controller/OrderController.php index 0a15491..b65219c 100644 --- a/Extend/Application/Controller/OrderController.php +++ b/Extend/Application/Controller/OrderController.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Controller/StartController.php b/Extend/Application/Controller/StartController.php index fdbec70..15a46c2 100644 --- a/Extend/Application/Controller/StartController.php +++ b/Extend/Application/Controller/StartController.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Model/BasketItem.php b/Extend/Application/Model/BasketItem.php index f907a51..8da6b9b 100644 --- a/Extend/Application/Model/BasketItem.php +++ b/Extend/Application/Model/BasketItem.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Model/Order.php b/Extend/Application/Model/Order.php index b7a42bc..7ae0903 100644 --- a/Extend/Application/Model/Order.php +++ b/Extend/Application/Model/Order.php @@ -3,7 +3,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/Extend/Application/Model/PaymentList.php b/Extend/Application/Model/PaymentList.php index f6bf42e..efbfb11 100644 --- a/Extend/Application/Model/PaymentList.php +++ b/Extend/Application/Model/PaymentList.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) diff --git a/README.md b/README.md index e4929bb..9a4ef30 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # OXID 6.0 -v1.0.13, 2019-3 +v1.0.14, 2019-7 -This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://www.postfinance.ch). +This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://www.postfinance.ch/checkout). -##### To use this extension, a [PostFinance Checkout](https://www.postfinance.ch) account is required. +##### To use this extension, a [PostFinance Checkout](https://www.postfinance.ch/checkout) account is required. ## Requirements @@ -13,8 +13,8 @@ This repository contains the OXID PostFinance Checkout payment module that enab ## Documentation -* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.13/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.14/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.13/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.14/LICENSE) for more information. \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index e4929bb..9a4ef30 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,10 +1,10 @@ # OXID 6.0 -v1.0.13, 2019-3 +v1.0.14, 2019-7 -This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://www.postfinance.ch). +This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://www.postfinance.ch/checkout). -##### To use this extension, a [PostFinance Checkout](https://www.postfinance.ch) account is required. +##### To use this extension, a [PostFinance Checkout](https://www.postfinance.ch/checkout) account is required. ## Requirements @@ -13,8 +13,8 @@ This repository contains the OXID PostFinance Checkout payment module that enab ## Documentation -* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.13/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.14/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.13/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.14/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/assets/base.css b/docs/en/assets/base.css index dae4727..21ae93c 100644 --- a/docs/en/assets/base.css +++ b/docs/en/assets/base.css @@ -70,27 +70,27 @@ h1 { h2 { font-size: 1.625rem; font-weight: 300; - margin-bottom: 1.875rem; + margin-bottom: 1.3rem; } h3 { font-size: 1.3rem; font-weight: 300; - margin-top: 1.875rem; + margin-top: 1.3rem; } h4 { font-size: 1.125rem; font-weight: 400; margin-top: 1.875rem; - margin-bottom: 1.875rem; + margin-bottom: 1.3rem; } h5 { font-size: 1rem; font-weight: bold; margin-top: 1.875rem; - margin-bottom: 1.875rem; + margin-bottom: 1.3rem; } p { @@ -139,7 +139,7 @@ dfn { } b, strong { - font-weight: bolder; + font-weight: bold; } small { @@ -189,7 +189,11 @@ a:not([href]):not([tabindex]):focus { pre, code, kbd, samp { font-family: monospace, monospace; - font-size: 1em; + font-size: 90%; + padding: 2px 4px 2px 4px; + color: #c7254e; + background-color: #f9f2f4; + border-radius: 4px; } pre { @@ -253,6 +257,30 @@ table td[class*="col-"],table th[class*="col-"] { display: table-cell; } +ol.glossary { + counter-reset: glossary-counter; + list-style: none; + padding-left: 40px; +} + +ol.glossary li { + counter-increment: glossary-counter; + position: relative; +} + +ol.glossary li::before { + content: counter(glossary-counter); + position: absolute; + background-color: #73EAA9; + color: #fff; + border-radius: 100px; + width: 24px; + left: -40px; + text-align: center; + font-weight: bold; + line-height: 24px; +} + .layout-wrapper { position: relative; width: 100%; @@ -424,12 +452,18 @@ table td[class*="col-"],table th[class*="col-"] { margin-top: 0; } +.chapter > .chapter-title h1 { + border-bottom: 2px solid #eeeeee; + margin-bottom: 1.5rem; + padding-bottom: 0.2em; +} + .chapter-title .title-number, .section-title .title-number { display: none; } .paragraph { - line-height: 2em; + line-height: 1.75em; } .paragraph + .paragraph { @@ -526,14 +560,17 @@ table td[class*="col-"],table th[class*="col-"] { .admonitionblock.important { background: #fce1e1; + border-left: 5px solid #ff6060; } .admonitionblock.note, .admonitionblock.tip { background: #e0f2fc; + border-left: 5px solid #88d5ff; } .admonitionblock.caution, .admonitionblock.warning { background: #fdf3d8; + border-left: 5px solid #f1c654; } table.tableblock { diff --git a/docs/en/documentation.html b/docs/en/documentation.html index ccad7dc..c681463 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -21,7 +21,7 @@
If you don’t already have one, create a PostFinance Checkout account.
+If you don’t already have one, create a PostFinance Checkout account.
Download the extension.
+Download the extension.
Extract the files and upload them to the root directory of your store using FTP/SSH.
diff --git a/metadata.php b/metadata.php index 195e70e..c61f3dd 100644 --- a/metadata.php +++ b/metadata.php @@ -2,7 +2,7 @@ /** * PostFinanceCheckout OXID * - * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/). + * This OXID module enables to process payments with PostFinanceCheckout (https://www.postfinance.ch/checkout/). * * @package Whitelabelshortcut\PostFinanceCheckout * @author customweb GmbH (http://www.customweb.com/) @@ -29,7 +29,7 @@ 'en' => 'PFC PostFinanceCheckout Module' ), 'thumbnail' => 'out/pictures/picture.png', - 'version' => '1.0.13', + 'version' => '1.0.14', 'author' => 'customweb GmbH', 'url' => 'https://www.customweb.com', 'email' => 'info@customweb.com', diff --git a/out/pictures/picture.png b/out/pictures/picture.png index 8dacc59..088f1dc 100644 Binary files a/out/pictures/picture.png and b/out/pictures/picture.png differ