-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
139 additions
and
152 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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
<?php | ||
/* | ||
Plugin Name: افزونه پرداخت پیپینگ برای Easy Digital Downloads | ||
Version: 1.1 | ||
Plugin Name: Gateway PayPing Easy Digital Downloads | ||
Version: 1.0.0 | ||
Description: افزونه درگاه پرداخت پیپینگ برای Easy Digital Downloads | ||
Plugin URI: https://www.payping.ir/ | ||
Author: Erfan Ebrahimi | ||
Author URI: http://erfanebrahimi.ir/ | ||
Author: MashhadCode | ||
Author URI: https://mashhadcode.com | ||
*/ | ||
|
||
// Toman Currency | ||
define('EDD_GPPDIR', plugin_dir_path( __FILE__ )); | ||
/* Toman Currency */ | ||
require 'includes/toman-currency.php'; | ||
|
||
// Include the main file | ||
require 'gateways/payping.php'; | ||
require 'gateways/payping.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
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.