-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
475 additions
and
256 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"core": null, | ||
"plugins": [ | ||
".", | ||
"../../../", | ||
"pronamic/wp-pronamic-pay-test-helper", | ||
"https://downloads.wordpress.org/plugin/pronamic-client.zip", | ||
"https://downloads.wordpress.org/plugin/query-monitor.zip", | ||
"https://downloads.wordpress.org/plugin/one-time-login.zip" | ||
], | ||
"config": { | ||
"PRONAMIC_PAY_DEBUG": true | ||
} | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
/** | ||
* Plugin Name: Pronamic Pay Buckaroo Add-On | ||
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-buckaroo/ | ||
* Description: Extend the Pronamic Pay plugin with the Buckaroo gateway to receive payments through a variety of WordPress plugins. | ||
* | ||
* Version: 4.1.0 | ||
* Requires at least: 4.7 | ||
* | ||
* Author: Pronamic | ||
* Author URI: https://www.pronamic.eu/ | ||
* | ||
* Text Domain: pronamic-pay-buckaroo | ||
* Domain Path: /languages/ | ||
* | ||
* License: GPL-3.0-or-later | ||
* | ||
* Depends: wp-pay/core | ||
* | ||
* GitHub URI: https://github.com/pronamic/wp-pronamic-pay-buckaroo | ||
* | ||
* @author Pronamic <info@pronamic.eu> | ||
* @copyright 2005-2022 Pronamic | ||
* @license GPL-3.0-or-later | ||
* @package Pronamic\WordPress\Pay\Gateways\Buckaroo | ||
*/ |
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
Oops, something went wrong.