Skip to content

Commit

Permalink
bugfix: added missing method for fetching customer number as shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mangrose committed Feb 13, 2023
1 parent 55b6847 commit 22f6ba6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion includes/class-tulo-payway-sso2-session.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ public function get_user_email() {
return $this->get_session_user_email();
}

public function get_user_customer_number() {
return $this->get_session_user_customer_number();
}

public function get_user_active_products() {
return $this->get_session_user_active_products();
}
Expand Down Expand Up @@ -69,4 +73,4 @@ public function logout($locallyInitiated=true) {

}

?>
?>
4 changes: 2 additions & 2 deletions wp-tulo-payway.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
* that starts the plugin.
*
* @link https://adeprimo.se
* @since 1.0.2
* @since 1.0.3
* @package Tulo_Payway_Server
*
* @wordpress-plugin
* Plugin Name: Tulo Payway Connector for Wordpress
* Description: This plugin integrates with the SSO2 single sign on solution in Tulo Payway.
* Version: 1.0.2
* Version: 1.0.3
* Author: Adeprimo AB
* Author URI: https://adeprimo.se
* Text Domain: tulo
Expand Down

0 comments on commit 22f6ba6

Please sign in to comment.