Changeset 3229651
- Timestamp:
- 01/27/2025 02:18:11 PM (14 months ago)
- Location:
- yoco-payment-gateway
- Files:
-
- 133 added
- 1 edited
-
tags/3.8.2 (added)
-
tags/3.8.2/assets (added)
-
tags/3.8.2/assets/images (added)
-
tags/3.8.2/assets/images/yoco-2024.svg (added)
-
tags/3.8.2/assets/images/yoco-emv.svg (added)
-
tags/3.8.2/assets/lang (added)
-
tags/3.8.2/assets/lang/yoco-payment-gateway.pot (added)
-
tags/3.8.2/assets/lang/yoco_wc_payment_gateway-en_ZA.mo (added)
-
tags/3.8.2/assets/lang/yoco_wc_payment_gateway-en_ZA.po (added)
-
tags/3.8.2/assets/scripts (added)
-
tags/3.8.2/assets/scripts/admin.js (added)
-
tags/3.8.2/assets/scripts/public.js (added)
-
tags/3.8.2/assets/styles (added)
-
tags/3.8.2/assets/styles/admin.css (added)
-
tags/3.8.2/assets/styles/public.css (added)
-
tags/3.8.2/inc (added)
-
tags/3.8.2/inc/autoload.php (added)
-
tags/3.8.2/inc/helpers.php (added)
-
tags/3.8.2/readme.txt (added)
-
tags/3.8.2/src (added)
-
tags/3.8.2/src/Core (added)
-
tags/3.8.2/src/Core/Actions.php (added)
-
tags/3.8.2/src/Core/Constants.php (added)
-
tags/3.8.2/src/Core/Dependencies.php (added)
-
tags/3.8.2/src/Core/Environment.php (added)
-
tags/3.8.2/src/Core/Language.php (added)
-
tags/3.8.2/src/Core/Plugin.php (added)
-
tags/3.8.2/src/Core/Setup.php (added)
-
tags/3.8.2/src/Core/Singleton.php (added)
-
tags/3.8.2/src/Cron (added)
-
tags/3.8.2/src/Cron/CronScheduler.php (added)
-
tags/3.8.2/src/Cron/Job.php (added)
-
tags/3.8.2/src/Cron/JobInterface.php (added)
-
tags/3.8.2/src/Gateway (added)
-
tags/3.8.2/src/Gateway/Admin (added)
-
tags/3.8.2/src/Gateway/Admin/Notices.php (added)
-
tags/3.8.2/src/Gateway/BlocksCheckout.php (added)
-
tags/3.8.2/src/Gateway/Checkout (added)
-
tags/3.8.2/src/Gateway/Checkout/Availability.php (added)
-
tags/3.8.2/src/Gateway/Checkout/Method.php (added)
-
tags/3.8.2/src/Gateway/Credentials.php (added)
-
tags/3.8.2/src/Gateway/Debug.php (added)
-
tags/3.8.2/src/Gateway/Gateway.php (added)
-
tags/3.8.2/src/Gateway/Metadata.php (added)
-
tags/3.8.2/src/Gateway/Mode.php (added)
-
tags/3.8.2/src/Gateway/Models (added)
-
tags/3.8.2/src/Gateway/Models/LineItem.php (added)
-
tags/3.8.2/src/Gateway/Models/LineItemPricingDetails.php (added)
-
tags/3.8.2/src/Gateway/Models/Metadata.php (added)
-
tags/3.8.2/src/Gateway/Models/Payload.php (added)
-
tags/3.8.2/src/Gateway/Notes.php (added)
-
tags/3.8.2/src/Gateway/Payment (added)
-
tags/3.8.2/src/Gateway/Payment/Request.php (added)
-
tags/3.8.2/src/Gateway/PaymentStatusScheduler.php (added)
-
tags/3.8.2/src/Gateway/Processors (added)
-
tags/3.8.2/src/Gateway/Processors/OptionsProcessor.php (added)
-
tags/3.8.2/src/Gateway/Processors/PaymentProcessor.php (added)
-
tags/3.8.2/src/Gateway/Processors/RefundProcessor.php (added)
-
tags/3.8.2/src/Gateway/Provider.php (added)
-
tags/3.8.2/src/Gateway/Refund (added)
-
tags/3.8.2/src/Gateway/Refund/Request.php (added)
-
tags/3.8.2/src/Gateway/Refunds (added)
-
tags/3.8.2/src/Gateway/Refunds/Actions.php (added)
-
tags/3.8.2/src/Gateway/Refunds/Request.php (added)
-
tags/3.8.2/src/Gateway/Settings.php (added)
-
tags/3.8.2/src/Helpers (added)
-
tags/3.8.2/src/Helpers/Admin (added)
-
tags/3.8.2/src/Helpers/Admin/Notices.php (added)
-
tags/3.8.2/src/Helpers/Http (added)
-
tags/3.8.2/src/Helpers/Http/Client.php (added)
-
tags/3.8.2/src/Helpers/Logger.php (added)
-
tags/3.8.2/src/Helpers/Logs.php (added)
-
tags/3.8.2/src/Helpers/Money (added)
-
tags/3.8.2/src/Helpers/Money/Currencies.php (added)
-
tags/3.8.2/src/Helpers/MoneyFormatter.php (added)
-
tags/3.8.2/src/Helpers/Security (added)
-
tags/3.8.2/src/Helpers/Security/SSL.php (added)
-
tags/3.8.2/src/Helpers/Storage (added)
-
tags/3.8.2/src/Helpers/Storage/Options.php (added)
-
tags/3.8.2/src/Helpers/Validation (added)
-
tags/3.8.2/src/Helpers/Validation/Validator.php (added)
-
tags/3.8.2/src/Helpers/Validation/ValidatorErrorBag.php (added)
-
tags/3.8.2/src/Helpers/Validation/ValidatorInterface.php (added)
-
tags/3.8.2/src/Helpers/Versioner.php (added)
-
tags/3.8.2/src/Init.php (added)
-
tags/3.8.2/src/Installation (added)
-
tags/3.8.2/src/Installation/Installation.php (added)
-
tags/3.8.2/src/Installation/Request.php (added)
-
tags/3.8.2/src/Installations (added)
-
tags/3.8.2/src/Installations/InstallationsManager.php (added)
-
tags/3.8.2/src/Integrations (added)
-
tags/3.8.2/src/Integrations/Webhook (added)
-
tags/3.8.2/src/Integrations/Webhook/Guard.php (added)
-
tags/3.8.2/src/Integrations/Webhook/SignatureValidator.php (added)
-
tags/3.8.2/src/Integrations/Webhook/Vendors (added)
-
tags/3.8.2/src/Integrations/Webhook/Vendors/WebhookSignatureValidator.php (added)
-
tags/3.8.2/src/Integrations/Yoco (added)
-
tags/3.8.2/src/Integrations/Yoco/Requests (added)
-
tags/3.8.2/src/Integrations/Yoco/Requests/Checkout.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Requests/Refund.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Controllers (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Controllers/WebhookController.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Events (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Events/WebhookEventsManager.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Models (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Models/WebhookPayload.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Parsers (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Parsers/PaymentWebhookPayloadParser.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Parsers/RefundWebhookPayloadParser.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Parsers/WebhookPayloadParser.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Processors (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Processors/PaymentWebhookProcessor.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Processors/RefundFailedWebhookProcessor.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Processors/RefundSucceededWebhookProcessor.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Processors/WebhookProcessor.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/REST (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/REST/Rewrites.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/REST/Route.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/REST/RouteInterface.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/REST/Router.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/REST/Routes (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/REST/Routes/Webhook.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Validators (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Validators/PaymentWebhookPayloadValidator.php (added)
-
tags/3.8.2/src/Integrations/Yoco/Webhooks/Validators/RefundWebhookPayloadValidator.php (added)
-
tags/3.8.2/src/Repositories (added)
-
tags/3.8.2/src/Repositories/OrdersRepository.php (added)
-
tags/3.8.2/src/Telemetry (added)
-
tags/3.8.2/src/Telemetry/Models (added)
-
tags/3.8.2/src/Telemetry/Models/TelemetryObject.php (added)
-
tags/3.8.2/src/Telemetry/Telemetry.php (added)
-
tags/3.8.2/yoco_wc_payment_gateway.php (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yoco-payment-gateway/trunk/readme.txt
r3206321 r3229651 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4.0 7 Stable tag: 3.8. 17 Stable tag: 3.8.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.