Changeset 3157952
- Timestamp:
- 09/26/2024 06:50:31 AM (18 months ago)
- Location:
- resurs-bank-payments-for-woocommerce/tags/1.0.44
- Files:
-
- 961 added
-
. (added)
-
.htaccess (added)
-
CHANGELOG.md (added)
-
LICENSE (added)
-
README.md (added)
-
autoload.php (added)
-
composer.json (added)
-
init.php (added)
-
js (added)
-
js/resursbank_partpayment.js (added)
-
lib (added)
-
lib/ecom (added)
-
lib/ecom/README.md (added)
-
lib/ecom/bitbucket-pipelines.yml (added)
-
lib/ecom/composer.json (added)
-
lib/ecom/phpunit.xml.example (added)
-
lib/ecom/src (added)
-
lib/ecom/src/Config.php (added)
-
lib/ecom/src/Exception (added)
-
lib/ecom/src/Exception/ApiException.php (added)
-
lib/ecom/src/Exception/AttributeCombinationException.php (added)
-
lib/ecom/src/Exception/AttributeParameterException.php (added)
-
lib/ecom/src/Exception/AuthException.php (added)
-
lib/ecom/src/Exception/CacheException.php (added)
-
lib/ecom/src/Exception/CallbackException.php (added)
-
lib/ecom/src/Exception/CallbackTypeException.php (added)
-
lib/ecom/src/Exception/CollectionException.php (added)
-
lib/ecom/src/Exception/ConfigException.php (added)
-
lib/ecom/src/Exception/CurlException.php (added)
-
lib/ecom/src/Exception/EventException.php (added)
-
lib/ecom/src/Exception/EventSubscriberException.php (added)
-
lib/ecom/src/Exception/FilesystemException.php (added)
-
lib/ecom/src/Exception/GetAddressException.php (added)
-
lib/ecom/src/Exception/HttpException.php (added)
-
lib/ecom/src/Exception/IOException.php (added)
-
lib/ecom/src/Exception/MissingPaymentException.php (added)
-
lib/ecom/src/Exception/PaymentActionException.php (added)
-
lib/ecom/src/Exception/PermissionException.php (added)
-
lib/ecom/src/Exception/Rco (added)
-
lib/ecom/src/Exception/Rco/CarrierException.php (added)
-
lib/ecom/src/Exception/Rco/RequiredFieldException.php (added)
-
lib/ecom/src/Exception/Rco/ShippingScopeException.php (added)
-
lib/ecom/src/Exception/SessionException.php (added)
-
lib/ecom/src/Exception/SessionValueException.php (added)
-
lib/ecom/src/Exception/TestException.php (added)
-
lib/ecom/src/Exception/TranslationException.php (added)
-
lib/ecom/src/Exception/UrlValidationException.php (added)
-
lib/ecom/src/Exception/Validation (added)
-
lib/ecom/src/Exception/Validation/EmptyValueException.php (added)
-
lib/ecom/src/Exception/Validation/FormatException.php (added)
-
lib/ecom/src/Exception/Validation/IllegalAttributeException.php (added)
-
lib/ecom/src/Exception/Validation/IllegalCharsetException.php (added)
-
lib/ecom/src/Exception/Validation/IllegalCustomerException.php (added)
-
lib/ecom/src/Exception/Validation/IllegalIpException.php (added)
-
lib/ecom/src/Exception/Validation/IllegalTypeException.php (added)
-
lib/ecom/src/Exception/Validation/IllegalUrlException.php (added)
-
lib/ecom/src/Exception/Validation/IllegalValueException.php (added)
-
lib/ecom/src/Exception/Validation/MissingKeyException.php (added)
-
lib/ecom/src/Exception/Validation/MissingValueException.php (added)
-
lib/ecom/src/Exception/Validation/NotJsonEncodedException.php (added)
-
lib/ecom/src/Exception/ValidationException.php (added)
-
lib/ecom/src/Exception/WebhookException.php (added)
-
lib/ecom/src/Lib (added)
-
lib/ecom/src/Lib/Api (added)
-
lib/ecom/src/Lib/Api/Environment.php (added)
-
lib/ecom/src/Lib/Api/GrantType.php (added)
-
lib/ecom/src/Lib/Api/Mapi.php (added)
-
lib/ecom/src/Lib/Api/MerchantPortal.php (added)
-
lib/ecom/src/Lib/Api/Rco.php (added)
-
lib/ecom/src/Lib/Api/Scope.php (added)
-
lib/ecom/src/Lib/Attribute (added)
-
lib/ecom/src/Lib/Attribute/Probe (added)
-
lib/ecom/src/Lib/Attribute/Probe.php (added)
-
lib/ecom/src/Lib/Attribute/Probe/Probable.php (added)
-
lib/ecom/src/Lib/Attribute/Validation (added)
-
lib/ecom/src/Lib/Attribute/Validation/ArrayOfStrings.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/ArraySize.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/CollectionSize.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/IntValue.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/Interface (added)
-
lib/ecom/src/Lib/Attribute/Validation/Interface/ArrayInterface.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/Interface/AttributeInterface.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/Interface/CollectionInterface.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/Interface/FloatInterface.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/Interface/IntInterface.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/Interface/StringInterface.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/StringIsIpAddress.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/StringIsUuid.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/StringLength.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/StringMatchesRegex.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/StringMatchesUrl.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/StringNotEmpty.php (added)
-
lib/ecom/src/Lib/Attribute/Validation/Traits (added)
-
lib/ecom/src/Lib/Attribute/Validation/Traits/ArrayValidation.php (added)
-
lib/ecom/src/Lib/Cache (added)
-
lib/ecom/src/Lib/Cache/AbstractCache.php (added)
-
lib/ecom/src/Lib/Cache/CacheInterface.php (added)
-
lib/ecom/src/Lib/Cache/Filesystem.php (added)
-
lib/ecom/src/Lib/Cache/None.php (added)
-
lib/ecom/src/Lib/Cache/Redis.php (added)
-
lib/ecom/src/Lib/Collection (added)
-
lib/ecom/src/Lib/Collection/Collection.php (added)
-
lib/ecom/src/Lib/Collection/EnumCollection.php (added)
-
lib/ecom/src/Lib/Http (added)
-
lib/ecom/src/Lib/Http/Controller.php (added)
-
lib/ecom/src/Lib/Locale (added)
-
lib/ecom/src/Lib/Locale/Language.php (added)
-
lib/ecom/src/Lib/Locale/Location.php (added)
-
lib/ecom/src/Lib/Locale/Phrase.php (added)
-
lib/ecom/src/Lib/Locale/PhraseCollection.php (added)
-
lib/ecom/src/Lib/Locale/Rco (added)
-
lib/ecom/src/Lib/Locale/Rco/Locale.php (added)
-
lib/ecom/src/Lib/Locale/Resources (added)
-
lib/ecom/src/Lib/Locale/Resources/translations.json (added)
-
lib/ecom/src/Lib/Locale/Translation.php (added)
-
lib/ecom/src/Lib/Locale/Translator.php (added)
-
lib/ecom/src/Lib/Log (added)
-
lib/ecom/src/Lib/Log/FileLogger.php (added)
-
lib/ecom/src/Lib/Log/LogLevel.php (added)
-
lib/ecom/src/Lib/Log/LoggerInterface.php (added)
-
lib/ecom/src/Lib/Log/NoneLogger.php (added)
-
lib/ecom/src/Lib/Log/StdoutLogger.php (added)
-
lib/ecom/src/Lib/Log/Traits (added)
-
lib/ecom/src/Lib/Log/Traits/ExceptionLog.php (added)
-
lib/ecom/src/Lib/Model (added)
-
lib/ecom/src/Lib/Model/Address.php (added)
-
lib/ecom/src/Lib/Model/Cache (added)
-
lib/ecom/src/Lib/Model/Cache/Entry.php (added)
-
lib/ecom/src/Lib/Model/Callback (added)
-
lib/ecom/src/Lib/Model/Callback/Authorization.php (added)
-
lib/ecom/src/Lib/Model/Callback/CallbackInterface.php (added)
-
lib/ecom/src/Lib/Model/Callback/Enum (added)
-
lib/ecom/src/Lib/Model/Callback/Enum/Action.php (added)
-
lib/ecom/src/Lib/Model/Callback/Enum/CallbackType.php (added)
-
lib/ecom/src/Lib/Model/Callback/Enum/Status.php (added)
-
lib/ecom/src/Lib/Model/Callback/Enum/TestStatus.php (added)
-
lib/ecom/src/Lib/Model/Callback/Management.php (added)
-
lib/ecom/src/Lib/Model/Callback/Response.php (added)
-
lib/ecom/src/Lib/Model/Callback/TestResponse.php (added)
-
lib/ecom/src/Lib/Model/Interface (added)
-
lib/ecom/src/Lib/Model/Interface/PaymentMethod.php (added)
-
lib/ecom/src/Lib/Model/Model.php (added)
-
lib/ecom/src/Lib/Model/Network (added)
-
lib/ecom/src/Lib/Model/Network/Auth (added)
-
lib/ecom/src/Lib/Model/Network/Auth/Basic.php (added)
-
lib/ecom/src/Lib/Model/Network/Auth/Jwt (added)
-
lib/ecom/src/Lib/Model/Network/Auth/Jwt.php (added)
-
lib/ecom/src/Lib/Model/Network/Auth/Jwt/Token.php (added)
-
lib/ecom/src/Lib/Model/Network/Header.php (added)
-
lib/ecom/src/Lib/Model/Network/Response (added)
-
lib/ecom/src/Lib/Model/Network/Response.php (added)
-
lib/ecom/src/Lib/Model/Network/Response/Error.php (added)
-
lib/ecom/src/Lib/Model/Payment (added)
-
lib/ecom/src/Lib/Model/Payment.php (added)
-
lib/ecom/src/Lib/Model/Payment/Application (added)
-
lib/ecom/src/Lib/Model/Payment/Application/CoApplicant.php (added)
-
lib/ecom/src/Lib/Model/Payment/ApplicationResponse.php (added)
-
lib/ecom/src/Lib/Model/Payment/Converter (added)
-
lib/ecom/src/Lib/Model/Payment/Converter/DiscountItem.php (added)
-
lib/ecom/src/Lib/Model/Payment/Converter/DiscountItemCollection.php (added)
-
lib/ecom/src/Lib/Model/Payment/Customer (added)
-
lib/ecom/src/Lib/Model/Payment/Customer.php (added)
-
lib/ecom/src/Lib/Model/Payment/Customer/DeviceInfo.php (added)
-
lib/ecom/src/Lib/Model/Payment/Metadata (added)
-
lib/ecom/src/Lib/Model/Payment/Metadata.php (added)
-
lib/ecom/src/Lib/Model/Payment/Metadata/Entry.php (added)
-
lib/ecom/src/Lib/Model/Payment/Metadata/EntryCollection.php (added)
-
lib/ecom/src/Lib/Model/Payment/Order (added)
-
lib/ecom/src/Lib/Model/Payment/Order.php (added)
-
lib/ecom/src/Lib/Model/Payment/Order/ActionLog (added)
-
lib/ecom/src/Lib/Model/Payment/Order/ActionLog.php (added)
-
lib/ecom/src/Lib/Model/Payment/Order/ActionLog/OrderLine.php (added)
-
lib/ecom/src/Lib/Model/Payment/Order/ActionLog/OrderLineCollection.php (added)
-
lib/ecom/src/Lib/Model/Payment/Order/ActionLogCollection.php (added)
-
lib/ecom/src/Lib/Model/Payment/Order/PossibleAction.php (added)
-
lib/ecom/src/Lib/Model/Payment/Order/PossibleActionCollection.php (added)
-
lib/ecom/src/Lib/Model/Payment/PaymentMethod.php (added)
-
lib/ecom/src/Lib/Model/Payment/RejectedReason.php (added)
-
lib/ecom/src/Lib/Model/Payment/Status (added)
-
lib/ecom/src/Lib/Model/Payment/Status/CustomerTaskData.php (added)
-
lib/ecom/src/Lib/Model/Payment/Status/MerchantTaskData.php (added)
-
lib/ecom/src/Lib/Model/Payment/TaskRedirectionUrls.php (added)
-
lib/ecom/src/Lib/Model/Payment/TaskStatusDetails.php (added)
-
lib/ecom/src/Lib/Model/PaymentCollection.php (added)
-
lib/ecom/src/Lib/Model/PaymentHistory (added)
-
lib/ecom/src/Lib/Model/PaymentHistory/Entry.php (added)
-
lib/ecom/src/Lib/Model/PaymentHistory/EntryCollection.php (added)
-
lib/ecom/src/Lib/Model/PaymentHistory/Event.php (added)
-
lib/ecom/src/Lib/Model/PaymentHistory/Result.php (added)
-
lib/ecom/src/Lib/Model/PaymentHistory/User.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod (added)
-
lib/ecom/src/Lib/Model/PaymentMethod.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse/ApplicationFormSpecElementResponse (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse/ApplicationFormSpecElementResponse.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse/ApplicationFormSpecElementResponse/ApplicationFormSpecElementOptionResponse.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse/ApplicationFormSpecElementResponse/ApplicationFormSpecElementOptionResponseCollection.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse/ApplicationFormSpecElementResponse/ApplicationFormSpecWithDependencyRequiredIfValue.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse/ApplicationFormSpecElementResponse/Type.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/ApplicationFormSpecResponse/ApplicationFormSpecElementResponseCollection.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/LegalLink.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/LegalLinkCollection.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethod/Pagination.php (added)
-
lib/ecom/src/Lib/Model/PaymentMethodCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco (added)
-
lib/ecom/src/Lib/Model/Rco/Address.php (added)
-
lib/ecom/src/Lib/Model/Rco/Callback.php (added)
-
lib/ecom/src/Lib/Model/Rco/Callbacks.php (added)
-
lib/ecom/src/Lib/Model/Rco/Cart (added)
-
lib/ecom/src/Lib/Model/Rco/Cart.php (added)
-
lib/ecom/src/Lib/Model/Rco/Cart/Item.php (added)
-
lib/ecom/src/Lib/Model/Rco/Cart/ItemCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Checkbox (added)
-
lib/ecom/src/Lib/Model/Rco/Checkbox.php (added)
-
lib/ecom/src/Lib/Model/Rco/Checkbox/Link.php (added)
-
lib/ecom/src/Lib/Model/Rco/CheckboxCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Checkout.php (added)
-
lib/ecom/src/Lib/Model/Rco/Contact.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateAddress.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCart (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCart.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCart/Item.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCart/ItemCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateCallback.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateCallbacks.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateCheckbox (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateCheckbox.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateCheckbox/Link.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateCheckboxCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateCustomer.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateMerchant.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateRecipient.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateRedirects.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateSetStatus.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateWebhook.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateCheckout/CreateWebhooks.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateContact.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateOptions.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateShippingMethod (added)
-
lib/ecom/src/Lib/Model/Rco/CreateShippingMethod.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateShippingMethod/Price.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateShippingMethodCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateTransaction.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateTransactionLine.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateTransactionLineCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/CreateValidatedStatus.php (added)
-
lib/ecom/src/Lib/Model/Rco/Customer (added)
-
lib/ecom/src/Lib/Model/Rco/Customer.php (added)
-
lib/ecom/src/Lib/Model/Rco/Customer/Type.php (added)
-
lib/ecom/src/Lib/Model/Rco/Customer/TypeCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/AvailableActions.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/AvailableActionsCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/CartItemType.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/CheckoutStatus.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/CountryCode.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/Currency.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/PaymentSelection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/PaymentStatus.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/Required.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/RequiredCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Enum/ShippingSelection.php (added)
-
lib/ecom/src/Lib/Model/Rco/InvoiceLabels.php (added)
-
lib/ecom/src/Lib/Model/Rco/Merchant.php (added)
-
lib/ecom/src/Lib/Model/Rco/Options.php (added)
-
lib/ecom/src/Lib/Model/Rco/Payment.php (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentMethod (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentMethod.php (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentMethod/Link.php (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentMethod/LinkCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentMethod/Type.php (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentMethodCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentMethods.php (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentSelection.php (added)
-
lib/ecom/src/Lib/Model/Rco/PaymentStatus.php (added)
-
lib/ecom/src/Lib/Model/Rco/Recipient.php (added)
-
lib/ecom/src/Lib/Model/Rco/SetStatus.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/Carrier.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/Method.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/MethodCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/Option.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/OptionCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/Price.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/Scope.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/Selection.php (added)
-
lib/ecom/src/Lib/Model/Rco/Shipping/Type.php (added)
-
lib/ecom/src/Lib/Model/Rco/Status (added)
-
lib/ecom/src/Lib/Model/Rco/Status.php (added)
-
lib/ecom/src/Lib/Model/Rco/Status/Location.php (added)
-
lib/ecom/src/Lib/Model/Rco/Tracking.php (added)
-
lib/ecom/src/Lib/Model/Rco/Transaction.php (added)
-
lib/ecom/src/Lib/Model/Rco/TransactionLine.php (added)
-
lib/ecom/src/Lib/Model/Rco/TransactionLineCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/UpdateCart (added)
-
lib/ecom/src/Lib/Model/Rco/UpdateCart.php (added)
-
lib/ecom/src/Lib/Model/Rco/UpdateCart/UpdateCartItemQuantity.php (added)
-
lib/ecom/src/Lib/Model/Rco/UpdateCart/UpdateCartItemQuantityCollection.php (added)
-
lib/ecom/src/Lib/Model/Rco/UpdateCheckout.php (added)
-
lib/ecom/src/Lib/Model/Rco/UpdateCustomer.php (added)
-
lib/ecom/src/Lib/Model/Rco/UpdateOrderReference.php (added)
-
lib/ecom/src/Lib/Model/Rco/UpdateShippingMethods.php (added)
-
lib/ecom/src/Lib/Model/Rco/Webhook (added)
-
lib/ecom/src/Lib/Model/Rco/Webhook/ChangeRequest.php (added)
-
lib/ecom/src/Lib/Model/Rco/Webhook/ResponseCodes.php (added)
-
lib/ecom/src/Lib/Model/Rco/Webhook/RunRejection.php (added)
-
lib/ecom/src/Lib/Model/Store (added)
-
lib/ecom/src/Lib/Model/Store/GetStoresRequest.php (added)
-
lib/ecom/src/Lib/Network (added)
-
lib/ecom/src/Lib/Network/ApiType.php (added)
-
lib/ecom/src/Lib/Network/AuthType.php (added)
-
lib/ecom/src/Lib/Network/ContentType.php (added)
-
lib/ecom/src/Lib/Network/Curl (added)
-
lib/ecom/src/Lib/Network/Curl.php (added)
-
lib/ecom/src/Lib/Network/Curl/Auth.php (added)
-
lib/ecom/src/Lib/Network/Curl/ErrorHandler.php (added)
-
lib/ecom/src/Lib/Network/Curl/ErrorTranslator.php (added)
-
lib/ecom/src/Lib/Network/Curl/Header.php (added)
-
lib/ecom/src/Lib/Network/Curl/Resources (added)
-
lib/ecom/src/Lib/Network/Curl/Resources/errors.json (added)
-
lib/ecom/src/Lib/Network/Curl/Response.php (added)
-
lib/ecom/src/Lib/Network/RequestMethod.php (added)
-
lib/ecom/src/Lib/Order (added)
-
lib/ecom/src/Lib/Order/CountryCode.php (added)
-
lib/ecom/src/Lib/Order/CustomerType.php (added)
-
lib/ecom/src/Lib/Order/OrderLineType.php (added)
-
lib/ecom/src/Lib/Order/PaymentMethod (added)
-
lib/ecom/src/Lib/Order/PaymentMethod/LegalLink (added)
-
lib/ecom/src/Lib/Order/PaymentMethod/LegalLink/Type.php (added)
-
lib/ecom/src/Lib/Order/PaymentMethod/Type.php (added)
-
lib/ecom/src/Lib/Repository (added)
-
lib/ecom/src/Lib/Repository/Api (added)
-
lib/ecom/src/Lib/Repository/Api/Mapi (added)
-
lib/ecom/src/Lib/Repository/Api/Mapi/GenerateToken.php (added)
-
lib/ecom/src/Lib/Repository/Api/Mapi/Get.php (added)
-
lib/ecom/src/Lib/Repository/Api/Mapi/Post.php (added)
-
lib/ecom/src/Lib/Repository/Api/Rco (added)
-
lib/ecom/src/Lib/Repository/Api/Rco/Delete.php (added)
-
lib/ecom/src/Lib/Repository/Api/Rco/GenerateToken.php (added)
-
lib/ecom/src/Lib/Repository/Api/Rco/Get.php (added)
-
lib/ecom/src/Lib/Repository/Api/Rco/Patch.php (added)
-
lib/ecom/src/Lib/Repository/Api/Rco/Post.php (added)
-
lib/ecom/src/Lib/Repository/Api/Rco/Put.php (added)
-
lib/ecom/src/Lib/Repository/Api/Rco/Request.php (added)
-
lib/ecom/src/Lib/Repository/Cache.php (added)
-
lib/ecom/src/Lib/Repository/Traits (added)
-
lib/ecom/src/Lib/Repository/Traits/DataResolver.php (added)
-
lib/ecom/src/Lib/Repository/Traits/ModelConverter.php (added)
-
lib/ecom/src/Lib/Repository/Traits/Request.php (added)
-
lib/ecom/src/Lib/Repository/Traits/ValidateJwtCredentials.php (added)
-
lib/ecom/src/Lib/Utilities (added)
-
lib/ecom/src/Lib/Utilities/DataConverter.php (added)
-
lib/ecom/src/Lib/Utilities/Generic (added)
-
lib/ecom/src/Lib/Utilities/Generic.php (added)
-
lib/ecom/src/Lib/Utilities/Generic/Docblock.php (added)
-
lib/ecom/src/Lib/Utilities/Price.php (added)
-
lib/ecom/src/Lib/Utilities/Random (added)
-
lib/ecom/src/Lib/Utilities/Random.php (added)
-
lib/ecom/src/Lib/Utilities/Random/DataType.php (added)
-
lib/ecom/src/Lib/Utilities/Session.php (added)
-
lib/ecom/src/Lib/Utilities/Strings.php (added)
-
lib/ecom/src/Lib/Utilities/Tax.php (added)
-
lib/ecom/src/Lib/Validation (added)
-
lib/ecom/src/Lib/Validation/ArrayValidation.php (added)
-
lib/ecom/src/Lib/Validation/BoolValidation.php (added)
-
lib/ecom/src/Lib/Validation/FloatValidation.php (added)
-
lib/ecom/src/Lib/Validation/IntValidation.php (added)
-
lib/ecom/src/Lib/Validation/StringValidation.php (added)
-
lib/ecom/src/Lib/Widget (added)
-
lib/ecom/src/Lib/Widget/Widget.php (added)
-
lib/ecom/src/Module (added)
-
lib/ecom/src/Module/Action (added)
-
lib/ecom/src/Module/Action/Repository.php (added)
-
lib/ecom/src/Module/AnnuityFactor (added)
-
lib/ecom/src/Module/AnnuityFactor/Http (added)
-
lib/ecom/src/Module/AnnuityFactor/Http/DurationsByMonthController.php (added)
-
lib/ecom/src/Module/AnnuityFactor/Models (added)
-
lib/ecom/src/Module/AnnuityFactor/Models/AnnuityFactors.php (added)
-
lib/ecom/src/Module/AnnuityFactor/Models/AnnuityInformation.php (added)
-
lib/ecom/src/Module/AnnuityFactor/Models/AnnuityInformationCollection.php (added)
-
lib/ecom/src/Module/AnnuityFactor/Models/DurationsByMonthRequest.php (added)
-
lib/ecom/src/Module/AnnuityFactor/Repository.php (added)
-
lib/ecom/src/Module/AnnuityFactor/Widget (added)
-
lib/ecom/src/Module/AnnuityFactor/Widget/DurationByMonths.php (added)
-
lib/ecom/src/Module/AnnuityFactor/Widget/DurationByMonths.phtml (added)
-
lib/ecom/src/Module/Callback (added)
-
lib/ecom/src/Module/Callback/Http (added)
-
lib/ecom/src/Module/Callback/Http/AuthorizationController.php (added)
-
lib/ecom/src/Module/Callback/Http/ManagementController.php (added)
-
lib/ecom/src/Module/Callback/Repository.php (added)
-
lib/ecom/src/Module/Customer (added)
-
lib/ecom/src/Module/Customer/Api (added)
-
lib/ecom/src/Module/Customer/Api/GetAddress.php (added)
-
lib/ecom/src/Module/Customer/Http (added)
-
lib/ecom/src/Module/Customer/Http/GetAddressController.php (added)
-
lib/ecom/src/Module/Customer/Models (added)
-
lib/ecom/src/Module/Customer/Models/GetAddressRequest.php (added)
-
lib/ecom/src/Module/Customer/Repository.php (added)
-
lib/ecom/src/Module/Customer/Widget (added)
-
lib/ecom/src/Module/Customer/Widget/GetAddress.php (added)
-
lib/ecom/src/Module/Customer/Widget/get-address-styling.css (added)
-
lib/ecom/src/Module/Customer/Widget/get-address.css (added)
-
lib/ecom/src/Module/Customer/Widget/get-address.phtml (added)
-
lib/ecom/src/Module/Payment (added)
-
lib/ecom/src/Module/Payment/Api (added)
-
lib/ecom/src/Module/Payment/Api/Cancel.php (added)
-
lib/ecom/src/Module/Payment/Api/Capture.php (added)
-
lib/ecom/src/Module/Payment/Api/Create.php (added)
-
lib/ecom/src/Module/Payment/Api/Get.php (added)
-
lib/ecom/src/Module/Payment/Api/Metadata (added)
-
lib/ecom/src/Module/Payment/Api/Metadata/Put.php (added)
-
lib/ecom/src/Module/Payment/Api/Order (added)
-
lib/ecom/src/Module/Payment/Api/Order/ActionLog (added)
-
lib/ecom/src/Module/Payment/Api/Order/ActionLog/OrderLines (added)
-
lib/ecom/src/Module/Payment/Api/Order/ActionLog/OrderLines/Add.php (added)
-
lib/ecom/src/Module/Payment/Api/Refund.php (added)
-
lib/ecom/src/Module/Payment/Api/Search.php (added)
-
lib/ecom/src/Module/Payment/Enum (added)
-
lib/ecom/src/Module/Payment/Enum/ActionType.php (added)
-
lib/ecom/src/Module/Payment/Enum/IdentificationType.php (added)
-
lib/ecom/src/Module/Payment/Enum/PossibleAction.php (added)
-
lib/ecom/src/Module/Payment/Enum/RejectedReasonCategory.php (added)
-
lib/ecom/src/Module/Payment/Enum/Status.php (added)
-
lib/ecom/src/Module/Payment/Models (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest.php (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest/Application.php (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest/Options (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest/Options.php (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest/Options/Callback.php (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest/Options/Callbacks.php (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest/Options/ParticipantRedirectionUrls.php (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest/Options/RedirectionUrls.php (added)
-
lib/ecom/src/Module/Payment/Models/CreatePaymentRequest/Order.php (added)
-
lib/ecom/src/Module/Payment/Repository.php (added)
-
lib/ecom/src/Module/Payment/Widget (added)
-
lib/ecom/src/Module/Payment/Widget/PaymentInformation.php (added)
-
lib/ecom/src/Module/Payment/Widget/payment-information.css (added)
-
lib/ecom/src/Module/Payment/Widget/payment-information.phtml (added)
-
lib/ecom/src/Module/Payment/Widget/resurs.svg (added)
-
lib/ecom/src/Module/PaymentHistory (added)
-
lib/ecom/src/Module/PaymentHistory/DataHandler (added)
-
lib/ecom/src/Module/PaymentHistory/DataHandler/DataHandlerInterface.php (added)
-
lib/ecom/src/Module/PaymentHistory/DataHandler/FileDataHandler.php (added)
-
lib/ecom/src/Module/PaymentHistory/DataHandler/VoidDataHandler.php (added)
-
lib/ecom/src/Module/PaymentHistory/Repository.php (added)
-
lib/ecom/src/Module/PaymentHistory/Translator.php (added)
-
lib/ecom/src/Module/PaymentHistory/Widget (added)
-
lib/ecom/src/Module/PaymentHistory/Widget/Log.php (added)
-
lib/ecom/src/Module/PaymentHistory/Widget/log.css (added)
-
lib/ecom/src/Module/PaymentHistory/Widget/log.js (added)
-
lib/ecom/src/Module/PaymentHistory/Widget/log.phtml (added)
-
lib/ecom/src/Module/PaymentHistory/translations.json (added)
-
lib/ecom/src/Module/PaymentMethod (added)
-
lib/ecom/src/Module/PaymentMethod/Api (added)
-
lib/ecom/src/Module/PaymentMethod/Api/ApplicationDataSpecification.php (added)
-
lib/ecom/src/Module/PaymentMethod/Enum (added)
-
lib/ecom/src/Module/PaymentMethod/Enum/CurrencyFormat.php (added)
-
lib/ecom/src/Module/PaymentMethod/Repository.php (added)
-
lib/ecom/src/Module/PaymentMethod/Widget (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/PartPayment.php (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/PaymentMethods.php (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/ReadMore.php (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/Resources (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/Resources/Images (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/Resources/Images/card.svg (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/Resources/Images/resurs.png (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/Resources/Images/swish.png (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/Resources/Images/trustly.svg (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/Resources/translations.json (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/UniqueSellingPoint.php (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/part-payment-js.phtml (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/part-payment.css (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/part-payment.phtml (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/payment-methods.phtml (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/read-more.css (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/read-more.phtml (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/resurs.svg (added)
-
lib/ecom/src/Module/PaymentMethod/Widget/unique-selling-point.phtml (added)
-
lib/ecom/src/Module/PriceSignage (added)
-
lib/ecom/src/Module/PriceSignage/Models (added)
-
lib/ecom/src/Module/PriceSignage/Models/Cost.php (added)
-
lib/ecom/src/Module/PriceSignage/Models/CostCollection.php (added)
-
lib/ecom/src/Module/PriceSignage/Models/PriceSignage.php (added)
-
lib/ecom/src/Module/PriceSignage/Models/UriLink.php (added)
-
lib/ecom/src/Module/PriceSignage/Models/UriLinkCollection.php (added)
-
lib/ecom/src/Module/PriceSignage/Repository.php (added)
-
lib/ecom/src/Module/Rco (added)
-
lib/ecom/src/Module/Rco/Repository (added)
-
lib/ecom/src/Module/Rco/Repository.php (added)
-
lib/ecom/src/Module/Rco/Repository/Cancel.php (added)
-
lib/ecom/src/Module/Rco/Repository/Capture.php (added)
-
lib/ecom/src/Module/Rco/Repository/PaymentMethods.php (added)
-
lib/ecom/src/Module/Rco/Repository/Refund.php (added)
-
lib/ecom/src/Module/Rco/Repository/Webhook.php (added)
-
lib/ecom/src/Module/Rco/Traits (added)
-
lib/ecom/src/Module/Rco/Traits/Repository.php (added)
-
lib/ecom/src/Module/Rco/Widget (added)
-
lib/ecom/src/Module/Rco/Widget/Checkout (added)
-
lib/ecom/src/Module/Rco/Widget/Checkout.php (added)
-
lib/ecom/src/Module/Rco/Widget/Checkout/Style.php (added)
-
lib/ecom/src/Module/Rco/Widget/PaymentInformation.php (added)
-
lib/ecom/src/Module/Rco/Widget/checkout-script.phtml (added)
-
lib/ecom/src/Module/Rco/Widget/checkout.phtml (added)
-
lib/ecom/src/Module/Store (added)
-
lib/ecom/src/Module/Store/Enum (added)
-
lib/ecom/src/Module/Store/Enum/Country.php (added)
-
lib/ecom/src/Module/Store/Http (added)
-
lib/ecom/src/Module/Store/Http/GetStoresController.php (added)
-
lib/ecom/src/Module/Store/Models (added)
-
lib/ecom/src/Module/Store/Models/Store.php (added)
-
lib/ecom/src/Module/Store/Models/StoreCollection.php (added)
-
lib/ecom/src/Module/Store/Repository.php (added)
-
lib/ecom/src/Module/Store/Widget (added)
-
lib/ecom/src/Module/Store/Widget/GetStores.php (added)
-
lib/ecom/src/Module/Store/Widget/get-stores.js.phtml (added)
-
lib/ecom/src/Module/SupportInfo (added)
-
lib/ecom/src/Module/SupportInfo/Widget (added)
-
lib/ecom/src/Module/SupportInfo/Widget/SupportInfo.php (added)
-
lib/ecom/src/Module/SupportInfo/Widget/support-info.phtml (added)
-
lib/ecom/tests (added)
-
lib/ecom/tests/Data (added)
-
lib/ecom/tests/Data/DataConverter (added)
-
lib/ecom/tests/Data/DataConverter/ArrayDummy.php (added)
-
lib/ecom/tests/Data/DataConverter/ComplexDummy.php (added)
-
lib/ecom/tests/Data/DataConverter/SimpleDummy.php (added)
-
lib/ecom/tests/Data/DataConverter/SimpleDummyCollection.php (added)
-
lib/ecom/tests/Data/Enum (added)
-
lib/ecom/tests/Data/Enum/Car.php (added)
-
lib/ecom/tests/Data/Enum/Furniture.php (added)
-
lib/ecom/tests/Data/Enum/Trash.php (added)
-
lib/ecom/tests/Data/Models (added)
-
lib/ecom/tests/Data/Models/ArrayPropertyDummy.php (added)
-
lib/ecom/tests/Data/Models/Instrument.php (added)
-
lib/ecom/tests/Data/Models/InstrumentCollection.php (added)
-
lib/ecom/tests/Data/Models/Music.php (added)
-
lib/ecom/tests/Data/Models/MusicCollection.php (added)
-
lib/ecom/tests/Data/Models/ObjectPropertyDummy.php (added)
-
lib/ecom/tests/Data/Models/SimpleDummy.php (added)
-
lib/ecom/tests/Data/Order.php (added)
-
lib/ecom/tests/Data/OrderLine.php (added)
-
lib/ecom/tests/Data/Probe (added)
-
lib/ecom/tests/Data/Probe/Models (added)
-
lib/ecom/tests/Data/Probe/Models/Car.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store (added)
-
lib/ecom/tests/Data/Probe/Models/Store.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Section (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Section.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Section/Cleaning.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Section/Food.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Section/Fruit.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Staff (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Staff.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Staff/Boss.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Staff/Employee.php (added)
-
lib/ecom/tests/Data/Probe/Models/Store/Staff/Janitor.php (added)
-
lib/ecom/tests/Data/Translator (added)
-
lib/ecom/tests/Data/Translator/alternate.json (added)
-
lib/ecom/tests/Integration (added)
-
lib/ecom/tests/Integration/Lib (added)
-
lib/ecom/tests/Integration/Lib/Attribute (added)
-
lib/ecom/tests/Integration/Lib/Attribute/ProbeTest.php (added)
-
lib/ecom/tests/Integration/Lib/Cache (added)
-
lib/ecom/tests/Integration/Lib/Cache/FilesystemTest.php (added)
-
lib/ecom/tests/Integration/Lib/Cache/RedisTest.php (added)
-
lib/ecom/tests/Integration/Lib/Locale (added)
-
lib/ecom/tests/Integration/Lib/Locale/TranslatorTest.php (added)
-
lib/ecom/tests/Integration/Lib/Log (added)
-
lib/ecom/tests/Integration/Lib/Log/FileLoggerTest.php (added)
-
lib/ecom/tests/Integration/Lib/Network (added)
-
lib/ecom/tests/Integration/Lib/Network/Curl (added)
-
lib/ecom/tests/Integration/Lib/Network/Curl/ErrorHandlerTest.php (added)
-
lib/ecom/tests/Integration/Lib/Network/CurlTest.php (added)
-
lib/ecom/tests/Integration/Lib/Repository (added)
-
lib/ecom/tests/Integration/Lib/Repository/Api (added)
-
lib/ecom/tests/Integration/Lib/Repository/Api/Mapi (added)
-
lib/ecom/tests/Integration/Lib/Repository/Api/Mapi/GenerateTokenTest.php (added)
-
lib/ecom/tests/Integration/Lib/Repository/Api/Mapi/ValidateMapiJwtCredentialsTest.php (added)
-
lib/ecom/tests/Integration/Lib/Repository/Api/Rco (added)
-
lib/ecom/tests/Integration/Lib/Repository/Api/Rco/GenerateTokenTest.php (added)
-
lib/ecom/tests/Integration/Lib/Repository/Api/Rco/ValidateRcoJwtCredentialsTest.php (added)
-
lib/ecom/tests/Integration/Lib/Repository/CacheTest.php (added)
-
lib/ecom/tests/Integration/Module (added)
-
lib/ecom/tests/Integration/Module/Action (added)
-
lib/ecom/tests/Integration/Module/Action/RepositoryTest.php (added)
-
lib/ecom/tests/Integration/Module/AnnuityFactor (added)
-
lib/ecom/tests/Integration/Module/AnnuityFactor/RepositoryTest.php (added)
-
lib/ecom/tests/Integration/Module/Callback (added)
-
lib/ecom/tests/Integration/Module/Callback/Http (added)
-
lib/ecom/tests/Integration/Module/Callback/Http/AuthorizationControllerTest.php (added)
-
lib/ecom/tests/Integration/Module/Callback/Http/ManagementControllerTest.php (added)
-
lib/ecom/tests/Integration/Module/Customer (added)
-
lib/ecom/tests/Integration/Module/Customer/Http (added)
-
lib/ecom/tests/Integration/Module/Customer/Http/GetAddressControllerTest.php (added)
-
lib/ecom/tests/Integration/Module/Customer/RepositoryTest.php (added)
-
lib/ecom/tests/Integration/Module/Customer/Widget (added)
-
lib/ecom/tests/Integration/Module/Customer/Widget/GetAddressTest.php (added)
-
lib/ecom/tests/Integration/Module/Payment (added)
-
lib/ecom/tests/Integration/Module/Payment/Api (added)
-
lib/ecom/tests/Integration/Module/Payment/Api/CancelTest.php (added)
-
lib/ecom/tests/Integration/Module/Payment/Api/CaptureTest.php (added)
-
lib/ecom/tests/Integration/Module/Payment/Api/GetTest.php (added)
-
lib/ecom/tests/Integration/Module/Payment/Api/Metadata (added)
-
lib/ecom/tests/Integration/Module/Payment/Api/Metadata/PutTest.php (added)
-
lib/ecom/tests/Integration/Module/Payment/Api/RefundTest.php (added)
-
lib/ecom/tests/Integration/Module/Payment/Api/SearchTest.php (added)
-
lib/ecom/tests/Integration/Module/Payment/RepositoryTest.php (added)
-
lib/ecom/tests/Integration/Module/Payment/Widget (added)
-
lib/ecom/tests/Integration/Module/Payment/Widget/PaymentInformationTest.php (added)
-
lib/ecom/tests/Integration/Module/PaymentHistory (added)
-
lib/ecom/tests/Integration/Module/PaymentHistory/DataHandler (added)
-
lib/ecom/tests/Integration/Module/PaymentHistory/DataHandler/FileDataHandlerTest.php (added)
-
lib/ecom/tests/Integration/Module/PaymentHistory/TranslatorTest.php (added)
-
lib/ecom/tests/Integration/Module/PaymentHistory/Widget (added)
-
lib/ecom/tests/Integration/Module/PaymentHistory/Widget/LogTest.php (added)
-
lib/ecom/tests/Integration/Module/PaymentMethod (added)
-
lib/ecom/tests/Integration/Module/PaymentMethod/RepositoryTest.php (added)
-
lib/ecom/tests/Integration/Module/PaymentMethod/Widget (added)
-
lib/ecom/tests/Integration/Module/PaymentMethod/Widget/PartPaymentTest.php (added)
-
lib/ecom/tests/Integration/Module/PaymentMethod/Widget/PaymentMethodsTest.php (added)
-
lib/ecom/tests/Integration/Module/PaymentMethod/Widget/ReadMoreTest.php (added)
-
lib/ecom/tests/Integration/Module/PriceSignage (added)
-
lib/ecom/tests/Integration/Module/PriceSignage/RepositoryTest.php (added)
-
lib/ecom/tests/Integration/Module/Rco (added)
-
lib/ecom/tests/Integration/Module/Rco/Repository (added)
-
lib/ecom/tests/Integration/Module/Rco/Repository/PaymentMethodsTest.php (added)
-
lib/ecom/tests/Integration/Module/Rco/Repository/WebhookTest.php (added)
-
lib/ecom/tests/Integration/Module/Rco/RepositoryTest.php (added)
-
lib/ecom/tests/Integration/Module/Rco/Widget (added)
-
lib/ecom/tests/Integration/Module/Rco/Widget/CheckoutTest.php (added)
-
lib/ecom/tests/Integration/Module/Rco/Widget/PaymentInformationTest.php (added)
-
lib/ecom/tests/Integration/Module/Store (added)
-
lib/ecom/tests/Integration/Module/Store/RepositoryTest.php (added)
-
lib/ecom/tests/Unit (added)
-
lib/ecom/tests/Unit/ConfigTest.php (added)
-
lib/ecom/tests/Unit/Exception (added)
-
lib/ecom/tests/Unit/Exception/CurlExceptionTest.php (added)
-
lib/ecom/tests/Unit/Lib (added)
-
lib/ecom/tests/Unit/Lib/Api (added)
-
lib/ecom/tests/Unit/Lib/Api/MapiTest.php (added)
-
lib/ecom/tests/Unit/Lib/Attribute (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation/ArraySizeTest.php (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation/CollectionSizeTest.php (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation/IntValueTest.php (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation/StringIsIpAddressTest.php (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation/StringIsUuidTest.php (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation/StringLengthTest.php (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation/StringMatchesUrlTest.php (added)
-
lib/ecom/tests/Unit/Lib/Attribute/Validation/StringNotEmptyTest.php (added)
-
lib/ecom/tests/Unit/Lib/Cache (added)
-
lib/ecom/tests/Unit/Lib/Cache/AbstractCacheTest.php (added)
-
lib/ecom/tests/Unit/Lib/Cache/NoneTest.php (added)
-
lib/ecom/tests/Unit/Lib/Collection (added)
-
lib/ecom/tests/Unit/Lib/Collection/CollectionTest.php (added)
-
lib/ecom/tests/Unit/Lib/Collection/EnumCollectionTest.php (added)
-
lib/ecom/tests/Unit/Lib/Http (added)
-
lib/ecom/tests/Unit/Lib/Http/ControllerTest.php (added)
-
lib/ecom/tests/Unit/Lib/Locale (added)
-
lib/ecom/tests/Unit/Lib/Locale/PhraseTest.php (added)
-
lib/ecom/tests/Unit/Lib/Locale/TranslationTest.php (added)
-
lib/ecom/tests/Unit/Lib/Log (added)
-
lib/ecom/tests/Unit/Lib/Log/LogLevelTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model (added)
-
lib/ecom/tests/Unit/Lib/Model/Cache (added)
-
lib/ecom/tests/Unit/Lib/Model/Cache/Entry.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Callback (added)
-
lib/ecom/tests/Unit/Lib/Model/Callback/AuthorizationTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Callback/ManagementTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/ModelTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Network (added)
-
lib/ecom/tests/Unit/Lib/Model/Network/Auth (added)
-
lib/ecom/tests/Unit/Lib/Model/Network/Auth/BasicTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Network/Auth/Jwt (added)
-
lib/ecom/tests/Unit/Lib/Model/Network/Auth/Jwt/TokenTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Network/Auth/JwtTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Network/HeaderTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Network/Response (added)
-
lib/ecom/tests/Unit/Lib/Model/Network/Response/ErrorTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Converter (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Converter/DiscountItemCollectionTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Converter/DiscountItemTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Customer (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Customer/DeviceInfoTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Order (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Order/ActionLog (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Order/ActionLog/OrderLineCollectionTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Order/ActionLog/OrderLineTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/Order/ActionLogTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Payment/OrderTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/PaymentHistory (added)
-
lib/ecom/tests/Unit/Lib/Model/PaymentHistory/EntryTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/PaymentMethodTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/PaymentTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/AddressTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CallbackTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/Cart (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/Cart/ItemTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CartTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CheckoutTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CreateCart (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CreateCart/ItemTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CreateCartTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CreateCheckout (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CreateCheckout/CreateRedirectsTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CreateCheckout/CreateWebhookTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CreateCheckoutTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/CreateTransactionLineCollectionTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/OptionsTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/PaymentMethodCollectionTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/PaymentMethodTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/PaymentStatusTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/RecipientTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/Shipping (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/Shipping/MethodTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/Shipping/OptionTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/Shipping/PriceTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/TrackingTest.php (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/UpdateCart (added)
-
lib/ecom/tests/Unit/Lib/Model/Rco/UpdateCart/UpdateCartItemQuantityTest.php (added)
-
lib/ecom/tests/Unit/Lib/Network (added)
-
lib/ecom/tests/Unit/Lib/Network/Curl (added)
-
lib/ecom/tests/Unit/Lib/Network/Curl/ErrorTranslatorTest.php (added)
-
lib/ecom/tests/Unit/Lib/Repository (added)
-
lib/ecom/tests/Unit/Lib/Repository/CacheTest.php (added)
-
lib/ecom/tests/Unit/Lib/Repository/Traits (added)
-
lib/ecom/tests/Unit/Lib/Repository/Traits/ModelConverterTest.php (added)
-
lib/ecom/tests/Unit/Lib/Utilities (added)
-
lib/ecom/tests/Unit/Lib/Utilities/DataConverterTest.php (added)
-
lib/ecom/tests/Unit/Lib/Utilities/GenericTest.php (added)
-
lib/ecom/tests/Unit/Lib/Utilities/RandomTest.php (added)
-
lib/ecom/tests/Unit/Lib/Utilities/SessionTest.php (added)
-
lib/ecom/tests/Unit/Lib/Utilities/StringsTest.php (added)
-
lib/ecom/tests/Unit/Lib/Validation (added)
-
lib/ecom/tests/Unit/Lib/Validation/ArrayValidationTest.php (added)
-
lib/ecom/tests/Unit/Lib/Validation/BoolValidationTest.php (added)
-
lib/ecom/tests/Unit/Lib/Validation/FloatValidationTest.php (added)
-
lib/ecom/tests/Unit/Lib/Validation/IntValidationTest.php (added)
-
lib/ecom/tests/Unit/Lib/Validation/StringValidationTest.php (added)
-
lib/ecom/tests/Unit/Lib/Widget (added)
-
lib/ecom/tests/Unit/Lib/Widget/WidgetTest.php (added)
-
lib/ecom/tests/Unit/Module (added)
-
lib/ecom/tests/Unit/Module/AnnuityFactor (added)
-
lib/ecom/tests/Unit/Module/AnnuityFactor/Widget (added)
-
lib/ecom/tests/Unit/Module/AnnuityFactor/Widget/DurationByMonthsTest.php (added)
-
lib/ecom/tests/Unit/Module/Customer (added)
-
lib/ecom/tests/Unit/Module/Customer/Widget (added)
-
lib/ecom/tests/Unit/Module/Customer/Widget/GetStoresTest.php (added)
-
lib/ecom/tests/Unit/Module/Payment (added)
-
lib/ecom/tests/Unit/Module/Payment/Models (added)
-
lib/ecom/tests/Unit/Module/Payment/Models/CreatePayment (added)
-
lib/ecom/tests/Unit/Module/Payment/Models/CreatePayment/Order (added)
-
lib/ecom/tests/Unit/Module/Payment/Models/CreatePayment/Order/OrderLineTest.php (added)
-
lib/ecom/tests/Unit/Module/Payment/Models/CreatePayment/Order/OrderTest.php (added)
-
lib/ecom/tests/Unit/Module/Payment/Models/CreatePaymentRequest (added)
-
lib/ecom/tests/Unit/Module/Payment/Models/CreatePaymentRequest/OptionsTest.php (added)
-
lib/ecom/tests/Unit/Module/Payment/Models/OrderTest.php (added)
-
lib/ecom/tests/Unit/Module/Payment/RepositoryTest.php (added)
-
lib/ecom/tests/Unit/Module/PaymentHistory (added)
-
lib/ecom/tests/Unit/Module/PaymentHistory/RepositoryTest.php (added)
-
lib/ecom/tests/Unit/Module/PaymentMethod (added)
-
lib/ecom/tests/Unit/Module/PaymentMethod/Models (added)
-
lib/ecom/tests/Unit/Module/PaymentMethod/Models/PaymentMethod (added)
-
lib/ecom/tests/Unit/Module/PaymentMethod/Models/PaymentMethod/LegalLinkTest.php (added)
-
lib/ecom/tests/Unit/Module/PaymentMethod/Models/PaymentMethodTest.php (added)
-
lib/ecom/tests/Unit/Module/Store (added)
-
lib/ecom/tests/Unit/Module/Store/Models (added)
-
lib/ecom/tests/Unit/Module/Store/Models/StoreCollectionTest.php (added)
-
lib/ecom/tests/Unit/Module/Store/Models/StoreTest.php (added)
-
lib/ecom/tests/Unit/Module/SupportInfo (added)
-
lib/ecom/tests/Unit/Module/SupportInfo/Widget (added)
-
lib/ecom/tests/Unit/Module/SupportInfo/Widget/SupportInfoTest.php (added)
-
lib/ecom/tests/Utilities (added)
-
lib/ecom/tests/Utilities/DataIntegrity.php (added)
-
lib/ecom/tests/Utilities/MockSessionTrait.php (added)
-
lib/ecom/tests/Utilities/MockSigner.php (added)
-
lib/ecom/tests/Utilities/MockSignerRco.php (added)
-
lib/ecom/tests/Utilities/PaymentHistory.php (added)
-
lib/ecom/tests/Utilities/Rco.php (added)
-
readme.txt (added)
-
src (added)
-
src/Database (added)
-
src/Database/DataType (added)
-
src/Database/DataType/BoolOption.php (added)
-
src/Database/DataType/IntOption.php (added)
-
src/Database/DataType/StringOption.php (added)
-
src/Database/Option.php (added)
-
src/Database/OptionInterface.php (added)
-
src/Database/Options (added)
-
src/Database/Options/Advanced (added)
-
src/Database/Options/Advanced/ApiTimeout.php (added)
-
src/Database/Options/Advanced/EnableCache.php (added)
-
src/Database/Options/Advanced/EnableGetAddress.php (added)
-
src/Database/Options/Advanced/ForcePaymentMethodSortOrder.php (added)
-
src/Database/Options/Advanced/LogDir.php (added)
-
src/Database/Options/Advanced/LogEnabled.php (added)
-
src/Database/Options/Advanced/LogLevel.php (added)
-
src/Database/Options/Advanced/SetMethodCountryRestriction.php (added)
-
src/Database/Options/Advanced/StoreId.php (added)
-
src/Database/Options/Api (added)
-
src/Database/Options/Api/ClientId.php (added)
-
src/Database/Options/Api/ClientSecret.php (added)
-
src/Database/Options/Api/Enabled.php (added)
-
src/Database/Options/Api/Environment.php (added)
-
src/Database/Options/Api/StoreCountryCode.php (added)
-
src/Database/Options/Callback (added)
-
src/Database/Options/Callback/TestReceivedAt.php (added)
-
src/Database/Options/OrderManagement (added)
-
src/Database/Options/OrderManagement/EnableCancel.php (added)
-
src/Database/Options/OrderManagement/EnableCapture.php (added)
-
src/Database/Options/OrderManagement/EnableModify.php (added)
-
src/Database/Options/OrderManagement/EnableRefund.php (added)
-
src/Database/Options/PartPayment (added)
-
src/Database/Options/PartPayment/Enabled.php (added)
-
src/Database/Options/PartPayment/Limit.php (added)
-
src/Database/Options/PartPayment/PaymentMethod.php (added)
-
src/Database/Options/PartPayment/Period.php (added)
-
src/Modules (added)
-
src/Modules/Api (added)
-
src/Modules/Api/Connection.php (added)
-
src/Modules/Cache (added)
-
src/Modules/Cache/Controller (added)
-
src/Modules/Cache/Controller/Admin (added)
-
src/Modules/Cache/Controller/Admin/Invalidate.php (added)
-
src/Modules/Cache/Transient.php (added)
-
src/Modules/Callback (added)
-
src/Modules/Callback/Callback.php (added)
-
src/Modules/Callback/Controller (added)
-
src/Modules/Callback/Controller/Admin (added)
-
src/Modules/Callback/Controller/Admin/TestTrigger.php (added)
-
src/Modules/Callback/Controller/TestReceived.php (added)
-
src/Modules/CustomerType (added)
-
src/Modules/CustomerType/Controller (added)
-
src/Modules/CustomerType/Controller/SetCustomerType.php (added)
-
src/Modules/CustomerType/Filter (added)
-
src/Modules/CustomerType/Filter/CustomerType.php (added)
-
src/Modules/CustomerType/resources (added)
-
src/Modules/CustomerType/resources/js (added)
-
src/Modules/CustomerType/resources/js/customertype.js (added)
-
src/Modules/CustomerType/resources/js/customertypehandler.js (added)
-
src/Modules/Gateway (added)
-
src/Modules/Gateway/Customer.php (added)
-
src/Modules/Gateway/Gateway.php (added)
-
src/Modules/Gateway/Resursbank.php (added)
-
src/Modules/GetAddress (added)
-
src/Modules/GetAddress/Controller (added)
-
src/Modules/GetAddress/Controller/GetAddress.php (added)
-
src/Modules/GetAddress/Filter (added)
-
src/Modules/GetAddress/Filter/Checkout.php (added)
-
src/Modules/GetAddress/GetAddress.php (added)
-
src/Modules/GetAddress/resources (added)
-
src/Modules/GetAddress/resources/js (added)
-
src/Modules/GetAddress/resources/js/getAddressForm.js (added)
-
src/Modules/GetAddress/resources/js/populateForm.js (added)
-
src/Modules/MessageBag (added)
-
src/Modules/MessageBag/MessageBag.php (added)
-
src/Modules/MessageBag/Models (added)
-
src/Modules/MessageBag/Models/Message.php (added)
-
src/Modules/MessageBag/Models/MessageCollection.php (added)
-
src/Modules/MessageBag/Type.php (added)
-
src/Modules/ModuleInit (added)
-
src/Modules/ModuleInit/Admin.php (added)
-
src/Modules/ModuleInit/Frontend.php (added)
-
src/Modules/ModuleInit/Shared.php (added)
-
src/Modules/Order (added)
-
src/Modules/Order/Controller (added)
-
src/Modules/Order/Controller/Admin (added)
-
src/Modules/Order/Controller/Admin/GetOrderContentController.php (added)
-
src/Modules/Order/Filter (added)
-
src/Modules/Order/Filter/Failure.php (added)
-
src/Modules/Order/Filter/ThankYou.php (added)
-
src/Modules/Order/Order.php (added)
-
src/Modules/Order/Status.php (added)
-
src/Modules/Order/resources (added)
-
src/Modules/Order/resources/js (added)
-
src/Modules/Order/resources/js/admin (added)
-
src/Modules/Order/resources/js/admin/getOrderContent.js (added)
-
src/Modules/OrderManagement (added)
-
src/Modules/OrderManagement/Action (added)
-
src/Modules/OrderManagement/Action.php (added)
-
src/Modules/OrderManagement/Action/Cancel.php (added)
-
src/Modules/OrderManagement/Action/Capture.php (added)
-
src/Modules/OrderManagement/Action/Modify.php (added)
-
src/Modules/OrderManagement/Action/Refund.php (added)
-
src/Modules/OrderManagement/Filter (added)
-
src/Modules/OrderManagement/Filter/AfterOrderStatusChange.php (added)
-
src/Modules/OrderManagement/Filter/BeforeOrderStatusChange.php (added)
-
src/Modules/OrderManagement/Filter/DisableDeleteRefund.php (added)
-
src/Modules/OrderManagement/Filter/DisableRefundNote.php (added)
-
src/Modules/OrderManagement/Filter/HideCaptureAction.php (added)
-
src/Modules/OrderManagement/Filter/IsOrderEditable.php (added)
-
src/Modules/OrderManagement/Filter/IsOrderRefundable.php (added)
-
src/Modules/OrderManagement/Filter/Refund.php (added)
-
src/Modules/OrderManagement/Filter/UpdateOrder.php (added)
-
src/Modules/OrderManagement/OrderManagement.php (added)
-
src/Modules/PartPayment (added)
-
src/Modules/PartPayment/Admin.php (added)
-
src/Modules/PartPayment/Controller (added)
-
src/Modules/PartPayment/Controller/Admin (added)
-
src/Modules/PartPayment/Controller/Admin/GetValidDurations.php (added)
-
src/Modules/PartPayment/Controller/PartPayment.php (added)
-
src/Modules/PartPayment/PartPayment.php (added)
-
src/Modules/PartPayment/resources (added)
-
src/Modules/PartPayment/resources/js (added)
-
src/Modules/PartPayment/resources/js/admin (added)
-
src/Modules/PartPayment/resources/js/admin/updateAnnuityPeriod.js (added)
-
src/Modules/PartPayment/resources/js/part-payment.js (added)
-
src/Modules/PartPayment/resources/js/rb-part-payment-admin.js (added)
-
src/Modules/Payment (added)
-
src/Modules/Payment/Converter (added)
-
src/Modules/Payment/Converter/Order (added)
-
src/Modules/Payment/Converter/Order.php (added)
-
src/Modules/Payment/Converter/Order/Fee.php (added)
-
src/Modules/Payment/Converter/Order/Product.php (added)
-
src/Modules/Payment/Converter/Order/Shipping.php (added)
-
src/Modules/PaymentInformation (added)
-
src/Modules/PaymentInformation/PaymentInformation.php (added)
-
src/Modules/Store (added)
-
src/Modules/Store/Controller (added)
-
src/Modules/Store/Controller/Admin (added)
-
src/Modules/Store/Controller/Admin/GetStores.php (added)
-
src/Modules/Store/Store.php (added)
-
src/Modules/Store/resources (added)
-
src/Modules/Store/resources/js (added)
-
src/Modules/Store/resources/js/rb-store.js (added)
-
src/Modules/UniqueSellingPoint (added)
-
src/Modules/UniqueSellingPoint/UniqueSellingPoint.php (added)
-
src/Settings (added)
-
src/Settings/About.php (added)
-
src/Settings/Advanced.php (added)
-
src/Settings/Api.php (added)
-
src/Settings/Callback.php (added)
-
src/Settings/Filter (added)
-
src/Settings/Filter/AddDocumentationLink.php (added)
-
src/Settings/Filter/InvalidateCacheButton.php (added)
-
src/Settings/Filter/PartPaymentPeriod.php (added)
-
src/Settings/Filter/TestCallbackButton.php (added)
-
src/Settings/OrderManagement.php (added)
-
src/Settings/PartPayment.php (added)
-
src/Settings/PaymentMethods.php (added)
-
src/Settings/Settings.php (added)
-
src/SettingsPage.php (added)
-
src/Util (added)
-
src/Util/Admin.php (added)
-
src/Util/Currency.php (added)
-
src/Util/Language.php (added)
-
src/Util/Log.php (added)
-
src/Util/Metadata.php (added)
-
src/Util/Route.php (added)
-
src/Util/Sanitize.php (added)
-
src/Util/Translator.php (added)
-
src/Util/Url.php (added)
-
src/Util/UserAgent.php (added)
-
src/Util/WcSession.php (added)
-
src/Util/WooCommerce.php (added)
Note: See TracChangeset
for help on using the changeset viewer.