Changeset 2121535
- Timestamp:
- 07/11/2019 02:13:52 PM (7 years ago)
- Location:
- nagad
- Files:
-
- 10 added
- 2 edited
-
tags/1.0/nagad.php (modified) (1 diff)
-
tags/2.0 (added)
-
tags/2.0/images (added)
-
tags/2.0/images/index.php (added)
-
tags/2.0/images/nagad.png (added)
-
tags/2.0/index.php (added)
-
tags/2.0/js (added)
-
tags/2.0/js/index.php (added)
-
tags/2.0/js/scripts.js (added)
-
tags/2.0/nagad.php (added)
-
tags/2.0/readme.txt (added)
-
trunk/nagad.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nagad/tags/1.0/nagad.php
r2120492 r2121535 49 49 public function __construct(){ 50 50 $this->id = 'teemteem_nagad'; 51 $this->title = $this->get_option('title', 'Nagad Gateway');51 $this->title = $this->get_option('title', 'Nagad'); 52 52 $this->description = $this->get_option('description', 'Nagad Payment Gateway'); 53 53 $this->method_title = esc_html__("Nagad", "skr"); -
nagad/trunk/nagad.php
r2120492 r2121535 4 4 * Plugin URI: http://teemteem.com/ 5 5 * Description: Nagad is a mobile financial service (MFS) in Bangladesh operating under the authority of Bangladesh Post. This plugin depends on woo-commerce and will provide an extra payment gateway through nagad on checkout page. 6 * Version: 1.0.16 * Version: 2.0.0 7 7 * Author: TeemTeem 8 8 * Author URI: http://teemteem.com/shakib … … 49 49 public function __construct(){ 50 50 $this->id = 'teemteem_nagad'; 51 $this->title = $this->get_option('title', 'Nagad Gateway');51 $this->title = $this->get_option('title', 'Nagad'); 52 52 $this->description = $this->get_option('description', 'Nagad Payment Gateway'); 53 53 $this->method_title = esc_html__("Nagad", "skr");
Note: See TracChangeset
for help on using the changeset viewer.