{"id":18948387,"url":"https://github.com/oxid-esales/paypal","last_synced_at":"2025-04-12T20:43:35.821Z","repository":{"id":45369648,"uuid":"14235676","full_name":"OXID-eSales/paypal","owner":"OXID-eSales","description":"OXID eShop Extension PayPal ","archived":false,"fork":false,"pushed_at":"2024-11-27T08:09:01.000Z","size":32438,"stargazers_count":36,"open_issues_count":1,"forks_count":21,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-04-04T00:08:47.119Z","etag":null,"topics":["oxid-esales","oxid-eshop","oxid-module","payment-module","paypal","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OXID-eSales.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-08T15:02:00.000Z","updated_at":"2024-04-09T11:05:20.000Z","dependencies_parsed_at":"2024-06-18T16:50:16.729Z","dependency_job_id":"e39bbe6f-1fc2-4992-a930-e72434d2f7a6","html_url":"https://github.com/OXID-eSales/paypal","commit_stats":{"total_commits":761,"total_committers":56,"mean_commits":"13.589285714285714","dds":0.8567674113009198,"last_synced_commit":"ef59391f6255cfc14088e38e6d8b90f76b81dcbb"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXID-eSales%2Fpaypal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OXID-eSales","download_url":"https://codeload.github.com/OXID-eSales/paypal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631676,"owners_count":21136555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["oxid-esales","oxid-eshop","oxid-module","payment-module","paypal","php"],"created_at":"2024-11-08T13:13:22.100Z","updated_at":"2025-04-12T20:43:35.796Z","avatar_url":"https://github.com/OXID-eSales.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"PayPal - The OXID eFire extension\n======\n\n![OXID eFire extension paypal](paypal_banner.jpg)\n\n### Features\n\n* PayPal is available as a regular payment method in the appropriate checkout step.\n* PayPal express is already included at the checkout (registration step), at the so called “mini cart” and at the product detail pages.\n* The module is highly customizable through many options at the admin panel, for example the step to transfer the money (at the order date or on delivery).\n* Options are adjustable in different ways for each multishop (OXID eShop Enterprise Edition only).\n* The payment page at PayPal can be customized by your own logo and the name of your online store.\n* If you wish, you can transfer the content of the cart (purchased product items) to PayPal. Your customer has to decide whether this data shall be transferred or not.\n* Partial payment is possible.\n* The admin panel provides an overview of the PayPal payments per order.\n\n### Setup\n\nSystem requirements and installation instructions are described in the module documentation: https://docs.oxid-esales.com/modules/paypal/en/latest/installation.html.\n\n### Module installation via composer\n\nIn order to install the module via composer run one of the following commands in commandline in your shop base directory \n(where the shop's composer.json file resides).\n* **composer require oxid-esales/paypal-module:^5.0.0** to install the released version compatible with OXID eShop Compilation 6.1\n* **composer require oxid-esales/paypal-module:6.2.3** to install the released version compatible with OXID eShop Compilation 6.2\n* **composer require oxid-esales/paypal-module:^6.3.0** to install the released version compatible with OXID eShop Compilation 6.3\n  * Please note that 6.3.1 patch release is also compatible with OXID eShop Compilation 6.2 (PHP 7.1 and higher).\n  * Please note that PayPal ^v6.3.0 is compatible with GraphQL Storefront ^v1.0.0.\n* **composer require oxid-esales/paypal-module:^6.4.0** to install the released version compatible with OXID eShop Compilation 6.4\n  * Please note that PayPal ^v6.4.0 is compatible with GraphQL Storefront ~2.0.0.\n* **composer require oxid-esales/paypal-module:^6.5.0** to install the released version compatible with OXID eShop Compilation 6.5\n  * Please note that PayPal ^v6.5.0 is compatible with GraphQL Storefront ^v2.1.0.\n* **composer require oxid-esales/paypal-module:dev-master** to install the latest unreleased version from github\n\n### Running tests locally\n\nTo run this module tests locally, ensure the `test_config.yml` values are correct:\n- Set `module_ids` to `oepaypal`\n- Set `activate_all_modules` to `true`\n- Set `run_tests_for_modules` to `true`\n- Set `run_tests_for_shop` to `false`\n- Set `additional_test_paths` to `''`\n- Set `retry_times_after_test_fail` to `0`\n\nFor running acceptance and codeception tests you need to provide sandbox credentials data:\n- Set `sOEPayPalSandboxUsername`\n- Set `sOEPayPalSandboxPassword`\n- Set `sOEPayPalSandboxSignature`\n- Set `blOEPayPalSandboxMode` to `true`\n- Set `blPayPalLoggerEnabled` to `true`\n- Set `OEPayPalClientId`\n\nThese credentials can be set in shop_dir/var/configuration/environment/1.yaml. More information about it can be found [here](https://oxidforge.org/en/deployment-concepts-starting-from-oxid-eshop-6-2-0.html).\n\n```yaml\nmodules:\n  oepaypal:\n    moduleSettings:\n      oePayPalClientId:\n        value: client_id\n      sOEPayPalSandboxUsername:\n        value: sandbox_user\n      sOEPayPalSandboxPassword:\n        value: sandbox_password\n      sOEPayPalSandboxSignature:\n        value: sandbox_signature\n      blOEPayPalSandboxMode:\n        value: true\n      blPayPalLoggerEnabled:\n        value: true\n```\n\nAlso PayPal login credentials will be needed, they can be set in module_dir/.env file:\n\n- Set `sBuyerLogin`\n- Set `sBuyerPassword`\n- Set `sBuyerFirstName`\n- Set `sBuyerLastName`\n\n```\nsBuyerLogin=pp_buyer_email\nsBuyerPassword=pp_buyer_pass\nsBuyerFirstName=pp_buyer_first_name\nsBuyerLastName=pp_buyer_last_name\n```\n\n#### When all credentials are set up you can run the following commands:\n```shell\n# Installs the module, activates it and applies the configurations from shop_dir/var/configuration/environment/1.yaml file\nbin/oe-console oe:module:install vendor/oxid-esales/paypal-module\nbin/oe-console oe:module:activate oepaypal\nbin/oe-console oe:module:apply-configuration\n# Runs codeception tests\nvendor/bin/runtests-codeception\n# Runs selenium tests\nvendor/bin/runtests-selenium\n# Runs unit and integration tests\nvendor/bin/runtests\n```\n\nFor running codeception tests in test group **paypal_graphql**, you need the [GraphQL Storefront module](https://github.com/OXID-eSales/graphql-storefront-module/) installed\nand the following settings in the `test_config.yml`: \n- Set `partial_module_paths` to `oe/graphql-base,oe/graphql-storefront,oe/oepaypal`\n- Set `activate_all_modules` to `true`\n- Set `run_tests_for_modules` to `true`\n- Set `run_tests_for_shop` to `false`\n- Set `additional_test_paths` to `''`\n\nFor running the tests and more configuration options, follow the instructions from [here](https://github.com/OXID-eSales/testing_library#running-tests).\n\n### Bugs and Issues\n\nIf you experience any bugs or issues, please report them in the section **module PayPal** of https://bugs.oxid-esales.com.\n\n### Documentation\n\nThe module documentation can be found on our documentation platform: https://docs.oxid-esales.com/modules/paypal/en/latest/index.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxid-esales%2Fpaypal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxid-esales%2Fpaypal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxid-esales%2Fpaypal/lists"}