Plugin Directory

Changeset 2800007


Ignore:
Timestamp:
10/17/2022 12:12:09 PM (2 years ago)
Author:
instamojo
Message:

Updating to v1.1.2

Location:
woo-instamojo
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woo-instamojo/README.md

    r2798786 r2800007  
    6060Changelog
    6161---------
     62
     63**1.1.2**
     64
     65* Fixed Internal Server Issue on Checkout
    6266
    6367**1.1.1**
  • woo-instamojo/readme.txt

    r2798786 r2800007  
    55Requires at least: 4.6
    66Tested up to: 6.0.2
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    5353
    5454== Changelog ==
     55
     56= 1.1.2 =
     57
     58* Fixed Internal Server Issue on Checkout
    5559
    5660= 1.1.1 =
  • woo-instamojo/trunk/readme.txt

    r2798786 r2800007  
    55Requires at least: 4.6
    66Tested up to: 6.0.2
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    5353
    5454== Changelog ==
     55
     56= 1.1.2 =
     57
     58* Fixed Internal Server Issue on checkout.
    5559
    5660= 1.1.1 =
  • woo-instamojo/trunk/woo-instamojo.php

    r2798786 r2800007  
    44Plugin URI: http://www.instamojo.com
    55Description: Instamojo Payment Gateway for WooCommerce. Instamojo lets you collect payments instantly.
    6 Version: 1.1.1
     6Version: 1.1.2
    77Author: instamojo
    88Email: [email protected]
     
    123123          $api_data['email']      = substr($order->billing_email, 0, 75);
    124124          $api_data['phone']      = substr(html_entity_decode($order->billing_phone, ENT_QUOTES, 'UTF-8'), 0, 20);
    125           $api_data['amount']     = $this->get_total();
     125          $api_data['amount']     = $order->get_total();
    126126          $api_data['currency']     = "INR";
    127127          $api_data['redirect_url']   = get_site_url();
Note: See TracChangeset for help on using the changeset viewer.