Skip to content

Commit

Permalink
Text
Browse files Browse the repository at this point in the history
  • Loading branch information
Dernerd committed Nov 2, 2023
1 parent 119d14b commit ce618cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/common/payment-gateways/manual-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
PSeCommerce Manual Payments Gateway Plugin
Author: Aaron Edwards (Incsub)
Author: DerN3rd (WMS N@W)
*/

class MP_Gateway_ManualPayments extends MP_Gateway_API {
Expand Down
2 changes: 1 addition & 1 deletion includes/common/shipping-modules/mp-flat-rate.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
PSeCommerce Flat-Rate Shipping Plugin
Author: Aaron Edwards (Incsub)
Author: DerN3rd (WMS N@W)
*/
class MP_Shipping_Flat_Rate extends MP_Shipping_API {

Expand Down
2 changes: 1 addition & 1 deletion psecommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Plugin Authors: DerN3rd (WMS N3rds@Work) Marko Miljus (Incsub), Aaron Edwards (Incsub), Hoang Ngo (Incsub), Jonathan Cowher (Incsub), Ricardo Freitas (Incsub), Cvetan Cvetanov (Incsub), Julien Zerbib (Incsub), Sabri Bouchaala (Incsub), Emmanuel Laborin (Incsub)
Plugin Authors: DerN3rd (WMS N3rds@Work) Marko Miljus (Incsub), DerN3rd (WMS N@W), Hoang Ngo (Incsub), Jonathan Cowher (Incsub), Ricardo Freitas (Incsub), Cvetan Cvetanov (Incsub), Julien Zerbib (Incsub), Sabri Bouchaala (Incsub), Emmanuel Laborin (Incsub)
*/
require 'psource/psource-plugin-update/psource-plugin-updater.php';
use Psource\PluginUpdateChecker\v5\PucFactory;
Expand Down

0 comments on commit ce618cb

Please sign in to comment.