From 498beeaab4ec4d6b83c2e61b797c8cc92d104b0b Mon Sep 17 00:00:00 2001 From: Drew Rowan Date: Wed, 24 Jan 2024 10:16:11 +0100 Subject: [PATCH] Release 1.0.57 --- LICENSE => LICENSE.txt | 2 +- README.md | 4 ++-- docs/en/documentation.html | 7 ++++--- .../extension/payment/postfinancecheckout.php | 9 +++++++++ .../extension/postfinancecheckout/alert.php | 9 +++++++++ .../extension/postfinancecheckout/completion.php | 9 +++++++++ .../extension/postfinancecheckout/event.php | 9 +++++++++ .../controller/extension/postfinancecheckout/pdf.php | 9 +++++++++ .../extension/postfinancecheckout/refund.php | 9 +++++++++ .../extension/postfinancecheckout/transaction.php | 9 +++++++++ .../extension/postfinancecheckout/update.php | 9 +++++++++ .../controller/extension/postfinancecheckout/void.php | 9 +++++++++ .../de-de/extension/payment/postfinancecheckout.php | 9 +++++++++ .../en-gb/extension/payment/postfinancecheckout.php | 9 +++++++++ .../language/french/payment/postfinancecheckout.php | 9 +++++++++ .../language/italien/payment/postfinancecheckout.php | 9 +++++++++ .../model/extension/postfinancecheckout/alert.php | 9 +++++++++ .../model/extension/postfinancecheckout/dynamic.php | 11 ++++++++++- .../model/extension/postfinancecheckout/migration.php | 10 +++++++++- .../extension/postfinancecheckout/modification.php | 9 +++++++++ .../model/extension/postfinancecheckout/order.php | 9 +++++++++ .../model/extension/postfinancecheckout/setup.php | 9 +++++++++ .../extension/postfinancecheckout/transaction.php | 9 +++++++++ .../extension/payment/postfinancecheckout.tpl | 4 ++-- .../extension/postfinancecheckout/address.php | 9 +++++++++ .../controller/extension/postfinancecheckout/cron.php | 9 +++++++++ .../extension/postfinancecheckout/error.php | 9 +++++++++ .../extension/postfinancecheckout/event.php | 9 +++++++++ .../controller/extension/postfinancecheckout/pdf.php | 9 +++++++++ .../extension/postfinancecheckout/transaction.php | 9 +++++++++ .../extension/postfinancecheckout/webhook.php | 9 +++++++++ .../de-de/extension/payment/postfinancecheckout.php | 9 +++++++++ .../en-gb/extension/payment/postfinancecheckout.php | 9 +++++++++ .../model/extension/payment/postfinancecheckout.php | 9 +++++++++ .../model/extension/postfinancecheckout/order.php | 9 +++++++++ .../system/library/postfinancecheckout/autoload.php | 9 +++++++++ .../controller/abstract_controller.php | 9 +++++++++ .../postfinancecheckout/controller/abstract_event.php | 9 +++++++++ .../postfinancecheckout/controller/abstract_pdf.php | 9 +++++++++ .../postfinancecheckout/dynamic/admin/controller.mock | 9 +++++++++ .../postfinancecheckout/dynamic/admin/controller.php | 9 +++++++++ .../postfinancecheckout/dynamic/admin/language.mock | 9 +++++++++ .../dynamic/catalog/controller.mock | 9 +++++++++ .../dynamic/catalog/controller.php | 9 +++++++++ .../postfinancecheckout/dynamic/catalog/language.mock | 9 +++++++++ .../postfinancecheckout/dynamic/catalog/model.mock | 9 +++++++++ .../postfinancecheckout/dynamic/catalog/model.php | 9 +++++++++ .../postfinancecheckout/entity/abstract_entity.php | 9 +++++++++ .../postfinancecheckout/entity/abstract_job.php | 9 +++++++++ .../library/postfinancecheckout/entity/alert.php | 9 +++++++++ .../postfinancecheckout/entity/completion_job.php | 9 +++++++++ .../library/postfinancecheckout/entity/cron.php | 9 +++++++++ .../entity/method_configuration.php | 9 +++++++++ .../library/postfinancecheckout/entity/refund_job.php | 9 +++++++++ .../postfinancecheckout/entity/resource_type.php | 9 +++++++++ .../postfinancecheckout/entity/shipping_info.php | 9 +++++++++ .../library/postfinancecheckout/entity/token_info.php | 9 +++++++++ .../postfinancecheckout/entity/transaction_info.php | 9 +++++++++ .../library/postfinancecheckout/entity/void_job.php | 9 +++++++++ upload/system/library/postfinancecheckout/helper.php | 9 +++++++++ .../postfinancecheckout/model/abstract_model.php | 9 +++++++++ .../PostFinanceCheckoutAdministration.ocmod.xml | 2 +- .../modification/PostFinanceCheckoutAlerts.ocmod.xml | 2 +- .../modification/PostFinanceCheckoutCore.ocmod.xml | 2 +- .../modification/PostFinanceCheckoutEvents.ocmod.xml | 2 +- .../PostFinanceCheckoutFrontendPdf.ocmod.xml | 2 +- ...tFinanceCheckoutPreventConfirmationEmail.ocmod.xml | 2 +- ...inanceCheckoutQuickCheckoutCompatibility.ocmod.xml | 2 +- .../PostFinanceCheckoutTransactionView.ocmod.xml | 2 +- .../PostFinanceCheckoutXFeeProCompatibility.ocmod.xml | 2 +- .../postfinancecheckout-sdk/autoload.php | 4 ++-- .../postfinancecheckout-sdk/composer.json | 2 +- .../postfinancecheckout-sdk/lib/ApiClient.php | 5 ++++- .../postfinancecheckout-sdk/lib/ApiException.php | 4 +++- .../postfinancecheckout-sdk/lib/ApiResponse.php | 4 +++- .../postfinancecheckout-sdk/lib/Configuration.php | 4 +++- .../postfinancecheckout-sdk/lib/HeaderSelector.php | 4 +++- .../lib/Http/ConnectionException.php | 5 ++++- .../lib/Http/CurlHttpClient.php | 5 ++++- .../lib/Http/HttpClientFactory.php | 5 ++++- .../postfinancecheckout-sdk/lib/Http/HttpRequest.php | 6 +++--- .../postfinancecheckout-sdk/lib/Http/HttpResponse.php | 4 +++- .../postfinancecheckout-sdk/lib/Http/IHttpClient.php | 4 +++- .../lib/Http/SocketHttpClient.php | 5 ++++- .../lib/Model/AbstractAccountUpdate.php | 6 +++++- .../lib/Model/AbstractApplicationUserUpdate.php | 6 +++++- .../lib/Model/AbstractCustomerActive.php | 6 +++++- .../lib/Model/AbstractCustomerAddressActive.php | 6 +++++- .../lib/Model/AbstractCustomerCommentActive.php | 6 +++++- .../lib/Model/AbstractHumanUserUpdate.php | 6 +++++- .../lib/Model/AbstractPaymentLinkUpdate.php | 6 +++++- .../lib/Model/AbstractRefundCommentActive.php | 6 +++++- .../lib/Model/AbstractSpaceUpdate.php | 6 +++++- .../lib/Model/AbstractTokenUpdate.php | 6 +++++- .../lib/Model/AbstractTransactionCommentActive.php | 6 +++++- .../Model/AbstractTransactionInvoiceCommentActive.php | 6 +++++- .../lib/Model/AbstractTransactionPending.php | 6 +++++- .../lib/Model/AbstractWebhookListenerUpdate.php | 6 +++++- .../lib/Model/AbstractWebhookUrlUpdate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Account.php | 6 +++++- .../lib/Model/AccountCreate.php | 6 +++++- .../lib/Model/AccountState.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/AccountType.php | 6 +++++- .../lib/Model/AccountUpdate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Address.php | 6 +++++- .../lib/Model/AddressCreate.php | 6 +++++- .../lib/Model/ApplicationUser.php | 6 +++++- .../lib/Model/ApplicationUserCreate.php | 6 +++++- .../lib/Model/ApplicationUserCreateWithMacKey.php | 6 +++++- .../lib/Model/ApplicationUserUpdate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Charge.php | 6 +++++- .../lib/Model/ChargeAttempt.php | 6 +++++- .../lib/Model/ChargeAttemptEnvironment.php | 6 +++++- .../lib/Model/ChargeAttemptState.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/ChargeFlow.php | 6 +++++- .../lib/Model/ChargeFlowLevel.php | 6 +++++- .../lib/Model/ChargeFlowLevelConfiguration.php | 6 +++++- .../lib/Model/ChargeFlowLevelConfigurationType.php | 6 +++++- .../lib/Model/ChargeFlowLevelPaymentLink.php | 6 +++++- .../lib/Model/ChargeFlowLevelState.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/ChargeState.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/ChargeType.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/ClientError.php | 6 +++++- .../lib/Model/ClientErrorType.php | 6 +++++- .../lib/Model/CompletionLineItem.php | 6 +++++- .../lib/Model/CompletionLineItemCreate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Condition.php | 6 +++++- .../lib/Model/ConditionType.php | 6 +++++- .../lib/Model/ConnectorInvocation.php | 6 +++++- .../lib/Model/ConnectorInvocationStage.php | 6 +++++- .../lib/Model/CreationEntityState.php | 6 +++++- .../lib/Model/CriteriaOperator.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Customer.php | 6 +++++- .../lib/Model/CustomerActive.php | 6 +++++- .../lib/Model/CustomerAddress.php | 6 +++++- .../lib/Model/CustomerAddressActive.php | 6 +++++- .../lib/Model/CustomerAddressCreate.php | 6 +++++- .../lib/Model/CustomerAddressType.php | 6 +++++- .../lib/Model/CustomerComment.php | 6 +++++- .../lib/Model/CustomerCommentActive.php | 6 +++++- .../lib/Model/CustomerCommentCreate.php | 6 +++++- .../lib/Model/CustomerCreate.php | 6 +++++- .../lib/Model/CustomerPostalAddress.php | 6 +++++- .../lib/Model/CustomerPostalAddressCreate.php | 6 +++++- .../lib/Model/CustomersPresence.php | 6 +++++- .../lib/Model/DataCollectionType.php | 6 +++++- .../lib/Model/DatabaseTranslatedString.php | 6 +++++- .../lib/Model/DatabaseTranslatedStringItem.php | 6 +++++- .../lib/Model/DeliveryIndication.php | 6 +++++- .../lib/Model/DeliveryIndicationDecisionReason.php | 6 +++++- .../lib/Model/DeliveryIndicationState.php | 6 +++++- .../lib/Model/DocumentTemplate.php | 6 +++++- .../lib/Model/DocumentTemplateType.php | 6 +++++- .../lib/Model/DocumentTemplateTypeGroup.php | 6 +++++- .../lib/Model/EntityExportRequest.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/EntityQuery.php | 6 +++++- .../lib/Model/EntityQueryFilter.php | 6 +++++- .../lib/Model/EntityQueryFilterType.php | 6 +++++- .../lib/Model/EntityQueryOrderBy.php | 6 +++++- .../lib/Model/EntityQueryOrderByType.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Environment.php | 6 +++++- .../lib/Model/FailureCategory.php | 6 +++++- .../lib/Model/FailureReason.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Feature.php | 6 +++++- .../lib/Model/FeatureCategory.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Gender.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/HumanUser.php | 6 +++++- .../lib/Model/HumanUserCreate.php | 6 +++++- .../lib/Model/HumanUserUpdate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Label.php | 6 +++++- .../lib/Model/LabelDescriptor.php | 6 +++++- .../lib/Model/LabelDescriptorCategory.php | 6 +++++- .../lib/Model/LabelDescriptorGroup.php | 6 +++++- .../lib/Model/LabelDescriptorType.php | 6 +++++- .../lib/Model/LegalOrganizationForm.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/LineItem.php | 6 +++++- .../lib/Model/LineItemAttribute.php | 6 +++++- .../lib/Model/LineItemAttributeCreate.php | 6 +++++- .../lib/Model/LineItemCreate.php | 6 +++++- .../lib/Model/LineItemReduction.php | 6 +++++- .../lib/Model/LineItemReductionCreate.php | 6 +++++- .../lib/Model/LineItemType.php | 6 +++++- .../lib/Model/LocalizedString.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/ManualTask.php | 6 +++++- .../lib/Model/ManualTaskAction.php | 6 +++++- .../lib/Model/ManualTaskActionStyle.php | 6 +++++- .../lib/Model/ManualTaskState.php | 6 +++++- .../lib/Model/ManualTaskType.php | 6 +++++- .../lib/Model/ModelResourcePath.php | 6 +++++- .../lib/Model/OneClickPaymentMode.php | 6 +++++- .../lib/Model/PaymentConnector.php | 6 +++++- .../lib/Model/PaymentConnectorConfiguration.php | 6 +++++- .../lib/Model/PaymentConnectorFeature.php | 6 +++++- .../lib/Model/PaymentContract.php | 6 +++++- .../lib/Model/PaymentContractState.php | 6 +++++- .../lib/Model/PaymentContractType.php | 6 +++++- .../lib/Model/PaymentInformationHash.php | 6 +++++- .../lib/Model/PaymentInformationHashType.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/PaymentLink.php | 6 +++++- .../lib/Model/PaymentLinkActive.php | 6 +++++- .../lib/Model/PaymentLinkCreate.php | 6 +++++- .../lib/Model/PaymentLinkProtectionMode.php | 6 +++++- .../lib/Model/PaymentLinkUpdate.php | 6 +++++- .../lib/Model/PaymentMethod.php | 6 +++++- .../lib/Model/PaymentMethodBrand.php | 6 +++++- .../lib/Model/PaymentMethodConfiguration.php | 6 +++++- .../lib/Model/PaymentPrimaryRiskTaker.php | 6 +++++- .../lib/Model/PaymentProcessor.php | 6 +++++- .../lib/Model/PaymentProcessorConfiguration.php | 6 +++++- .../lib/Model/PaymentTerminal.php | 6 +++++- .../lib/Model/PaymentTerminalAddress.php | 6 +++++- .../lib/Model/PaymentTerminalConfiguration.php | 6 +++++- .../lib/Model/PaymentTerminalConfigurationState.php | 6 +++++- .../lib/Model/PaymentTerminalConfigurationVersion.php | 6 +++++- .../PaymentTerminalConfigurationVersionState.php | 6 +++++- .../lib/Model/PaymentTerminalContactAddress.php | 6 +++++- .../lib/Model/PaymentTerminalLocation.php | 6 +++++- .../lib/Model/PaymentTerminalLocationState.php | 6 +++++- .../lib/Model/PaymentTerminalLocationVersion.php | 6 +++++- .../lib/Model/PaymentTerminalLocationVersionState.php | 6 +++++- .../lib/Model/PaymentTerminalState.php | 6 +++++- .../lib/Model/PaymentTerminalType.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Permission.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Refund.php | 6 +++++- .../lib/Model/RefundComment.php | 6 +++++- .../lib/Model/RefundCommentActive.php | 6 +++++- .../lib/Model/RefundCommentCreate.php | 6 +++++- .../lib/Model/RefundCreate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/RefundState.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/RefundType.php | 6 +++++- .../lib/Model/RenderedDocument.php | 6 +++++- .../lib/Model/ResourceState.php | 6 +++++- .../lib/Model/RestAddressFormat.php | 6 +++++- .../lib/Model/RestAddressFormatField.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/RestCountry.php | 6 +++++- .../lib/Model/RestCountryState.php | 6 +++++- .../lib/Model/RestCurrency.php | 6 +++++- .../lib/Model/RestLanguage.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Role.php | 6 +++++- .../lib/Model/SalesChannel.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Scope.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/ServerError.php | 6 +++++- .../lib/Model/ShopifyAdditionalLineItemData.php | 6 +++++- .../lib/Model/ShopifyIntegration.php | 6 +++++- .../lib/Model/ShopifyIntegrationPaymentAppVersion.php | 6 +++++- .../ShopifyIntegrationSubscriptionAppVersion.php | 6 +++++- .../lib/Model/ShopifyTransaction.php | 6 +++++- .../lib/Model/ShopifyTransactionState.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Space.php | 6 +++++- .../lib/Model/SpaceAddress.php | 6 +++++- .../lib/Model/SpaceAddressCreate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/SpaceCreate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/SpaceUpdate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/SpaceView.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/StaticValue.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Tax.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/TaxCreate.php | 6 +++++- .../lib/Model/TenantDatabase.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Token.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/TokenCreate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/TokenUpdate.php | 6 +++++- .../lib/Model/TokenVersion.php | 6 +++++- .../lib/Model/TokenVersionState.php | 6 +++++- .../lib/Model/TokenVersionType.php | 6 +++++- .../lib/Model/TokenizationMode.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/Transaction.php | 6 +++++- .../lib/Model/TransactionAwareEntity.php | 6 +++++- .../lib/Model/TransactionComment.php | 6 +++++- .../lib/Model/TransactionCommentActive.php | 6 +++++- .../lib/Model/TransactionCommentCreate.php | 6 +++++- .../lib/Model/TransactionCompletion.php | 6 +++++- .../lib/Model/TransactionCompletionBehavior.php | 6 +++++- .../lib/Model/TransactionCompletionMode.php | 6 +++++- .../lib/Model/TransactionCompletionRequest.php | 6 +++++- .../lib/Model/TransactionCompletionState.php | 6 +++++- .../lib/Model/TransactionCreate.php | 6 +++++- .../Model/TransactionEnvironmentSelectionStrategy.php | 6 +++++- .../lib/Model/TransactionGroup.php | 6 +++++- .../lib/Model/TransactionGroupState.php | 6 +++++- .../lib/Model/TransactionInvoice.php | 6 +++++- .../lib/Model/TransactionInvoiceComment.php | 6 +++++- .../lib/Model/TransactionInvoiceCommentActive.php | 6 +++++- .../lib/Model/TransactionInvoiceCommentCreate.php | 6 +++++- .../lib/Model/TransactionInvoiceReplacement.php | 6 +++++- .../lib/Model/TransactionInvoiceState.php | 6 +++++- .../lib/Model/TransactionLineItemUpdateRequest.php | 6 +++++- .../lib/Model/TransactionLineItemVersion.php | 6 +++++- .../lib/Model/TransactionPending.php | 6 +++++- .../lib/Model/TransactionState.php | 6 +++++- .../lib/Model/TransactionUserInterfaceType.php | 6 +++++- .../lib/Model/TransactionVoid.php | 6 +++++- .../lib/Model/TransactionVoidMode.php | 6 +++++- .../lib/Model/TransactionVoidState.php | 6 +++++- .../lib/Model/TwoFactorAuthenticationType.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/User.php | 6 +++++- .../lib/Model/UserAccountRole.php | 6 +++++- .../lib/Model/UserSpaceRole.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/UserType.php | 6 +++++- .../lib/Model/WebhookIdentity.php | 6 +++++- .../lib/Model/WebhookListener.php | 6 +++++- .../lib/Model/WebhookListenerCreate.php | 6 +++++- .../lib/Model/WebhookListenerEntity.php | 6 +++++- .../lib/Model/WebhookListenerUpdate.php | 6 +++++- .../postfinancecheckout-sdk/lib/Model/WebhookUrl.php | 6 +++++- .../lib/Model/WebhookUrlCreate.php | 6 +++++- .../lib/Model/WebhookUrlUpdate.php | 6 +++++- .../postfinancecheckout-sdk/lib/ObjectSerializer.php | 5 ++++- .../lib/Service/AccountService.php | 5 ++++- .../lib/Service/ApplicationUserService.php | 5 ++++- .../lib/Service/ChargeAttemptService.php | 5 ++++- .../lib/Service/ChargeFlowLevelPaymentLinkService.php | 5 ++++- .../lib/Service/ChargeFlowLevelService.php | 5 ++++- .../lib/Service/ChargeFlowService.php | 5 ++++- .../lib/Service/ConditionTypeService.php | 5 ++++- .../lib/Service/CountryService.php | 5 ++++- .../lib/Service/CountryStateService.php | 5 ++++- .../lib/Service/CurrencyService.php | 5 ++++- .../lib/Service/CustomerAddressService.php | 5 ++++- .../lib/Service/CustomerCommentService.php | 5 ++++- .../lib/Service/CustomerService.php | 5 ++++- .../lib/Service/DeliveryIndicationService.php | 5 ++++- .../lib/Service/DocumentTemplateService.php | 5 ++++- .../lib/Service/DocumentTemplateTypeService.php | 5 ++++- .../lib/Service/HumanUserService.php | 5 ++++- .../lib/Service/LabelDescriptionGroupService.php | 5 ++++- .../lib/Service/LabelDescriptionService.php | 5 ++++- .../lib/Service/LanguageService.php | 5 ++++- .../lib/Service/LegalOrganizationFormService.php | 5 ++++- .../lib/Service/ManualTaskService.php | 5 ++++- .../Service/PaymentConnectorConfigurationService.php | 5 ++++- .../lib/Service/PaymentConnectorService.php | 5 ++++- .../lib/Service/PaymentLinkService.php | 5 ++++- .../lib/Service/PaymentMethodBrandService.php | 5 ++++- .../lib/Service/PaymentMethodConfigurationService.php | 5 ++++- .../lib/Service/PaymentMethodService.php | 5 ++++- .../Service/PaymentProcessorConfigurationService.php | 5 ++++- .../lib/Service/PaymentProcessorService.php | 5 ++++- .../lib/Service/PermissionService.php | 5 ++++- .../lib/Service/RefundCommentService.php | 5 ++++- .../lib/Service/RefundService.php | 5 ++++- .../lib/Service/ShopifyTransactionService.php | 5 ++++- .../lib/Service/SpaceService.php | 5 ++++- .../lib/Service/StaticValueService.php | 5 ++++- .../lib/Service/TokenService.php | 5 ++++- .../lib/Service/TokenVersionService.php | 5 ++++- .../lib/Service/TransactionCommentService.php | 5 ++++- .../lib/Service/TransactionCompletionService.php | 5 ++++- .../lib/Service/TransactionIframeService.php | 5 ++++- .../lib/Service/TransactionInvoiceCommentService.php | 5 ++++- .../lib/Service/TransactionInvoiceService.php | 5 ++++- .../lib/Service/TransactionLightboxService.php | 5 ++++- .../lib/Service/TransactionMobileSdkService.php | 5 ++++- .../lib/Service/TransactionPaymentPageService.php | 5 ++++- .../lib/Service/TransactionService.php | 5 ++++- .../lib/Service/TransactionVoidService.php | 5 ++++- .../lib/Service/UserAccountRoleService.php | 5 ++++- .../lib/Service/UserSpaceRoleService.php | 5 ++++- .../lib/Service/WebhookListenerService.php | 5 ++++- .../lib/Service/WebhookUrlService.php | 5 ++++- .../lib/ValidationException.php | 4 +++- .../lib/VersioningException.php | 4 +++- .../postfinancecheckout-sdk/test/ApiClientTest.php | 6 +++++- .../test/RefundServiceTest.php | 4 +++- .../test/TransactionCompletionServiceTest.php | 4 +++- .../test/TransactionLightboxServiceTest.php | 4 +++- .../test/TransactionPaymentPageServiceTest.php | 4 +++- .../test/TransactionServiceTest.php | 5 ++++- .../provider/abstract_provider.php | 9 +++++++++ .../library/postfinancecheckout/provider/currency.php | 9 +++++++++ .../provider/label_description_group.php | 9 +++++++++ .../postfinancecheckout/provider/label_descriptor.php | 9 +++++++++ .../library/postfinancecheckout/provider/language.php | 9 +++++++++ .../provider/payment_connector.php | 9 +++++++++ .../postfinancecheckout/provider/payment_method.php | 9 +++++++++ .../postfinancecheckout/service/abstract_job.php | 9 +++++++++ .../postfinancecheckout/service/abstract_service.php | 9 +++++++++ .../postfinancecheckout/service/completion.php | 9 +++++++++ .../library/postfinancecheckout/service/line_item.php | 9 +++++++++ .../postfinancecheckout/service/manual_task.php | 9 +++++++++ .../service/method_configuration.php | 9 +++++++++ .../library/postfinancecheckout/service/refund.php | 9 +++++++++ .../library/postfinancecheckout/service/token.php | 9 +++++++++ .../postfinancecheckout/service/transaction.php | 9 +++++++++ .../library/postfinancecheckout/service/void_job.php | 9 +++++++++ .../library/postfinancecheckout/service/webhook.php | 9 +++++++++ .../library/postfinancecheckout/version_helper.php | 11 ++++++++++- .../webhook/abstract_order_related.php | 9 +++++++++ .../postfinancecheckout/webhook/abstract_webhook.php | 9 +++++++++ .../webhook/delivery_indication.php | 9 +++++++++ .../library/postfinancecheckout/webhook/entity.php | 9 +++++++++ .../postfinancecheckout/webhook/manual_task.php | 9 +++++++++ .../webhook/method_configuration.php | 9 +++++++++ .../library/postfinancecheckout/webhook/request.php | 9 +++++++++ .../library/postfinancecheckout/webhook/token.php | 9 +++++++++ .../postfinancecheckout/webhook/token_version.php | 9 +++++++++ .../postfinancecheckout/webhook/transaction.php | 9 +++++++++ .../webhook/transaction_completion.php | 9 +++++++++ .../webhook/transaction_refund.php | 9 +++++++++ .../postfinancecheckout/webhook/transaction_void.php | 9 +++++++++ 399 files changed, 2214 insertions(+), 320 deletions(-) rename LICENSE => LICENSE.txt (99%) diff --git a/LICENSE b/LICENSE.txt similarity index 99% rename from LICENSE rename to LICENSE.txt index 261eeb9..613fd5a 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2024 wallee AG Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index dab2815..173d524 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository contains the OpenCart PostFinance Checkout payment module that ## Documentation -* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.3/1.0.56/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.3/1.0.57/docs/en/documentation.html) ## Support @@ -21,4 +21,4 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/ ## License -Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.56/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.57/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/documentation.html b/docs/en/documentation.html index 0b7d61d..7c24974 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -4,7 +4,8 @@ - + + PostFinance Checkout Opencart 2.3 @@ -22,7 +23,7 @@

Documentation

  • - + Source
  • @@ -49,7 +50,7 @@

    1. -

      Download the extension.

      +

      Download the extension.

    2. Extract the files and upload the content of the Upload directory into the root directory of your store using FTP/SSH.

      diff --git a/upload/admin/controller/extension/payment/postfinancecheckout.php b/upload/admin/controller/extension/payment/postfinancecheckout.php index a99daf0..1c1193e 100644 --- a/upload/admin/controller/extension/payment/postfinancecheckout.php +++ b/upload/admin/controller/extension/payment/postfinancecheckout.php @@ -1,4 +1,13 @@
      -

      1.0.56

      +

      1.0.57

    -

    2023/08/03 12:11:25

    +

    2024/01/24 10:16:08

    diff --git a/upload/catalog/controller/extension/postfinancecheckout/address.php b/upload/catalog/controller/extension/postfinancecheckout/address.php index a249090..34ee587 100644 --- a/upload/catalog/controller/extension/postfinancecheckout/address.php +++ b/upload/catalog/controller/extension/postfinancecheckout/address.php @@ -1,4 +1,13 @@ postfinancecheckout administration: complete, refund and void from the OpenCart backend. 1.1.0 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutAlerts.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutAlerts.ocmod.xml index deeb44a..f954b7d 100644 --- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutAlerts.ocmod.xml +++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutAlerts.ocmod.xml @@ -3,7 +3,7 @@ PostFinanceCheckoutAlerts postfinancecheckout alerts: show open manual tasks and failed jobs. 1.1.0 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutCore.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutCore.ocmod.xml index 8e54b80..142459b 100644 --- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutCore.ocmod.xml +++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutCore.ocmod.xml @@ -4,7 +4,7 @@ postfinancecheckout core: load payment methods. 1.1.2 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutEvents.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutEvents.ocmod.xml index 6bedb15..d891d28 100644 --- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutEvents.ocmod.xml +++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutEvents.ocmod.xml @@ -4,7 +4,7 @@ postfinancecheckout events: handle events unavailable in Opencart 2.0.x and 2.1.x. 1.1.0 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutFrontendPdf.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutFrontendPdf.ocmod.xml index 5d32107..1f1f352 100644 --- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutFrontendPdf.ocmod.xml +++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutFrontendPdf.ocmod.xml @@ -4,7 +4,7 @@ postfinancecheckout customer pdf: Allow customers to download invoices and packing slips. 1.1.0 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutPreventConfirmationEmail.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutPreventConfirmationEmail.ocmod.xml index b2291ae..edecbda 100644 --- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutPreventConfirmationEmail.ocmod.xml +++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutPreventConfirmationEmail.ocmod.xml @@ -3,7 +3,7 @@ PostFinanceCheckoutPreventConfirmationEmail postfinancecheckout email: prevent confirmation email. 1.0.1 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutQuickCheckoutCompatibility.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutQuickCheckoutCompatibility.ocmod.xml index ed95318..decbdec 100644 --- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutQuickCheckoutCompatibility.ocmod.xml +++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutQuickCheckoutCompatibility.ocmod.xml @@ -4,7 +4,7 @@ postfinancecheckout compatibility: patch for Ajax Quick Checkout. 1.1.0 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutTransactionView.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutTransactionView.ocmod.xml index d95b2f9..47d7dda 100644 --- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutTransactionView.ocmod.xml +++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutTransactionView.ocmod.xml @@ -4,7 +4,7 @@ postfinancecheckout transaction view: List transactions in the opencart backend. 1.0.0 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutXFeeProCompatibility.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutXFeeProCompatibility.ocmod.xml index ff1c1dc..4a65a14 100644 --- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutXFeeProCompatibility.ocmod.xml +++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutXFeeProCompatibility.ocmod.xml @@ -4,7 +4,7 @@ postfinancecheckout compatibility: patch for X-fee Pro. 1.0.0 - Customweb GmbH + wallee AG http://github.com/postfinancecheckout-payment/opencart diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/autoload.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/autoload.php index c342c44..5d94da3 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/autoload.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/autoload.php @@ -21,7 +21,7 @@ /** * Autoload function. * - * @author customweb GmbH + * @author wallee AG * After registering this autoload function with SPL, the following line * would cause the function to attempt to load the \PostFinanceCheckout\Sdk\Baz\Qux class @@ -58,4 +58,4 @@ if (file_exists($file)) { require $file; } -}, true, true); \ No newline at end of file +}, true, true);rue); \ No newline at end of file diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/composer.json b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/composer.json index 2ac51a5..1696356 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/composer.json +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/composer.json @@ -14,7 +14,7 @@ "authors": [ { "name": "wallee AG", - "homepage": "https://wallee.com" + "homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html" } ], "require": { diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiClient.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiClient.php index 84ee0cc..96cf168 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiClient.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiClient.php @@ -30,7 +30,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class ApiClient { @@ -1174,3 +1174,6 @@ public function getWebhookUrlService() { } + + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiException.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiException.php index ac10b6f..ac6b38b 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiException.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiException.php @@ -27,7 +27,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApiException extends Exception @@ -111,3 +111,5 @@ public function getResponseObject() return $this->responseObject; } } + } +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiResponse.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiResponse.php index 76109bb..ea9cc0c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiResponse.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ApiResponse.php @@ -25,7 +25,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApiResponse { @@ -91,4 +91,6 @@ public function getData() { return $this->data; } +} } + } \ No newline at end of file diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Configuration.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Configuration.php index abc04d5..03e1c0d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Configuration.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Configuration.php @@ -26,7 +26,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Configuration @@ -420,3 +420,5 @@ public function getApiKeyWithPrefix($apiKeyIdentifier) return $keyWithPrefix; } } + } +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/HeaderSelector.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/HeaderSelector.php index 766d9a5..1105b45 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/HeaderSelector.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/HeaderSelector.php @@ -26,7 +26,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HeaderSelector @@ -98,3 +98,5 @@ private function selectContentTypeHeader($contentType) } } } + } +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/ConnectionException.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/ConnectionException.php index 3f54a12..e5b3298 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/ConnectionException.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/ConnectionException.php @@ -27,7 +27,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class ConnectionException extends Exception { @@ -96,3 +96,6 @@ public function getErrorMessage() { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/CurlHttpClient.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/CurlHttpClient.php index 23fa529..377c90c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/CurlHttpClient.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/CurlHttpClient.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class CurlHttpClient implements IHttpClient { @@ -145,3 +145,6 @@ private function handleResponse(ApiClient $apiClient, HttpRequest $request, $cur } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpClientFactory.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpClientFactory.php index 322ebe8..8e06ff2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpClientFactory.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpClientFactory.php @@ -25,7 +25,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class HttpClientFactory { @@ -97,3 +97,6 @@ private function getClientInternal($type = null) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpRequest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpRequest.php index 4b0efd9..a8d9e2f 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpRequest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpRequest.php @@ -27,7 +27,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class HttpRequest { @@ -76,11 +76,11 @@ final class HttpRequest { const HEADER_KEY_ACCEPT = 'accept'; /** - * The key of the 'x-wallee-logtoken' header. + * The key of the 'x-postfinancecheckout-logtoken' header. * * @var string */ - const HEADER_LOG_TOKEN = 'x-wallee-logtoken'; + const HEADER_LOG_TOKEN = 'x-postfinancecheckout-logtoken'; /** * The object serializer. diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpResponse.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpResponse.php index 63b28b0..7f3a992 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpResponse.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/HttpResponse.php @@ -25,7 +25,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class HttpResponse { @@ -172,4 +172,6 @@ private function parseStatusLine($line) { $this->statusCode = (int)$result[2]; } +} } + } \ No newline at end of file diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/IHttpClient.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/IHttpClient.php index 5abffd4..22ef727 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/IHttpClient.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/IHttpClient.php @@ -27,7 +27,7 @@ * * @category Interface * @package PostFinanceCheckout\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ interface IHttpClient { @@ -62,4 +62,6 @@ public function isSupported(); */ public function send(ApiClient $apiClient, HttpRequest $request); +}); + } \ No newline at end of file diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/SocketHttpClient.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/SocketHttpClient.php index 9910781..0e7c932 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/SocketHttpClient.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Http/SocketHttpClient.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class SocketHttpClient implements IHttpClient { @@ -434,3 +434,6 @@ private function readEnvironmentVariable($name){ } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractAccountUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractAccountUpdate.php index d8a56bc..93bc5d1 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractAccountUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractAccountUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractAccountUpdate implements ModelInterface, ArrayAccess @@ -374,3 +374,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractApplicationUserUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractApplicationUserUpdate.php index 5f07da8..28ed467 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractApplicationUserUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractApplicationUserUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractApplicationUserUpdate implements ModelInterface, ArrayAccess @@ -367,3 +367,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerActive.php index ccff13f..888f3e9 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerActive.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractCustomerActive implements ModelInterface, ArrayAccess @@ -519,3 +519,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerAddressActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerAddressActive.php index 1c17d9d..2f97649 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerAddressActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerAddressActive.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractCustomerAddressActive implements ModelInterface, ArrayAccess @@ -327,3 +327,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerCommentActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerCommentActive.php index 2ba9791..63ddfc8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerCommentActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractCustomerCommentActive.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractCustomerCommentActive implements ModelInterface, ArrayAccess @@ -303,3 +303,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractHumanUserUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractHumanUserUpdate.php index a6dbba3..d97a393 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractHumanUserUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractHumanUserUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractHumanUserUpdate implements ModelInterface, ArrayAccess @@ -551,3 +551,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractPaymentLinkUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractPaymentLinkUpdate.php index a19f9e5..5a72753 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractPaymentLinkUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractPaymentLinkUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractPaymentLinkUpdate implements ModelInterface, ArrayAccess @@ -623,3 +623,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractRefundCommentActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractRefundCommentActive.php index b276f1c..d18e560 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractRefundCommentActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractRefundCommentActive.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractRefundCommentActive implements ModelInterface, ArrayAccess @@ -303,3 +303,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractSpaceUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractSpaceUpdate.php index ec199e5..9a366cd 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractSpaceUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractSpaceUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractSpaceUpdate implements ModelInterface, ArrayAccess @@ -534,3 +534,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTokenUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTokenUpdate.php index d47819e..e96d218 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTokenUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTokenUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractTokenUpdate implements ModelInterface, ArrayAccess @@ -471,3 +471,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionCommentActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionCommentActive.php index 0c58d59..6e3328e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionCommentActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionCommentActive.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractTransactionCommentActive implements ModelInterface, ArrayAccess @@ -303,3 +303,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionInvoiceCommentActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionInvoiceCommentActive.php index 5ab9f5b..7590907 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionInvoiceCommentActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionInvoiceCommentActive.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractTransactionInvoiceCommentActive implements ModelInterface, ArrayAccess @@ -303,3 +303,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionPending.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionPending.php index 10a872f..3aa5792 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionPending.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractTransactionPending.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractTransactionPending implements ModelInterface, ArrayAccess @@ -933,3 +933,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractWebhookListenerUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractWebhookListenerUpdate.php index e752228..90f1fdd 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractWebhookListenerUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractWebhookListenerUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractWebhookListenerUpdate implements ModelInterface, ArrayAccess @@ -399,3 +399,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractWebhookUrlUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractWebhookUrlUpdate.php index f98e702..1ec35df 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractWebhookUrlUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AbstractWebhookUrlUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractWebhookUrlUpdate implements ModelInterface, ArrayAccess @@ -382,3 +382,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Account.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Account.php index 1a388d7..44514d0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Account.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Account.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Account implements ModelInterface, ArrayAccess @@ -823,3 +823,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountCreate.php index 86f4332..dd6a2e6 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountCreate extends AbstractAccountUpdate @@ -325,3 +325,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountState.php index d52b743..cd21a8c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountState @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountType.php index f99400d..680e4ba 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountUpdate.php index bc478f8..fbbdeb4 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AccountUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountUpdate extends AbstractAccountUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Address.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Address.php index ea4d270..b773f18 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Address.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Address.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Address implements ModelInterface, ArrayAccess @@ -1024,3 +1024,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AddressCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AddressCreate.php index 52f79b7..fb9b82a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AddressCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/AddressCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AddressCreate implements ModelInterface, ArrayAccess @@ -1024,3 +1024,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUser.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUser.php index 8692510..d67e582 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUser.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUser.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUser extends User @@ -394,3 +394,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserCreate.php index d945bb1..253f239 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUserCreate extends AbstractApplicationUserUpdate @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserCreateWithMacKey.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserCreateWithMacKey.php index efdd1d4..e772b8c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserCreateWithMacKey.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserCreateWithMacKey.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUserCreateWithMacKey extends ApplicationUser @@ -290,3 +290,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserUpdate.php index 61a509c..683ca8c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ApplicationUserUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUserUpdate extends AbstractApplicationUserUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Charge.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Charge.php index 002027a..1e83096 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Charge.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Charge.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Charge extends TransactionAwareEntity @@ -674,3 +674,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttempt.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttempt.php index 0758268..c8160ee 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttempt.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttempt.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeAttempt extends TransactionAwareEntity @@ -1066,3 +1066,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttemptEnvironment.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttemptEnvironment.php index d6e933d..22116f0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttemptEnvironment.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttemptEnvironment.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeAttemptEnvironment @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttemptState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttemptState.php index 1912ff6..180245d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttemptState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeAttemptState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeAttemptState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlow.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlow.php index bbce790..72145c5 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlow.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlow.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlow implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevel.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevel.php index ad72f3a..7972810 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevel.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevel.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevel extends TransactionAwareEntity @@ -610,3 +610,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelConfiguration.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelConfiguration.php index 2e98c08..e482720 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelConfiguration.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelConfiguration implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelConfigurationType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelConfigurationType.php index 99fed8f..870d228 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelConfigurationType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelConfigurationType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelConfigurationType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelPaymentLink.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelPaymentLink.php index 302ee37..8f2af31 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelPaymentLink.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelPaymentLink.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelPaymentLink extends TransactionAwareEntity @@ -354,3 +354,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelState.php index ccb36a5..e149a90 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeFlowLevelState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeState.php index 0685ee9..e1ab1c8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeType.php index 5254c61..19b9ce8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ChargeType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeType @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ClientError.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ClientError.php index c5a2425..66a0dd2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ClientError.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ClientError.php @@ -29,7 +29,7 @@ * @category Class * @description An error that is returned as the result of a bad user request or a misconfiguration. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ClientError implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ClientErrorType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ClientErrorType.php index 274738d..0fb5975 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ClientErrorType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ClientErrorType.php @@ -27,7 +27,7 @@ * @category Class * @description The type of Client Errors which can be returned by a service. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ClientErrorType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CompletionLineItem.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CompletionLineItem.php index f701320..2ee0688 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CompletionLineItem.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CompletionLineItem.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CompletionLineItem implements ModelInterface, ArrayAccess @@ -368,3 +368,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CompletionLineItemCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CompletionLineItemCreate.php index c09d5ad..59c77ba 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CompletionLineItemCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CompletionLineItemCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CompletionLineItemCreate implements ModelInterface, ArrayAccess @@ -377,3 +377,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Condition.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Condition.php index d9a8dc8..235aaa2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Condition.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Condition.php @@ -29,7 +29,7 @@ * @category Class * @description A condition configuration controls under which condition a payment connector is applied to a transaction. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Condition implements ModelInterface, ArrayAccess @@ -496,3 +496,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConditionType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConditionType.php index b268f03..bd3dbf7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConditionType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConditionType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ConditionType implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConnectorInvocation.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConnectorInvocation.php index 304dc12..bcf81ec 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConnectorInvocation.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConnectorInvocation.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ConnectorInvocation extends TransactionAwareEntity @@ -482,3 +482,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConnectorInvocationStage.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConnectorInvocationStage.php index 437dbc5..8a6b22f 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConnectorInvocationStage.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ConnectorInvocationStage.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ConnectorInvocationStage @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CreationEntityState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CreationEntityState.php index d1340bc..282dda0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CreationEntityState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CreationEntityState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CreationEntityState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CriteriaOperator.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CriteriaOperator.php index f5db56b..1788a48 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CriteriaOperator.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CriteriaOperator.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CriteriaOperator @@ -72,3 +72,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Customer.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Customer.php index 3684257..6c99470 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Customer.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Customer.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Customer implements ModelInterface, ArrayAccess @@ -648,3 +648,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerActive.php index 0fc04c5..50828fb 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerActive extends AbstractCustomerActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddress.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddress.php index 76718c5..aa2c469 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddress.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddress.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddress implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressActive.php index fe99e96..4daf03e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddressActive extends AbstractCustomerAddressActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressCreate.php index f7298d0..fe19a03 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddressCreate extends AbstractCustomerAddressActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressType.php index 8dc9a90..7437dae 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerAddressType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddressType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerComment.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerComment.php index 88ce6f7..1245f90 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerComment.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerComment.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerComment implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCommentActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCommentActive.php index c81aaec..d0a9d03 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCommentActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCommentActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerCommentActive extends AbstractCustomerCommentActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCommentCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCommentCreate.php index 2599826..e3904fb 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCommentCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCommentCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerCommentCreate extends AbstractCustomerCommentActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCreate.php index 9cf476f..ed65a5d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerCreate extends AbstractCustomerActive @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerPostalAddress.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerPostalAddress.php index 34fcd1d..7714318 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerPostalAddress.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerPostalAddress.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerPostalAddress implements ModelInterface, ArrayAccess @@ -1024,3 +1024,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerPostalAddressCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerPostalAddressCreate.php index d616447..00f42a5 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerPostalAddressCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomerPostalAddressCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerPostalAddressCreate implements ModelInterface, ArrayAccess @@ -1024,3 +1024,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomersPresence.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomersPresence.php index ce30e44..97aa14c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomersPresence.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/CustomersPresence.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomersPresence @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DataCollectionType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DataCollectionType.php index a7d6bc4..ba8d0ca 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DataCollectionType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DataCollectionType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DataCollectionType @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DatabaseTranslatedString.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DatabaseTranslatedString.php index 39de90c..a37dd34 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DatabaseTranslatedString.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DatabaseTranslatedString.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DatabaseTranslatedString implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DatabaseTranslatedStringItem.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DatabaseTranslatedStringItem.php index e48afc6..afad95a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DatabaseTranslatedStringItem.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DatabaseTranslatedStringItem.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DatabaseTranslatedStringItem implements ModelInterface, ArrayAccess @@ -368,3 +368,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndication.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndication.php index 8ce3061..984dd7f 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndication.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndication.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DeliveryIndication extends TransactionAwareEntity @@ -642,3 +642,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndicationDecisionReason.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndicationDecisionReason.php index f6cf313..6aa40d8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndicationDecisionReason.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndicationDecisionReason.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DeliveryIndicationDecisionReason implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndicationState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndicationState.php index 38db582..fd6a19c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndicationState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DeliveryIndicationState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DeliveryIndicationState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplate.php index f829013..96a6305 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplate.php @@ -29,7 +29,7 @@ * @category Class * @description A document template contains the customizations for a particular document template type. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplate implements ModelInterface, ArrayAccess @@ -624,3 +624,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplateType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplateType.php index 09eef43..9ccfa51 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplateType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplateType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplateType implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplateTypeGroup.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplateTypeGroup.php index b059c0d..1bb71e2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplateTypeGroup.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/DocumentTemplateTypeGroup.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplateTypeGroup implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityExportRequest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityExportRequest.php index 799a744..68ab195 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityExportRequest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityExportRequest.php @@ -29,7 +29,7 @@ * @category Class * @description The entity property export request contains the information required to create an export of a list of entities. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityExportRequest implements ModelInterface, ArrayAccess @@ -331,3 +331,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQuery.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQuery.php index b89e253..4b5df53 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQuery.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQuery.php @@ -29,7 +29,7 @@ * @category Class * @description The entity query allows to search for specific entities by providing filters. This is similar to a SQL query. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQuery implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryFilter.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryFilter.php index 9296539..3d7f74f 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryFilter.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryFilter.php @@ -29,7 +29,7 @@ * @category Class * @description The query filter allows to restrict the entities which are returned. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQueryFilter implements ModelInterface, ArrayAccess @@ -427,3 +427,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryFilterType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryFilterType.php index 51ecc51..21ae938 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryFilterType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryFilterType.php @@ -27,7 +27,7 @@ * @category Class * @description The filter type defines how the filter is interpreted. Depending of the type different properties are relevant on the filter itself. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQueryFilterType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryOrderBy.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryOrderBy.php index 4122f54..836bd46 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryOrderBy.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryOrderBy.php @@ -29,7 +29,7 @@ * @category Class * @description The 'order by' allows to order the returned entities. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQueryOrderBy implements ModelInterface, ArrayAccess @@ -334,3 +334,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryOrderByType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryOrderByType.php index abcbd13..367f087 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryOrderByType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/EntityQueryOrderByType.php @@ -27,7 +27,7 @@ * @category Class * @description The 'order by' type specifies how the result is sorted. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQueryOrderByType @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Environment.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Environment.php index 36d0c72..b928f7b 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Environment.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Environment.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Environment @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FailureCategory.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FailureCategory.php index c595155..2f358e8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FailureCategory.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FailureCategory.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class FailureCategory @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FailureReason.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FailureReason.php index de5cb49..e087fe3 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FailureReason.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FailureReason.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class FailureReason implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Feature.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Feature.php index d7f483d..9dee63a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Feature.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Feature.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Feature implements ModelInterface, ArrayAccess @@ -552,3 +552,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FeatureCategory.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FeatureCategory.php index fed7665..3f2bf2a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FeatureCategory.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/FeatureCategory.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class FeatureCategory implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Gender.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Gender.php index adf0a13..08edebc 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Gender.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Gender.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Gender @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUser.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUser.php index 8788fc1..a498d3a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUser.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUser.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HumanUser implements ModelInterface, ArrayAccess @@ -680,3 +680,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUserCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUserCreate.php index 71c164d..02754f4 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUserCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUserCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HumanUserCreate extends AbstractHumanUserUpdate @@ -290,3 +290,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUserUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUserUpdate.php index 80b2978..a37502c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUserUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/HumanUserUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HumanUserUpdate extends AbstractHumanUserUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Label.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Label.php index 7272826..1d5cdb1 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Label.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Label.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Label implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptor.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptor.php index f1b861f..8df2146 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptor.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptor.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptor implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorCategory.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorCategory.php index a3e2605..36260e2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorCategory.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorCategory.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptorCategory @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorGroup.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorGroup.php index d52bad5..2eb1c3f 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorGroup.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorGroup.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptorGroup implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorType.php index 6a2c169..7562e98 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LabelDescriptorType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptorType implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LegalOrganizationForm.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LegalOrganizationForm.php index d3a01de..c29e439 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LegalOrganizationForm.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LegalOrganizationForm.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LegalOrganizationForm implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItem.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItem.php index b857ca4..c5d9b6c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItem.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItem.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItem implements ModelInterface, ArrayAccess @@ -967,3 +967,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemAttribute.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemAttribute.php index 818313c..18dee3d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemAttribute.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemAttribute.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemAttribute implements ModelInterface, ArrayAccess @@ -344,3 +344,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemAttributeCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemAttributeCreate.php index ff4e1f7..3939eb8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemAttributeCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemAttributeCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemAttributeCreate implements ModelInterface, ArrayAccess @@ -350,3 +350,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemCreate.php index 3ed7d96..3ab0d07 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemCreate implements ModelInterface, ArrayAccess @@ -630,3 +630,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemReduction.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemReduction.php index 08c6c5d..189b3b2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemReduction.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemReduction.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemReduction implements ModelInterface, ArrayAccess @@ -368,3 +368,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemReductionCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemReductionCreate.php index 63f98e3..af0fe95 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemReductionCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemReductionCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemReductionCreate implements ModelInterface, ArrayAccess @@ -377,3 +377,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemType.php index 6aee0a4..5e147f1 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LineItemType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemType @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LocalizedString.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LocalizedString.php index ae17ca9..f165e6b 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LocalizedString.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/LocalizedString.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LocalizedString implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTask.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTask.php index 43bfb76..20edec1 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTask.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTask.php @@ -29,7 +29,7 @@ * @category Class * @description A manual task requires a manual intervention by a human. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTask implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskAction.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskAction.php index 741cb2a..801ac69 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskAction.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskAction.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskAction implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskActionStyle.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskActionStyle.php index 497c20d..c1f5850 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskActionStyle.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskActionStyle.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskActionStyle @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskState.php index c6c56be..97b2722 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskType.php index 86862f0..6f46a16 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ManualTaskType.php @@ -29,7 +29,7 @@ * @category Class * @description The manual task type indicates what kind of manual task is required to be executed by the human. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ModelResourcePath.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ModelResourcePath.php index 6f0fcfb..0a6723f 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ModelResourcePath.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ModelResourcePath.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ModelResourcePath implements ModelInterface, ArrayAccess @@ -503,3 +503,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/OneClickPaymentMode.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/OneClickPaymentMode.php index 7fc1a16..501aff5 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/OneClickPaymentMode.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/OneClickPaymentMode.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class OneClickPaymentMode @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnector.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnector.php index fb32e41..8f3aa2d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnector.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnector.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnector implements ModelInterface, ArrayAccess @@ -680,3 +680,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnectorConfiguration.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnectorConfiguration.php index bb36cc3..dc115a3 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnectorConfiguration.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnectorConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnectorConfiguration implements ModelInterface, ArrayAccess @@ -720,3 +720,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnectorFeature.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnectorFeature.php index c3a62d1..486e565 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnectorFeature.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentConnectorFeature.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnectorFeature implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContract.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContract.php index f6936b3..abd2167 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContract.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContract.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentContract implements ModelInterface, ArrayAccess @@ -759,3 +759,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContractState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContractState.php index 6984eb2..e411457 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContractState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContractState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentContractState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContractType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContractType.php index 130faf3..671e98f 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContractType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentContractType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentContractType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentInformationHash.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentInformationHash.php index dcd8e8f..9d565f2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentInformationHash.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentInformationHash.php @@ -29,7 +29,7 @@ * @category Class * @description A payment information hash is calculated based on the information entered by the user. The same input leads to the same hash. The hash is collision free. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentInformationHash implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentInformationHashType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentInformationHashType.php index 3aba6ae..76a0e11 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentInformationHashType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentInformationHashType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentInformationHashType implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLink.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLink.php index 88729e5..1b79462 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLink.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLink.php @@ -29,7 +29,7 @@ * @category Class * @description The payment link defines an URL to automatically create transactions. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLink implements ModelInterface, ArrayAccess @@ -895,3 +895,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkActive.php index 895316a..373a043 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkActive.php @@ -27,7 +27,7 @@ * @category Class * @description The payment link defines an URL to automatically create transactions. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkActive extends PaymentLinkUpdate @@ -290,3 +290,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkCreate.php index 6deb984..cf0a05c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkCreate.php @@ -27,7 +27,7 @@ * @category Class * @description The payment link defines an URL to automatically create transactions. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkCreate extends AbstractPaymentLinkUpdate @@ -372,3 +372,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkProtectionMode.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkProtectionMode.php index f7b42ab..76fbcf0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkProtectionMode.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkProtectionMode.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkProtectionMode @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkUpdate.php index d2824c2..ef956b3 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentLinkUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description The payment link defines an URL to automatically create transactions. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkUpdate implements ModelInterface, ArrayAccess @@ -694,3 +694,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethod.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethod.php index a8bce3a..ebcf059 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethod.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethod.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethod implements ModelInterface, ArrayAccess @@ -488,3 +488,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethodBrand.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethodBrand.php index afaa7b2..b7330e6 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethodBrand.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethodBrand.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodBrand implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethodConfiguration.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethodConfiguration.php index 0aa444c..0d9d63b 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethodConfiguration.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentMethodConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description The payment method configuration builds the base to connect with different payment method connectors. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodConfiguration implements ModelInterface, ArrayAccess @@ -816,3 +816,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentPrimaryRiskTaker.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentPrimaryRiskTaker.php index 54ccec5..9c3f7b3 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentPrimaryRiskTaker.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentPrimaryRiskTaker.php @@ -27,7 +27,7 @@ * @category Class * @description The primary risk taker will have the main loss when one party of the contract does not fulfill the contractual duties. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentPrimaryRiskTaker @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentProcessor.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentProcessor.php index 93b5490..cf18b19 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentProcessor.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentProcessor.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentProcessor implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentProcessorConfiguration.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentProcessorConfiguration.php index b0381d3..fdc4799 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentProcessorConfiguration.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentProcessorConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentProcessorConfiguration implements ModelInterface, ArrayAccess @@ -528,3 +528,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminal.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminal.php index 0805cd6..0399046 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminal.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminal.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminal implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalAddress.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalAddress.php index cf11335..dc963a1 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalAddress.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalAddress.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalAddress implements ModelInterface, ArrayAccess @@ -784,3 +784,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfiguration.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfiguration.php index 33e607b..404fada 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfiguration.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalConfiguration implements ModelInterface, ArrayAccess @@ -496,3 +496,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationState.php index e3af3c9..5036fd2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalConfigurationState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationVersion.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationVersion.php index 5e99cc1..4d511bb 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationVersion.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalConfigurationVersion implements ModelInterface, ArrayAccess @@ -680,3 +680,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationVersionState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationVersionState.php index 8914180..4426a59 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationVersionState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalConfigurationVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalConfigurationVersionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalContactAddress.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalContactAddress.php index b898ea6..f953ada 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalContactAddress.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalContactAddress.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalContactAddress extends PaymentTerminalAddress @@ -386,3 +386,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocation.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocation.php index 5da6983..abc0e2e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocation.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocation.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalLocation implements ModelInterface, ArrayAccess @@ -560,3 +560,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationState.php index 8a9e5f3..1ab0a9c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalLocationState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationVersion.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationVersion.php index dee5ea6..4d32dc0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationVersion.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalLocationVersion implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationVersionState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationVersionState.php index 46e6a4f..5784b7e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationVersionState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalLocationVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalLocationVersionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalState.php index ca52e99..beb6cb6 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalType.php index 8ac1bfc..ea045ac 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/PaymentTerminalType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalType implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Permission.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Permission.php index d71e0b9..4cef704 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Permission.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Permission.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Permission implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Refund.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Refund.php index cd74a59..6af4446 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Refund.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Refund.php @@ -29,7 +29,7 @@ * @category Class * @description The refund represents a credit back to the customer. It can be issued by the merchant or by the customer (reversal). * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Refund implements ModelInterface, ArrayAccess @@ -1319,3 +1319,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundComment.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundComment.php index cb8c338..1b64baf 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundComment.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundComment.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundComment implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCommentActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCommentActive.php index e82359b..e0d304a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCommentActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCommentActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundCommentActive extends AbstractRefundCommentActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCommentCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCommentCreate.php index c7ff867..65ec4be 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCommentCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCommentCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundCommentCreate extends AbstractRefundCommentActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCreate.php index beac338..19717b4 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundCreate.php @@ -29,7 +29,7 @@ * @category Class * @description The refund represents a credit back to the customer. It can be issued by the merchant or by the customer (reversal). * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundCreate implements ModelInterface, ArrayAccess @@ -517,3 +517,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundState.php index d8ba59b..a9aed05 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundState @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundType.php index 4d00fd1..1565f64 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RefundType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundType @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RenderedDocument.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RenderedDocument.php index 09b4c8d..87aeba1 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RenderedDocument.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RenderedDocument.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RenderedDocument implements ModelInterface, ArrayAccess @@ -394,3 +394,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ResourceState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ResourceState.php index f82b8fd..5df33f4 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ResourceState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ResourceState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ResourceState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestAddressFormat.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestAddressFormat.php index 1e5ab38..fb79d13 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestAddressFormat.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestAddressFormat.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestAddressFormat implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestAddressFormatField.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestAddressFormatField.php index 7945209..5c306e5 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestAddressFormatField.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestAddressFormatField.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestAddressFormatField @@ -68,3 +68,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCountry.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCountry.php index 1a867cb..8ea894d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCountry.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCountry.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestCountry implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCountryState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCountryState.php index 005a61e..436fa70 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCountryState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCountryState.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestCountryState implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCurrency.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCurrency.php index d54b94d..dc0d1b7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCurrency.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestCurrency.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestCurrency implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestLanguage.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestLanguage.php index 16caca8..dda2611 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestLanguage.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/RestLanguage.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestLanguage implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Role.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Role.php index e058aef..b3a97d5 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Role.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Role.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Role implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SalesChannel.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SalesChannel.php index 2bfad44..09d03fa 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SalesChannel.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SalesChannel.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SalesChannel implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Scope.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Scope.php index aef3bfe..9b24031 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Scope.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Scope.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Scope implements ModelInterface, ArrayAccess @@ -672,3 +672,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ServerError.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ServerError.php index b0007a8..c95ca85 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ServerError.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ServerError.php @@ -29,7 +29,7 @@ * @category Class * @description This error is thrown when something unexpected happens on our side. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ServerError implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyAdditionalLineItemData.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyAdditionalLineItemData.php index 772d070..4a44174 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyAdditionalLineItemData.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyAdditionalLineItemData.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyAdditionalLineItemData @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegration.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegration.php index c4b4816..78aa26e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegration.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegration.php @@ -29,7 +29,7 @@ * @category Class * @description A Shopify Integration allows to connect a Shopify shop. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyIntegration implements ModelInterface, ArrayAccess @@ -1056,3 +1056,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegrationPaymentAppVersion.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegrationPaymentAppVersion.php index 7373116..79099aa 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegrationPaymentAppVersion.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegrationPaymentAppVersion.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyIntegrationPaymentAppVersion @@ -50,3 +50,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegrationSubscriptionAppVersion.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegrationSubscriptionAppVersion.php index 0153fa8..ace68b4 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegrationSubscriptionAppVersion.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyIntegrationSubscriptionAppVersion.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyIntegrationSubscriptionAppVersion @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyTransaction.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyTransaction.php index 3c61f52..894ca34 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyTransaction.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyTransaction.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyTransaction extends TransactionAwareEntity @@ -578,3 +578,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyTransactionState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyTransactionState.php index bde397d..470f0ce 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyTransactionState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/ShopifyTransactionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyTransactionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Space.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Space.php index d630052..ed08dea 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Space.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Space.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Space implements ModelInterface, ArrayAccess @@ -919,3 +919,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceAddress.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceAddress.php index dd41bc9..6129077 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceAddress.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceAddress.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceAddress implements ModelInterface, ArrayAccess @@ -736,3 +736,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceAddressCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceAddressCreate.php index b294197..f75c126 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceAddressCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceAddressCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceAddressCreate implements ModelInterface, ArrayAccess @@ -736,3 +736,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceCreate.php index d519582..763068e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceCreate extends AbstractSpaceUpdate @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceUpdate.php index dde264f..b49fef7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceUpdate extends AbstractSpaceUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceView.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceView.php index ccc4b29..579a9f8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceView.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/SpaceView.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceView implements ModelInterface, ArrayAccess @@ -503,3 +503,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/StaticValue.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/StaticValue.php index 1cf4778..d84b2f7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/StaticValue.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/StaticValue.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class StaticValue implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Tax.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Tax.php index c7ea89a..16623fc 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Tax.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Tax.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Tax implements ModelInterface, ArrayAccess @@ -343,3 +343,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TaxCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TaxCreate.php index 02fb28b..e8461f1 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TaxCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TaxCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TaxCreate implements ModelInterface, ArrayAccess @@ -349,3 +349,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TenantDatabase.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TenantDatabase.php index 125d2be..0f3f345 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TenantDatabase.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TenantDatabase.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TenantDatabase implements ModelInterface, ArrayAccess @@ -368,3 +368,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Token.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Token.php index 2c89b14..7f6353c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Token.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Token.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Token implements ModelInterface, ArrayAccess @@ -711,3 +711,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenCreate.php index 47c4371..398d23e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenCreate extends AbstractTokenUpdate @@ -340,3 +340,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenUpdate.php index afd8a18..222d7fa 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenUpdate extends AbstractTokenUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersion.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersion.php index c507b76..86bd6d0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersion.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenVersion implements ModelInterface, ArrayAccess @@ -1016,3 +1016,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersionState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersionState.php index 687c144..9bc9307 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersionState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenVersionState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersionType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersionType.php index 83d1636..76ea9ce 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersionType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenVersionType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenVersionType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenizationMode.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenizationMode.php index 7a469d8..367fa60 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenizationMode.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TokenizationMode.php @@ -27,7 +27,7 @@ * @category Class * @description The tokenization mode controls how the tokenization of payment information is applied on the transaction. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenizationMode @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Transaction.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Transaction.php index 6d223a8..462f5bc 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Transaction.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/Transaction.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Transaction implements ModelInterface, ArrayAccess @@ -2357,3 +2357,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionAwareEntity.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionAwareEntity.php index 21e421b..2cb829a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionAwareEntity.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionAwareEntity.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionAwareEntity implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionComment.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionComment.php index 7957315..06567a7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionComment.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionComment.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionComment implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCommentActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCommentActive.php index 25733e0..d3eb1a6 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCommentActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCommentActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCommentActive extends AbstractTransactionCommentActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCommentCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCommentCreate.php index d82bece..91a5cef 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCommentCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCommentCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCommentCreate extends AbstractTransactionCommentActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletion.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletion.php index b30113f..30eb6c2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletion.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletion.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletion extends TransactionAwareEntity @@ -1177,3 +1177,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionBehavior.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionBehavior.php index be9d27e..bc3eb76 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionBehavior.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionBehavior.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionBehavior @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionMode.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionMode.php index b10c3bf..8f0aa82 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionMode.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionMode.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionMode @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionRequest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionRequest.php index 57b4e7f..a0d9e39 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionRequest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionRequest.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionRequest implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionState.php index 91e2dca..da33f35 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCompletionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCreate.php index fc82839..0bb7b7c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCreate extends AbstractTransactionPending @@ -660,3 +660,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionEnvironmentSelectionStrategy.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionEnvironmentSelectionStrategy.php index 2190565..20991c0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionEnvironmentSelectionStrategy.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionEnvironmentSelectionStrategy.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionEnvironmentSelectionStrategy @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionGroup.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionGroup.php index e70235c..cc80316 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionGroup.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionGroup.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionGroup implements ModelInterface, ArrayAccess @@ -528,3 +528,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionGroupState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionGroupState.php index 1a6f5db..43759f0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionGroupState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionGroupState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionGroupState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoice.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoice.php index 806202e..d6b3fda 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoice.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoice.php @@ -27,7 +27,7 @@ * @category Class * @description The transaction invoice represents the invoice document for a particular transaction. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoice extends TransactionAwareEntity @@ -953,3 +953,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceComment.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceComment.php index 2880e88..ab15113 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceComment.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceComment.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceComment implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceCommentActive.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceCommentActive.php index 2badc9b..2a03dca 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceCommentActive.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceCommentActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceCommentActive extends AbstractTransactionInvoiceCommentActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceCommentCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceCommentCreate.php index 638483a..9bda13e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceCommentCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceCommentCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceCommentCreate extends AbstractTransactionInvoiceCommentActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceReplacement.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceReplacement.php index 820e13b..dbd1050 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceReplacement.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceReplacement.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceReplacement implements ModelInterface, ArrayAccess @@ -485,3 +485,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceState.php index 8466d2b..33e03d2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionInvoiceState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceState @@ -62,3 +62,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionLineItemUpdateRequest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionLineItemUpdateRequest.php index bfbbddd..0f0ec6a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionLineItemUpdateRequest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionLineItemUpdateRequest.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionLineItemUpdateRequest implements ModelInterface, ArrayAccess @@ -331,3 +331,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionLineItemVersion.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionLineItemVersion.php index a921f1b..5fcd408 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionLineItemVersion.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionLineItemVersion.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionLineItemVersion extends TransactionAwareEntity @@ -610,3 +610,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionPending.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionPending.php index 8a3a734..1a35cc3 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionPending.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionPending.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionPending extends AbstractTransactionPending @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionState.php index d8ea6e9..7563660 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionState @@ -68,3 +68,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionUserInterfaceType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionUserInterfaceType.php index bb3bce9..0a80bf4 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionUserInterfaceType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionUserInterfaceType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionUserInterfaceType @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoid.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoid.php index 56f08c1..491de6a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoid.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoid.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionVoid extends TransactionAwareEntity @@ -802,3 +802,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoidMode.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoidMode.php index 9478b4d..5ce10f8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoidMode.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoidMode.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionVoidMode @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoidState.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoidState.php index 9cfd20a..7fe89c7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoidState.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TransactionVoidState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionVoidState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TwoFactorAuthenticationType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TwoFactorAuthenticationType.php index 208069d..4d0dfbb 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TwoFactorAuthenticationType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/TwoFactorAuthenticationType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TwoFactorAuthenticationType implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/User.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/User.php index 6881001..2f7e948 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/User.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/User.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class User implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserAccountRole.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserAccountRole.php index 3fbbccb..62a4115 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserAccountRole.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserAccountRole.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserAccountRole implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserSpaceRole.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserSpaceRole.php index 58f3ca5..36f0314 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserSpaceRole.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserSpaceRole.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserSpaceRole implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserType.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserType.php index 80d6d75..ea1d6c7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserType.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/UserType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserType @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookIdentity.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookIdentity.php index 42167b3..c254344 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookIdentity.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookIdentity.php @@ -29,7 +29,7 @@ * @category Class * @description The webhook identity represents a set of keys that will be used to sign the webhook messages. * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookIdentity implements ModelInterface, ArrayAccess @@ -464,3 +464,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListener.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListener.php index 0dd8754..3dc5f37 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListener.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListener.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListener implements ModelInterface, ArrayAccess @@ -624,3 +624,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerCreate.php index 3f5714f..157148d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListenerCreate extends AbstractWebhookListenerUpdate @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerEntity.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerEntity.php index efac906..59d1cea 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerEntity.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerEntity.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListenerEntity implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerUpdate.php index 8c7aa20..5ea3719 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookListenerUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListenerUpdate extends AbstractWebhookListenerUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrl.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrl.php index 6f25fbf..a5e6089 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrl.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrl.php @@ -29,7 +29,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookUrl implements ModelInterface, ArrayAccess @@ -511,3 +511,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrlCreate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrlCreate.php index bd40ed2..6a61965 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrlCreate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrlCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookUrlCreate extends AbstractWebhookUrlUpdate @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrlUpdate.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrlUpdate.php index 638208c..0480b14 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrlUpdate.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Model/WebhookUrlUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookUrlUpdate extends AbstractWebhookUrlUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ObjectSerializer.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ObjectSerializer.php index 9b870f5..ac0c188 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ObjectSerializer.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ObjectSerializer.php @@ -27,7 +27,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ObjectSerializer @@ -509,3 +509,6 @@ public static function build_query(array $params, $encoding = PHP_QUERY_RFC3986) } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/AccountService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/AccountService.php index f025d2f..8311d32 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/AccountService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/AccountService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountService { @@ -705,3 +705,6 @@ public function updateWithHttpInfo($entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ApplicationUserService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ApplicationUserService.php index 92e5b8a..6f310ea 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ApplicationUserService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ApplicationUserService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUserService { @@ -705,3 +705,6 @@ public function updateWithHttpInfo($entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeAttemptService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeAttemptService.php index 6acebd6..99821be 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeAttemptService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeAttemptService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeAttemptService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowLevelPaymentLinkService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowLevelPaymentLinkService.php index cff564e..29ba7a7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowLevelPaymentLinkService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowLevelPaymentLinkService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelPaymentLinkService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowLevelService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowLevelService.php index 2a0bb80..38ceba0 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowLevelService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowLevelService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelService { @@ -519,3 +519,6 @@ public function sendMessageWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowService.php index 576c4ec..89ebed9 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ChargeFlowService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowService { @@ -650,3 +650,6 @@ public function updateRecipientWithHttpInfo($space_id, $transaction_id, $type, $ } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ConditionTypeService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ConditionTypeService.php index d98fe1e..df5db78 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ConditionTypeService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ConditionTypeService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ConditionTypeService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CountryService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CountryService.php index 32794b4..f48bc60 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CountryService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CountryService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CountryService { @@ -162,3 +162,6 @@ public function allWithHttpInfo() { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CountryStateService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CountryStateService.php index b7bf7ad..4a816c7 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CountryStateService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CountryStateService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CountryStateService { @@ -266,3 +266,6 @@ public function countryWithHttpInfo($code) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CurrencyService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CurrencyService.php index 36fa83a..36c90a3 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CurrencyService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CurrencyService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CurrencyService { @@ -162,3 +162,6 @@ public function allWithHttpInfo() { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerAddressService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerAddressService.php index adc46ff..53536fc 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerAddressService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerAddressService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddressService { @@ -872,3 +872,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerCommentService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerCommentService.php index 248d27c..a9907f8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerCommentService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerCommentService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerCommentService { @@ -985,3 +985,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerService.php index b84fa7f..073ab82 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/CustomerService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DeliveryIndicationService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DeliveryIndicationService.php index 896f5ce..a14d1d3 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DeliveryIndicationService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DeliveryIndicationService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DeliveryIndicationService { @@ -636,3 +636,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DocumentTemplateService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DocumentTemplateService.php index 6608c4d..440e13e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DocumentTemplateService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DocumentTemplateService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplateService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DocumentTemplateTypeService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DocumentTemplateTypeService.php index 8629ac2..bbd9216 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DocumentTemplateTypeService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/DocumentTemplateTypeService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplateTypeService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/HumanUserService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/HumanUserService.php index 48c114f..1bdb36c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/HumanUserService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/HumanUserService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HumanUserService { @@ -811,3 +811,6 @@ public function updateWithHttpInfo($entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LabelDescriptionGroupService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LabelDescriptionGroupService.php index 0860cb8..a9d2290 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LabelDescriptionGroupService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LabelDescriptionGroupService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptionGroupService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LabelDescriptionService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LabelDescriptionService.php index 39b8d74..9474423 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LabelDescriptionService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LabelDescriptionService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptionService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LanguageService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LanguageService.php index 7478ddc..bae85f8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LanguageService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LanguageService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LanguageService { @@ -162,3 +162,6 @@ public function allWithHttpInfo() { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LegalOrganizationFormService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LegalOrganizationFormService.php index abc59cf..f5e1899 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LegalOrganizationFormService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/LegalOrganizationFormService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LegalOrganizationFormService { @@ -370,3 +370,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ManualTaskService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ManualTaskService.php index 0bd1d72..49423b8 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ManualTaskService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ManualTaskService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentConnectorConfigurationService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentConnectorConfigurationService.php index d451494..3064289 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentConnectorConfigurationService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentConnectorConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnectorConfigurationService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentConnectorService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentConnectorService.php index 8d3049e..10713e6 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentConnectorService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentConnectorService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnectorService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentLinkService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentLinkService.php index 036da48..a8291f5 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentLinkService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentLinkService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodBrandService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodBrandService.php index aa6905a..7d1f59d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodBrandService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodBrandService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodBrandService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodConfigurationService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodConfigurationService.php index c0985e0..f91c424 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodConfigurationService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodConfigurationService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodService.php index cd09325..7f6788e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentMethodService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentProcessorConfigurationService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentProcessorConfigurationService.php index a4dc958..16b014e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentProcessorConfigurationService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentProcessorConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentProcessorConfigurationService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentProcessorService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentProcessorService.php index 8a95056..9444f37 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentProcessorService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PaymentProcessorService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentProcessorService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PermissionService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PermissionService.php index 026a405..69b4cb2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PermissionService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/PermissionService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PermissionService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/RefundCommentService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/RefundCommentService.php index 21a9dc1..9c2a938 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/RefundCommentService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/RefundCommentService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundCommentService { @@ -870,3 +870,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/RefundService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/RefundService.php index a356425..d837fd6 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/RefundService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/RefundService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundService { @@ -982,3 +982,6 @@ public function succeedWithHttpInfo($space_id, $refund_id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ShopifyTransactionService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ShopifyTransactionService.php index 92683ae..6f5dca1 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ShopifyTransactionService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/ShopifyTransactionService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyTransactionService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/SpaceService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/SpaceService.php index 2481921..b1865d9 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/SpaceService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/SpaceService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceService { @@ -705,3 +705,6 @@ public function updateWithHttpInfo($entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/StaticValueService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/StaticValueService.php index 99d5f4d..5decd8c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/StaticValueService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/StaticValueService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class StaticValueService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TokenService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TokenService.php index ad93294..07f55e2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TokenService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TokenService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenService { @@ -872,3 +872,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TokenVersionService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TokenVersionService.php index 3541b96..9d02a0a 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TokenVersionService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TokenVersionService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenVersionService { @@ -519,3 +519,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionCommentService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionCommentService.php index 4f9ee70..0c5c260 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionCommentService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionCommentService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCommentService { @@ -870,3 +870,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionCompletionService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionCompletionService.php index 3672dbc..8d3a576 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionCompletionService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionCompletionService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionService { @@ -862,3 +862,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionIframeService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionIframeService.php index 0060c3c..1c29c76 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionIframeService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionIframeService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionIframeService { @@ -188,3 +188,6 @@ public function javascriptUrlWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionInvoiceCommentService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionInvoiceCommentService.php index bfbd846..49081b6 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionInvoiceCommentService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionInvoiceCommentService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceCommentService { @@ -870,3 +870,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionInvoiceService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionInvoiceService.php index 53741d3..5970dc2 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionInvoiceService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionInvoiceService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceService { @@ -1104,3 +1104,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionLightboxService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionLightboxService.php index 4abf47b..4112dfe 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionLightboxService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionLightboxService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionLightboxService { @@ -188,3 +188,6 @@ public function javascriptUrlWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionMobileSdkService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionMobileSdkService.php index ec858ed..8b60c51 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionMobileSdkService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionMobileSdkService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionMobileSdkService { @@ -179,3 +179,6 @@ public function paymentFormUrlWithHttpInfo($credentials) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionPaymentPageService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionPaymentPageService.php index 5cd2b4f..0fd90cb 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionPaymentPageService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionPaymentPageService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionPaymentPageService { @@ -188,3 +188,6 @@ public function paymentPageUrlWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionService.php index c159be1..90e3700 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionService { @@ -2231,3 +2231,6 @@ public function updateTransactionLineItemsWithHttpInfo($space_id, $update_reques } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionVoidService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionVoidService.php index f2a98f8..b9e3a8e 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionVoidService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/TransactionVoidService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionVoidService { @@ -632,3 +632,6 @@ public function voidOnlineWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/UserAccountRoleService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/UserAccountRoleService.php index 28648e1..9ee3073 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/UserAccountRoleService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/UserAccountRoleService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserAccountRoleService { @@ -403,3 +403,6 @@ public function removeRoleWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/UserSpaceRoleService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/UserSpaceRoleService.php index a058f74..d408368 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/UserSpaceRoleService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/UserSpaceRoleService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserSpaceRoleService { @@ -406,3 +406,6 @@ public function removeRoleWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/WebhookListenerService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/WebhookListenerService.php index 3a5a2f0..0b7b550 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/WebhookListenerService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/WebhookListenerService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListenerService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/WebhookUrlService.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/WebhookUrlService.php index 568e279..3e5b4f6 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/WebhookUrlService.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/Service/WebhookUrlService.php @@ -31,7 +31,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookUrlService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ValidationException.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ValidationException.php index 1ec8997..22e1522 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ValidationException.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/ValidationException.php @@ -27,7 +27,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class ValidationException extends Exception { @@ -76,4 +76,6 @@ public function getModel() { return $this->model; } +} } + } \ No newline at end of file diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/VersioningException.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/VersioningException.php index 4633bd7..b062f2d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/VersioningException.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/lib/VersioningException.php @@ -27,7 +27,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class VersioningException extends Exception { @@ -36,4 +36,6 @@ public function __construct($resourcePath) { parent::__construct('A versioning/locking problem occurred during the API call to ' . $resourcePath . '.'); } +} } + } \ No newline at end of file diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/ApiClientTest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/ApiClientTest.php index 0ccea02..a117533 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/ApiClientTest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/ApiClientTest.php @@ -30,7 +30,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class ApiClientTest extends TestCase @@ -107,3 +107,7 @@ public function testEnvClient() } + + +} + diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/RefundServiceTest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/RefundServiceTest.php index 75376f5..78bb70c 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/RefundServiceTest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/RefundServiceTest.php @@ -38,7 +38,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundServiceTest extends TestCase @@ -270,3 +270,5 @@ public function testSucceed() { } } + } +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionCompletionServiceTest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionCompletionServiceTest.php index a28fb14..599818d 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionCompletionServiceTest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionCompletionServiceTest.php @@ -35,7 +35,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionServiceTest extends TestCase @@ -234,3 +234,5 @@ public function testSearch() { } } + } +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionLightboxServiceTest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionLightboxServiceTest.php index f96b942..a8af295 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionLightboxServiceTest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionLightboxServiceTest.php @@ -33,7 +33,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionLightboxServiceTest extends TestCase @@ -153,3 +153,5 @@ public function testJavascriptUrl() $this->assertEquals(0, strpos($javascriptUrl, 'http')); } } + } +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionPaymentPageServiceTest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionPaymentPageServiceTest.php index 8ef5a9e..b07274f 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionPaymentPageServiceTest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionPaymentPageServiceTest.php @@ -35,7 +35,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionPaymentPageServiceTest extends TestCase @@ -152,3 +152,5 @@ public function testPaymentPageUrl() $this->assertEquals(0, strpos($paymentPageUrl, 'http')); } } + } +} diff --git a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionServiceTest.php b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionServiceTest.php index 8f1abee..d1dcdec 100644 --- a/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionServiceTest.php +++ b/upload/system/library/postfinancecheckout/postfinancecheckout-sdk/test/TransactionServiceTest.php @@ -40,7 +40,7 @@ * * @category Class * @package PostFinanceCheckout\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionServiceTest extends TestCase @@ -417,3 +417,6 @@ public function testUpdateTransactionLineItems() } } +} +} + diff --git a/upload/system/library/postfinancecheckout/provider/abstract_provider.php b/upload/system/library/postfinancecheckout/provider/abstract_provider.php index 28f6925..49b1554 100644 --- a/upload/system/library/postfinancecheckout/provider/abstract_provider.php +++ b/upload/system/library/postfinancecheckout/provider/abstract_provider.php @@ -1,4 +1,13 @@