Changeset 2633893
- Timestamp:
- 11/23/2021 05:49:11 AM (4 years ago)
- Location:
- zipmoney-payments-woocommerce
- Files:
-
- 283 added
- 5 edited
-
tags/2.3.11 (added)
-
tags/2.3.11/LICENSE.txt (added)
-
tags/2.3.11/README.txt (added)
-
tags/2.3.11/assets (added)
-
tags/2.3.11/assets/css (added)
-
tags/2.3.11/assets/css/woocommerce-zipmoney-payment-admin.css (added)
-
tags/2.3.11/assets/css/woocommerce-zipmoney-payment-front.css (added)
-
tags/2.3.11/assets/img (added)
-
tags/2.3.11/assets/img/loader.gif (added)
-
tags/2.3.11/assets/img/loading.gif (added)
-
tags/2.3.11/assets/js (added)
-
tags/2.3.11/assets/js/admin_options.js (added)
-
tags/2.3.11/assets/js/woocommerce-zipmoney-payment-front.js (added)
-
tags/2.3.11/assets/js/zip_order_button.js (added)
-
tags/2.3.11/bin (added)
-
tags/2.3.11/bin/install-wp-tests.sh (added)
-
tags/2.3.11/build.xml (added)
-
tags/2.3.11/composer.json (added)
-
tags/2.3.11/includes (added)
-
tags/2.3.11/includes/api (added)
-
tags/2.3.11/includes/api/class-wc-zipmoney-payment-gateway-api-abstract.php (added)
-
tags/2.3.11/includes/api/class-wc-zipmoney-payment-gateway-api-charge.php (added)
-
tags/2.3.11/includes/api/class-wc-zipmoney-payment-gateway-api-checkout.php (added)
-
tags/2.3.11/includes/class-wc-zipmoney-payment-gateway-config.php (added)
-
tags/2.3.11/includes/class-wc-zipmoney-payment-gateway-util.php (added)
-
tags/2.3.11/includes/class-wc-zipmoney-payment-gateway-widget.php (added)
-
tags/2.3.11/includes/class-wc-zipmoney-payment-gateway.php (added)
-
tags/2.3.11/includes/compatibility (added)
-
tags/2.3.11/includes/compatibility/abstract-wc-data-compatibility.php (added)
-
tags/2.3.11/includes/compatibility/class-wc-core-compatibility.php (added)
-
tags/2.3.11/includes/compatibility/class-wc-order-compatibility.php (added)
-
tags/2.3.11/includes/controller (added)
-
tags/2.3.11/includes/controller/class-wc-zipmoney-payment-abstract-controller.php (added)
-
tags/2.3.11/includes/controller/class-wc-zipmoney-payment-charge-controller.php (added)
-
tags/2.3.11/includes/controller/class-wc-zipmoney-payment-checkout-controller.php (added)
-
tags/2.3.11/includes/view (added)
-
tags/2.3.11/includes/view/backend (added)
-
tags/2.3.11/includes/view/backend/admin_options.php (added)
-
tags/2.3.11/includes/view/backend/charge_buttons.php (added)
-
tags/2.3.11/includes/view/frontend (added)
-
tags/2.3.11/includes/view/frontend/checkout_notification_section.php (added)
-
tags/2.3.11/includes/view/frontend/error_page.php (added)
-
tags/2.3.11/includes/view/frontend/express_payment_button.php (added)
-
tags/2.3.11/includes/view/frontend/iframe_redirect.php (added)
-
tags/2.3.11/includes/view/frontend/notification_page.php (added)
-
tags/2.3.11/includes/view/frontend/order_button.php (added)
-
tags/2.3.11/languages (added)
-
tags/2.3.11/languages/default.mo (added)
-
tags/2.3.11/languages/default.po (added)
-
tags/2.3.11/languages/default.pot (added)
-
tags/2.3.11/languages/zippayment-es_MX.mo (added)
-
tags/2.3.11/languages/zippayment-es_MX.po (added)
-
tags/2.3.11/log.txt (added)
-
tags/2.3.11/test.txt (added)
-
tags/2.3.11/tests (added)
-
tags/2.3.11/tests/bootstrap.php (added)
-
tags/2.3.11/tests/test-charge-api.php (added)
-
tags/2.3.11/tests/test-checkout-api.php (added)
-
tags/2.3.11/tests/test-sample.php (added)
-
tags/2.3.11/tests/wc-zipmoney-test-main.php (added)
-
tags/2.3.11/vendor (added)
-
tags/2.3.11/vendor/autoload.php (added)
-
tags/2.3.11/vendor/bin (added)
-
tags/2.3.11/vendor/composer (added)
-
tags/2.3.11/vendor/composer/ClassLoader.php (added)
-
tags/2.3.11/vendor/composer/LICENSE (added)
-
tags/2.3.11/vendor/composer/autoload_classmap.php (added)
-
tags/2.3.11/vendor/composer/autoload_namespaces.php (added)
-
tags/2.3.11/vendor/composer/autoload_psr4.php (added)
-
tags/2.3.11/vendor/composer/autoload_real.php (added)
-
tags/2.3.11/vendor/composer/autoload_static.php (added)
-
tags/2.3.11/vendor/composer/installed.json (added)
-
tags/2.3.11/vendor/zipmoney (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/HEAD (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/ORIG_HEAD (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/config (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/description (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/applypatch-msg.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/commit-msg.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/fsmonitor-watchman.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/post-update.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/pre-applypatch.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/pre-commit.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/pre-merge-commit.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/pre-push.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/pre-rebase.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/pre-receive.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/prepare-commit-msg.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/hooks/update.sample (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/index (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/info (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/info/exclude (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/info/refs (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/logs (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/logs/HEAD (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/logs/refs (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/logs/refs/heads (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/logs/refs/heads/master (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/logs/refs/remotes (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/logs/refs/remotes/origin (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/logs/refs/remotes/origin/HEAD (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/objects (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/objects/5e (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/objects/5e/60a146bdbcfb2e8af7cd835441c880325d9419 (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/objects/info (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/objects/info/packs (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/objects/pack (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/objects/pack/pack-82db4f4ceed51fa2276ce058eab640bbc348d4fd.idx (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/objects/pack/pack-82db4f4ceed51fa2276ce058eab640bbc348d4fd.pack (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/packed-refs (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/refs (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/refs/heads (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/refs/heads/master (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/refs/remotes (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/refs/remotes/origin (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/refs/remotes/origin/HEAD (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/.git/refs/tags (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/LICENSE.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/README.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/autoload.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/build (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/build.xml (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/build/shell (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/build/shell/publish.sh (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/composer.json (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Api (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Api/ChargesApi.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Api/CheckoutsApi.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Api/CustomersApi.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Api/RefundsApi.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Api/SettlementsApi.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Api/TokensApi.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Address.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Authority.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CaptureChargeRequest.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Charge.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/ChargeCollection.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/ChargeOrder.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Checkout.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CheckoutConfiguration.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CheckoutFeatures.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CheckoutFeaturesTokenisation.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CheckoutOrder.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CreateChargeRequest.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CreateCheckoutRequest.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CreateCheckoutRequestFeatures.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CreateCheckoutRequestFeaturesTokenisation.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CreateRefundRequest.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/CreateTokenRequest.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Customer.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/ErrorResponse.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/ErrorResponseError.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/ErrorResponseErrorDetails.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Flightadditionaldetails.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/FlightadditionaldetailsPassengers.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/HateoasLinks.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/HateoaslinksLinks.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/InlineResponse200.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Metadata.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/OrderItem.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/OrderItemAdditionalDetails.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/OrderShipping.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/OrderShippingTracking.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Refund.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Settlement.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/SettlementTransactions.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Shopper.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/ShopperStatistics.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/docs/Model/Token.md (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Api (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Api/ChargesApi.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Api/CheckoutsApi.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Api/CustomersApi.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Api/RefundsApi.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Api/SettlementsApi.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Api/TokensApi.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/ApiClient.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/ApiException.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Configuration.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Address.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Authority.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CaptureChargeRequest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Charge.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/ChargeCollection.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/ChargeOrder.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Checkout.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CheckoutConfiguration.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CheckoutFeatures.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CheckoutFeaturesTokenisation.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CheckoutOrder.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CreateChargeRequest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CreateCheckoutRequest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CreateCheckoutRequestFeatures.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CreateCheckoutRequestFeaturesTokenisation.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CreateRefundRequest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CreateTokenRequest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/CurrencyUtil.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Customer.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/ErrorResponse.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/ErrorResponseError.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/ErrorResponseErrorDetails.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Flightadditionaldetails.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/FlightadditionaldetailsPassengers.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/HateoasLinks.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/HateoaslinksLinks.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/InlineResponse200.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Metadata.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/OrderItem.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/OrderItemAdditionalDetails.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/OrderShipping.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/OrderShippingTracking.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Refund.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Settlement.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/SettlementTransactions.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Shopper.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/ShopperStatistics.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/Model/Token.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/lib/ObjectSerializer.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/phpunit.xml.dist (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/Api (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/Api/ChargesApiTest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/Api/CheckoutsApiTest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/Api/RefundsApiTest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/ConfigurationTest.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/Helper (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/Helper/Payload.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/Setup.php (added)
-
tags/2.3.11/vendor/zipmoney/merchantapi-php/test/auth.ini (added)
-
tags/2.3.11/zipmoney-payment-gateway.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-wc-zipmoney-payment-gateway-config.php (modified) (7 diffs)
-
trunk/includes/class-wc-zipmoney-payment-gateway.php (modified) (1 diff)
-
trunk/vendor/zipmoney/merchantapi-php/.git (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/HEAD (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/ORIG_HEAD (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/config (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/description (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/applypatch-msg.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/commit-msg.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/fsmonitor-watchman.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/post-update.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/pre-applypatch.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/pre-commit.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/pre-merge-commit.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/pre-push.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/pre-rebase.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/pre-receive.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/prepare-commit-msg.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/hooks/update.sample (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/index (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/info (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/info/exclude (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/info/refs (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/logs (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/logs/HEAD (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/logs/refs (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/logs/refs/heads (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/logs/refs/heads/master (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/logs/refs/remotes (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/logs/refs/remotes/origin (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/logs/refs/remotes/origin/HEAD (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/objects (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/objects/5e (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/objects/5e/60a146bdbcfb2e8af7cd835441c880325d9419 (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/objects/info (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/objects/info/packs (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/objects/pack (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/objects/pack/pack-82db4f4ceed51fa2276ce058eab640bbc348d4fd.idx (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/objects/pack/pack-82db4f4ceed51fa2276ce058eab640bbc348d4fd.pack (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/packed-refs (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/refs (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/refs/heads (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/refs/heads/master (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/refs/remotes (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/refs/remotes/origin (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/refs/remotes/origin/HEAD (added)
-
trunk/vendor/zipmoney/merchantapi-php/.git/refs/tags (added)
-
trunk/vendor/zipmoney/merchantapi-php/lib/Model/Shopper.php (modified) (1 diff)
-
trunk/zipmoney-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zipmoney-payments-woocommerce/trunk/README.txt
r2621054 r2633893 4 4 Requires at least: WP 4.0 5 5 Tested up to: 5.8 6 Stable tag: 2.3.1 06 Stable tag: 2.3.11 7 7 License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html 8 8 … … 196 196 = 2.3.10 = 197 197 * Fixed api key validity issue for Twisto and UK 198 199 = 2.3.11 = 200 * Fixed shopper bug 201 * Added new region for zip widget -
zipmoney-payments-woocommerce/trunk/includes/class-wc-zipmoney-payment-gateway-config.php
r2583230 r2633893 70 70 const REGION_US = 'us'; 71 71 const REGION_MX = 'mx'; 72 const REGION_SG = 'sg'; 73 const REGION_CA = 'ca'; 74 const REGION_AE = 'ae'; 72 75 73 76 //Log levels … … 179 182 'type' => 'text', 180 183 'class' => 'woocommerce_toggle_sandbox_field', 181 'desc_tip' => __('Please contact [email protected] to request your Sandbox Public key.', 'zippayment'),182 184 'description' => __('Required for Australia only.', 'zippayment'), 183 185 'default' => 'no', … … 187 189 'type' => 'text', 188 190 'class' => 'woocommerce_toggle_sandbox_field', 189 'desc_tip' => __('Please contact [email protected] to request your Sandbox API key.', 'zippayment'),190 'description' => __('Please contact [email protected] to request Sandbox API key.', 'zippayment'),191 191 'default' => 'no', 192 192 ), … … 195 195 'type' => 'text', 196 196 'class' => 'woocommerce_toggle_prod_field', 197 'desc_tip' => __('Please contact [email protected] to request your production public key..', 'zippayment'),198 197 'description' => __('Required for Australia only.', 'zippayment'), 199 198 'default' => '', … … 203 202 'type' => 'text', 204 203 'class' => 'woocommerce_toggle_prod_field', 205 'desc_tip' => __('Please contact [email protected] to request your product API key.', 'zippayment'),206 'description' => __('Please contact [email protected] to request your API key.', 'zippayment'),207 204 'default' => '', 208 205 ), … … 266 263 'options' => array( 267 264 self::REGION_AU => 'Australia', 265 self::REGION_CA => 'Canada', 266 self::REGION_MX => 'Mexico', 268 267 self::REGION_NZ => 'New Zealand', 268 self::REGION_SG => 'Singapore', 269 self::REGION_ZA => 'South Africa', 270 self::REGION_AE => 'United Arab Emirates', 269 271 self::REGION_GB => 'United Kingdom', 270 self::REGION_US => 'United States', 271 self::REGION_ZA => 'South Africa', 272 self::REGION_MX => 'Mexico', 272 self::REGION_US => 'United States', 273 273 ) 274 274 ), … … 277 277 'type' => 'select', 278 278 'desc_tip' => __('Select Display widget mode for Zip widget', 'zippayment'), 279 'default' => self:: REGION_AU,279 'default' => self::DISPLAY_INLINE, 280 280 'options' => array( 281 281 self::DISPLAY_IFRAME => __('iframe', 'zippayment'), -
zipmoney-payments-woocommerce/trunk/includes/class-wc-zipmoney-payment-gateway.php
r2613372 r2633893 24 24 public $description = 'Own the way you pay'; 25 25 26 public $version = '2.3.1 0';26 public $version = '2.3.11'; 27 27 28 28 public $supports = array('products', 'refunds'); -
zipmoney-payments-woocommerce/trunk/vendor/zipmoney/merchantapi-php/lib/Model/Shopper.php
r2283719 r2633893 392 392 { 393 393 $allowed_values = array('Male', 'Female', 'Other'); 394 if (!is_null($gender)) { 395 $gender = ucfirst(strtolower($gender)); 396 } 394 397 if (!is_null($gender) && (!in_array($gender, $allowed_values))) { 395 398 throw new \InvalidArgumentException("Invalid value for 'gender', must be one of 'Male', 'Female', 'Other'"); -
zipmoney-payments-woocommerce/trunk/zipmoney-payment-gateway.php
r2613372 r2633893 7 7 * Give your customers the power to pay later, interest free and watch your sales grow. 8 8 * Take advantage of our fast-growing customer base, proven revenue uplift, fast and simple integration. 9 * Version: 2.3.1 09 * Version: 2.3.11 10 10 * Author: Zip 11 11 * Author URI: https://www.zip.co/ … … 15 15 * WC requires at least: 2.6.13 16 16 * WC tested up to: 5.5.6 17 * @version 2.3.1 017 * @version 2.3.11 18 18 * @package Zip 19 19 * @author Zip
Note: See TracChangeset
for help on using the changeset viewer.