mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Bump version and integration date for initial release (#69)
This commit is contained in:
parent
c01b1e0c9d
commit
9dc95c0e28
3 changed files with 7 additions and 3 deletions
4
changelog.txt
Normal file
4
changelog.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
*** Changelog ***
|
||||
|
||||
= 1.0.0 - 2020-10-15 =
|
||||
* Initial release.
|
|
@ -34,7 +34,7 @@ To install WooCommerce PayPal Payments, you need:
|
|||
4. Click on **Install Now** and wait until the plugin is installed successfully.
|
||||
5. You can activate the plugin immediately by clicking on **Activate** now on the success page. If you want to activate it later, you can do so via **Plugins > Installed Plugins**.
|
||||
|
||||
== Setup and Configuration ==
|
||||
= Setup and Configuration =
|
||||
|
||||
Follow the steps below to connect the plugin to your PayPal account:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce PayPal Payments
|
||||
* Plugin URI: https://woocommerce.com/products/woocommerce-paypal-payments/
|
||||
* Description: PayPal's latest complete payments processing solution. Accept PayPal, PayPal Credit, credit/debit cards, alternative digital wallets local payment types and bank accounts. Turn on only PayPal options or process a full suite of payment methods. Enable global transaction with extensive currency and country coverage.
|
||||
* Version: dev-master
|
||||
* Version: 1.0.0
|
||||
* Author: WooCommerce
|
||||
* Author URI: https://woocommerce.com/
|
||||
* License: GPL-2.0
|
||||
|
@ -24,7 +24,7 @@ use Dhii\Modular\Module\ModuleInterface;
|
|||
|
||||
define( 'PAYPAL_API_URL', 'https://api.paypal.com' );
|
||||
define( 'PAYPAL_SANDBOX_API_URL', 'https://api.sandbox.paypal.com' );
|
||||
define( 'PAYPAL_INTEGRATION_DATE', '2020-10-13' );
|
||||
define( 'PAYPAL_INTEGRATION_DATE', '2020-10-15' );
|
||||
|
||||
! defined( 'CONNECT_WOO_CLIENT_ID' ) && define( 'CONNECT_WOO_CLIENT_ID', 'AcCAsWta_JTL__OfpjspNyH7c1GGHH332fLwonA5CwX4Y10mhybRZmHLA0GdRbwKwjQIhpDQy0pluX_P' );
|
||||
! defined( 'CONNECT_WOO_SANDBOX_CLIENT_ID' ) && define( 'CONNECT_WOO_SANDBOX_CLIENT_ID', 'AYmOHbt1VHg-OZ_oihPdzKEVbU3qg0qXonBcAztuzniQRaKE0w1Hr762cSFwd4n8wxOl-TCWohEa0XM_' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue