Skip to content

Commit

Permalink
Merge pull request #7 from PTNUSASATUINTIARTHA-DOKU/dev
Browse files Browse the repository at this point in the history
update version tag
  • Loading branch information
dokudevex authored Apr 12, 2021
2 parents fba9f3f + 2085ed7 commit 343fadb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion woo-doku-jokul/JokulMainPg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jokul - WooCommerce
* Plugin URI: http://www.doku.com
* Description: Accept payment through various payment channels with Jokul. Make it easy for your customers to purchase on your store.
* Version: 1.0.0
* Version: 1.0.1
* Author: DOKU
* Author URI: http://www.doku.com
**/
Expand Down
2 changes: 1 addition & 1 deletion woo-doku-jokul/Service/JokulBcaVaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function generated($config, $params)
"additional_info" => array (
"integration" => array (
"name" => "woocommerce-plugin",
"version" => "1.0.0"
"version" => "1.0.1"
)
)
);
Expand Down
2 changes: 1 addition & 1 deletion woo-doku-jokul/Service/JokulBsmVaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function generated($config, $params)
"additional_info" => array (
"integration" => array (
"name" => "woocommerce-plugin",
"version" => "1.0.0"
"version" => "1.0.1"
)
)
);
Expand Down
4 changes: 2 additions & 2 deletions woo-doku-jokul/Service/JokulDokuVaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function generated($config, $params)
"additional_info" => array (
"integration" => array (
"name" => "woocommerce-plugin",
"version" => "1.0.0"
"version" => "1.0.1"
)
)
);
Expand Down Expand Up @@ -94,4 +94,4 @@ private function generateWords($regId, $dateTime, $targetPath, $config, $body)

}

?>
?>
4 changes: 2 additions & 2 deletions woo-doku-jokul/Service/JokulMandiriVaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function generated($config, $params)
"additional_info" => array (
"integration" => array (
"name" => "woocommerce-plugin",
"version" => "1.0.0"
"version" => "1.0.1"
)
)
);
Expand Down Expand Up @@ -94,4 +94,4 @@ private function generateWords($regId, $dateTime, $targetPath, $config, $body)

}

?>
?>
2 changes: 1 addition & 1 deletion woo-doku-jokul/Service/JokulPermataVaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function generated($config, $params)
// "additional_info" => array (
// "integration" => array (
// "name" => "woocommerce-plugin",
// "version" => "1.0.0"
// "version" => "1.0.1"
// )
// )
);
Expand Down

0 comments on commit 343fadb

Please sign in to comment.