Skip to content

Commit

Permalink
Merge pull request #2 from paynow/update-add-payment-fields
Browse files Browse the repository at this point in the history
feat:Update version
  • Loading branch information
webdevprojects-zw authored Sep 20, 2023
2 parents 0e30080 + 91b8271 commit 2233550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/constants.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
//Define Constants
define('WC_PAYNOW_EXPRESS_VERSION', '1.0.0');
define('WC_PAYNOW_EXPRESS_VERSION', '1.0.1');
if( !defined( 'ps_error' ) ) define('ps_error', 'error');
if( !defined( 'ps_ok' ) ) define('ps_ok','ok');
if( !defined( 'ps_created_but_not_paid' ) ) define('ps_created_but_not_paid','created but not paid');
Expand Down

0 comments on commit 2233550

Please sign in to comment.