-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from dzung2t/master
Updated latest lib and added User Profile API support
- Loading branch information
Showing
6 changed files
with
168 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
#About WooCommerce module | ||
Paymentwall module for WordPress WooCommerce. | ||
|
||
### Requirement | ||
* Woocommerce v2.0 or greater | ||
* WordPress v3.8 or greater | ||
* PHP 5.2.4 or greater | ||
|
||
#Installation | ||
To install Paymentwall WooCommerce module, please follow the [instructions](https://www.paymentwall.com/en/documentation/WooCommerce/1409). | ||
To install Paymentwall WooCommerce module, please follow the [instructions](https://www.paymentwall.com/en/documentation/WooCommerce/1409). | ||
|
||
After cloning the repository don't forget to install Paymentwall PHP API library (**required**): | ||
`git submodule init` and then `git submodule update` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule paymentwall-php
updated
6 files
+15 −0 | .gitignore | |
+4 −1 | composer.json | |
+12 −1 | lib/Paymentwall/ApiObject.php | |
+57 −0 | lib/Paymentwall/GenerericApiObject.php | |
+9 −1 | lib/Paymentwall/HttpAction.php | |
+6 −4 | lib/paymentwall.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters