Changeset 1279505
- Timestamp:
- 11/04/2015 01:59:38 PM (10 years ago)
- Location:
- easycontract
- Files:
-
- 4 edited
- 8 copied
-
assets/banner-772x250.jpg (modified) (previous)
-
tags/1.0.1wo (copied) (copied from easycontract/trunk)
-
tags/1.0.1wo/README.md (copied) (copied from easycontract/trunk/README.md) (6 diffs)
-
tags/1.0.1wo/ext (copied) (copied from easycontract/trunk/ext)
-
tags/1.0.1wo/ext/santander/src/Santander/base/Logger.php (copied) (copied from easycontract/trunk/ext/santander/src/Santander/base/Logger.php)
-
tags/1.0.1wo/gateways (copied) (copied from easycontract/trunk/gateways)
-
tags/1.0.1wo/includes (copied) (copied from easycontract/trunk/includes)
-
tags/1.0.1wo/readme.txt (copied) (copied from easycontract/trunk/readme.txt) (6 diffs)
-
tags/1.0.1wo/santander.php (copied) (copied from easycontract/trunk/santander.php) (1 diff)
-
trunk/README.md (modified) (6 diffs)
-
trunk/readme.txt (modified) (6 diffs)
-
trunk/santander.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easycontract/tags/1.0.1wo/README.md
r1279385 r1279505 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1wo 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 12 12 13 13 == Requirements == 14 * Wordpress 4.0 or l eater15 * WooCommerce 2.4.6 or l eater16 * PHP version 5.3.0 or l eater.14 * Wordpress 4.0 or later 15 * WooCommerce 2.4.6 or later 16 * PHP version 5.3.0 or later. 17 17 * PHP SoapClient ([http://php.net/manual/en/class.soapclient.php](http://php.net/manual/en/class.soapclient.php)) 18 18 * Openssl … … 26 26 27 27 = Installation the module = 28 = Install through Wordpress Control Panel = 28 29 = Method 1: Wordpress Control Panel Installation = 29 30 * Download the module from the WordPress Plugin Directory using the Plugin manager inside your WordPress control panel. 30 31 31 = M anual installation =32 * Download the zip file from the GitHub repoand store it on you local computer.32 = Method 2: Manual installation = 33 * Download the zip file from https://wordpress.org/plugins/easycontract/ or GitHub (https://github.com/SantanderApps/SantanderPaymentProviderWooCommerce) and store it on you local computer. 33 34 * Go to WordPress control panel > Plugins > Add new and click on "Upload Plugin". 34 * Browse for the zip file and select it.35 * Upload it and the configure it(see section "Configure the module").35 * Browse for the zip file on your computer and select. 36 * Upload the file and then configure (see section "Configure the module"). 36 37 37 38 = Configure the module = … … 39 40 * Click on "Activate" for the plugin "Santander Consumer Bank - Woocommerce Payment Gateway". 40 41 * Click on "Activate" and wait for the page to reload. 41 * When the page ha vereloaded, click on "Settings".42 * When the page has reloaded, click on "Settings". 42 43 * Configure the module to suit your needs (see "Configuration parameters" below). 43 44 * Save changes by clicking the button "Save changes". … … 45 46 46 47 = Configuration parameters = 47 * **Enable/Disable:** whether to enable or disable the payment module.48 * **Store ID:** type the store ID that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".49 * **Username:** type the username that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".50 * **Password:** type the password that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".51 * **Merchant ID:** ( optional in sandbox/test environment) type the merchant ID that have been provided foryou by your payment service provider. See list below for supported payment service providers.52 * **Set Module Environment:** select which environment you want to run the module. Sandbox (test environment) is used for evaluating the module.48 * **Enable/Disable:** Enable or disable the payment module. 49 * **Store ID:** Enter the store ID that you have been provided by Santander. If in test mode you do not need to enter a store ID as a test ID is already provided. 50 * **Username:** Enter the username that you have been provided by Santander. If in test mode you do not need to enter a username as a test username is already provided. 51 * **Password:** Enter the password that you have been provided by Santander. If in test mode you do not need to enter a password as a test password is already provided. 52 * **Merchant ID:** (Optional in sandbox/test environment) enter the merchant ID that has been provided to you by your payment service provider. See list below for supported payment service providers. 53 * **Set Module Environment:** Select between two options, 1: sandbox (test environment to evaluate and test) 2: live (to start using the module) 53 54 54 55 = Supported payment service providers = … … 64 65 65 66 == Technical Issues - Consid == 66 If you have any issues installing the module, please contact Santander’s payment gateway IT service spartner [by clicking here](http://santander.consid.se/site/contact?department=1).67 If you have any issues installing the module, please contact Santander’s payment gateway IT service partner [by clicking here](http://santander.consid.se/site/contact?department=1). -
easycontract/tags/1.0.1wo/readme.txt
r1279385 r1279505 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1wo 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 12 12 13 13 == Requirements == 14 * Wordpress 4.0 or l eater15 * WooCommerce 2.4.6 or l eater16 * PHP version 5.3.0 or l eater.14 * Wordpress 4.0 or later 15 * WooCommerce 2.4.6 or later 16 * PHP version 5.3.0 or later. 17 17 * PHP SoapClient ([http://php.net/manual/en/class.soapclient.php](http://php.net/manual/en/class.soapclient.php)) 18 18 * Openssl … … 26 26 27 27 = Installation the module = 28 = Install through Wordpress Control Panel = 28 29 = Method 1: Wordpress Control Panel Installation = 29 30 * Download the module from the WordPress Plugin Directory using the Plugin manager inside your WordPress control panel. 30 31 31 = M anual installation =32 * Download the zip file from the GitHub repoand store it on you local computer.32 = Method 2: Manual installation = 33 * Download the zip file from https://wordpress.org/plugins/easycontract/ or GitHub (https://github.com/SantanderApps/SantanderPaymentProviderWooCommerce) and store it on you local computer. 33 34 * Go to WordPress control panel > Plugins > Add new and click on "Upload Plugin". 34 * Browse for the zip file and select it.35 * Upload it and the configure it(see section "Configure the module").35 * Browse for the zip file on your computer and select. 36 * Upload the file and then configure (see section "Configure the module"). 36 37 37 38 = Configure the module = … … 39 40 * Click on "Activate" for the plugin "Santander Consumer Bank - Woocommerce Payment Gateway". 40 41 * Click on "Activate" and wait for the page to reload. 41 * When the page ha vereloaded, click on "Settings".42 * When the page has reloaded, click on "Settings". 42 43 * Configure the module to suit your needs (see "Configuration parameters" below). 43 44 * Save changes by clicking the button "Save changes". … … 45 46 46 47 = Configuration parameters = 47 * **Enable/Disable:** whether to enable or disable the payment module.48 * **Store ID:** type the store ID that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".49 * **Username:** type the username that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".50 * **Password:** type the password that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".51 * **Merchant ID:** ( optional in sandbox/test environment) type the merchant ID that have been provided foryou by your payment service provider. See list below for supported payment service providers.52 * **Set Module Environment:** select which environment you want to run the module. Sandbox (test environment) is used for evaluating the module.48 * **Enable/Disable:** Enable or disable the payment module. 49 * **Store ID:** Enter the store ID that you have been provided by Santander. If in test mode you do not need to enter a store ID as a test ID is already provided. 50 * **Username:** Enter the username that you have been provided by Santander. If in test mode you do not need to enter a username as a test username is already provided. 51 * **Password:** Enter the password that you have been provided by Santander. If in test mode you do not need to enter a password as a test password is already provided. 52 * **Merchant ID:** (Optional in sandbox/test environment) enter the merchant ID that has been provided to you by your payment service provider. See list below for supported payment service providers. 53 * **Set Module Environment:** Select between two options, 1: sandbox (test environment to evaluate and test) 2: live (to start using the module) 53 54 54 55 = Supported payment service providers = … … 64 65 65 66 == Technical Issues - Consid == 66 If you have any issues installing the module, please contact Santander’s payment gateway IT service spartner [by clicking here](http://santander.consid.se/site/contact?department=1).67 If you have any issues installing the module, please contact Santander’s payment gateway IT service partner [by clicking here](http://santander.consid.se/site/contact?department=1). -
easycontract/tags/1.0.1wo/santander.php
r1279385 r1279505 4 4 Plugin URI: https://github.com/SantanderApps/SantanderPaymentProviderWooCommerce 5 5 Description: Integrates Santander Consumer Bank into WooCommerce. 6 Version: 1.0. 0wo6 Version: 1.0.1wo 7 7 Author: Santander 8 8 Author URI: http://santander.consid.se -
easycontract/trunk/README.md
r1279385 r1279505 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1wo 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 12 12 13 13 == Requirements == 14 * Wordpress 4.0 or l eater15 * WooCommerce 2.4.6 or l eater16 * PHP version 5.3.0 or l eater.14 * Wordpress 4.0 or later 15 * WooCommerce 2.4.6 or later 16 * PHP version 5.3.0 or later. 17 17 * PHP SoapClient ([http://php.net/manual/en/class.soapclient.php](http://php.net/manual/en/class.soapclient.php)) 18 18 * Openssl … … 26 26 27 27 = Installation the module = 28 = Install through Wordpress Control Panel = 28 29 = Method 1: Wordpress Control Panel Installation = 29 30 * Download the module from the WordPress Plugin Directory using the Plugin manager inside your WordPress control panel. 30 31 31 = M anual installation =32 * Download the zip file from the GitHub repoand store it on you local computer.32 = Method 2: Manual installation = 33 * Download the zip file from https://wordpress.org/plugins/easycontract/ or GitHub (https://github.com/SantanderApps/SantanderPaymentProviderWooCommerce) and store it on you local computer. 33 34 * Go to WordPress control panel > Plugins > Add new and click on "Upload Plugin". 34 * Browse for the zip file and select it.35 * Upload it and the configure it(see section "Configure the module").35 * Browse for the zip file on your computer and select. 36 * Upload the file and then configure (see section "Configure the module"). 36 37 37 38 = Configure the module = … … 39 40 * Click on "Activate" for the plugin "Santander Consumer Bank - Woocommerce Payment Gateway". 40 41 * Click on "Activate" and wait for the page to reload. 41 * When the page ha vereloaded, click on "Settings".42 * When the page has reloaded, click on "Settings". 42 43 * Configure the module to suit your needs (see "Configuration parameters" below). 43 44 * Save changes by clicking the button "Save changes". … … 45 46 46 47 = Configuration parameters = 47 * **Enable/Disable:** whether to enable or disable the payment module.48 * **Store ID:** type the store ID that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".49 * **Username:** type the username that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".50 * **Password:** type the password that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".51 * **Merchant ID:** ( optional in sandbox/test environment) type the merchant ID that have been provided foryou by your payment service provider. See list below for supported payment service providers.52 * **Set Module Environment:** select which environment you want to run the module. Sandbox (test environment) is used for evaluating the module.48 * **Enable/Disable:** Enable or disable the payment module. 49 * **Store ID:** Enter the store ID that you have been provided by Santander. If in test mode you do not need to enter a store ID as a test ID is already provided. 50 * **Username:** Enter the username that you have been provided by Santander. If in test mode you do not need to enter a username as a test username is already provided. 51 * **Password:** Enter the password that you have been provided by Santander. If in test mode you do not need to enter a password as a test password is already provided. 52 * **Merchant ID:** (Optional in sandbox/test environment) enter the merchant ID that has been provided to you by your payment service provider. See list below for supported payment service providers. 53 * **Set Module Environment:** Select between two options, 1: sandbox (test environment to evaluate and test) 2: live (to start using the module) 53 54 54 55 = Supported payment service providers = … … 64 65 65 66 == Technical Issues - Consid == 66 If you have any issues installing the module, please contact Santander’s payment gateway IT service spartner [by clicking here](http://santander.consid.se/site/contact?department=1).67 If you have any issues installing the module, please contact Santander’s payment gateway IT service partner [by clicking here](http://santander.consid.se/site/contact?department=1). -
easycontract/trunk/readme.txt
r1279385 r1279505 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1wo 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 12 12 13 13 == Requirements == 14 * Wordpress 4.0 or l eater15 * WooCommerce 2.4.6 or l eater16 * PHP version 5.3.0 or l eater.14 * Wordpress 4.0 or later 15 * WooCommerce 2.4.6 or later 16 * PHP version 5.3.0 or later. 17 17 * PHP SoapClient ([http://php.net/manual/en/class.soapclient.php](http://php.net/manual/en/class.soapclient.php)) 18 18 * Openssl … … 26 26 27 27 = Installation the module = 28 = Install through Wordpress Control Panel = 28 29 = Method 1: Wordpress Control Panel Installation = 29 30 * Download the module from the WordPress Plugin Directory using the Plugin manager inside your WordPress control panel. 30 31 31 = M anual installation =32 * Download the zip file from the GitHub repoand store it on you local computer.32 = Method 2: Manual installation = 33 * Download the zip file from https://wordpress.org/plugins/easycontract/ or GitHub (https://github.com/SantanderApps/SantanderPaymentProviderWooCommerce) and store it on you local computer. 33 34 * Go to WordPress control panel > Plugins > Add new and click on "Upload Plugin". 34 * Browse for the zip file and select it.35 * Upload it and the configure it(see section "Configure the module").35 * Browse for the zip file on your computer and select. 36 * Upload the file and then configure (see section "Configure the module"). 36 37 37 38 = Configure the module = … … 39 40 * Click on "Activate" for the plugin "Santander Consumer Bank - Woocommerce Payment Gateway". 40 41 * Click on "Activate" and wait for the page to reload. 41 * When the page ha vereloaded, click on "Settings".42 * When the page has reloaded, click on "Settings". 42 43 * Configure the module to suit your needs (see "Configuration parameters" below). 43 44 * Save changes by clicking the button "Save changes". … … 45 46 46 47 = Configuration parameters = 47 * **Enable/Disable:** whether to enable or disable the payment module.48 * **Store ID:** type the store ID that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".49 * **Username:** type the username that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".50 * **Password:** type the password that have been provided for you by Santander. This field will be automatically filled out when the module environment is set to "sandbox (test environment)".51 * **Merchant ID:** ( optional in sandbox/test environment) type the merchant ID that have been provided foryou by your payment service provider. See list below for supported payment service providers.52 * **Set Module Environment:** select which environment you want to run the module. Sandbox (test environment) is used for evaluating the module.48 * **Enable/Disable:** Enable or disable the payment module. 49 * **Store ID:** Enter the store ID that you have been provided by Santander. If in test mode you do not need to enter a store ID as a test ID is already provided. 50 * **Username:** Enter the username that you have been provided by Santander. If in test mode you do not need to enter a username as a test username is already provided. 51 * **Password:** Enter the password that you have been provided by Santander. If in test mode you do not need to enter a password as a test password is already provided. 52 * **Merchant ID:** (Optional in sandbox/test environment) enter the merchant ID that has been provided to you by your payment service provider. See list below for supported payment service providers. 53 * **Set Module Environment:** Select between two options, 1: sandbox (test environment to evaluate and test) 2: live (to start using the module) 53 54 54 55 = Supported payment service providers = … … 64 65 65 66 == Technical Issues - Consid == 66 If you have any issues installing the module, please contact Santander’s payment gateway IT service spartner [by clicking here](http://santander.consid.se/site/contact?department=1).67 If you have any issues installing the module, please contact Santander’s payment gateway IT service partner [by clicking here](http://santander.consid.se/site/contact?department=1). -
easycontract/trunk/santander.php
r1279385 r1279505 4 4 Plugin URI: https://github.com/SantanderApps/SantanderPaymentProviderWooCommerce 5 5 Description: Integrates Santander Consumer Bank into WooCommerce. 6 Version: 1.0. 0wo6 Version: 1.0.1wo 7 7 Author: Santander 8 8 Author URI: http://santander.consid.se
Note: See TracChangeset
for help on using the changeset viewer.