项目作者: ixopay

项目描述 :
Whitelabel WooCommerce Payment Provider Extension
高级语言: PHP
项目地址: git://github.com/ixopay/pgc-woocommerce.git
创建时间: 2019-07-05T03:30:08Z
项目社区:https://github.com/ixopay/pgc-woocommerce

开源协议:MIT License

下载


Whitelabel WooCommerce Payment Provider Extension

Requirements

Build

  • Clone or download the source from this repository.
  • Comment/disable adapters in src/classes/includes/payment-gateway-cloud-provider.php - see paymentMethods() method.
  • Run the build script to apply desired branding and create a zip file ready for distribution:
    shell script php build.php gateway.mypaymentprovider.com "My Payment Provider"
  • Verify the contents of build to make sure they meet desired results.
  • Find the newly versioned zip file in the dist folder.
  • Test by installing the extension in an existing shop installation (see src/readme.txt).
  • Distribute the versioned zip file.

Docker

We supply ready to use Docker environments for development & testing. Please take a look at the supplied docker directory for instructions.

Provide Updates

  • Fetch the updated source from this repository (see CHANGELOG).
    Note: make sure to not overwrite any previous changes you’ve made for the previous version, or re-apply these changes.
  • Run the build script with the same parameters as the first time:
    shell script php build.php gateway.mypaymentprovider.com "My Payment Provider"
  • Find the newly versioned zip file in the dist folder.
  • Test by updating the extension in an existing shop installation (see src/readme.txt).
  • Distribute the newly versioned zip file.