Skip to content

Commit a6110cd

Browse files
committed
publish 0.0.5 && reslove a error
1 parent 189b896 commit a6110cd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 0.0.5
4+
5+
1. fixed `class 'WC_Inkerk_Erc20_Gateway' does not have a method 'email_instructions'`
6+
37
### 0.0.4
48

59
1. add gas notice

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ A: you can get it at etherscan.io
2424

2525

2626
== Changelog ==
27+
=== 0.0.5 ===
28+
1. fixed `class 'WC_Inkerk_Erc20_Gateway' does not have a method 'email_instructions'`
2729
=== 0.0.4 ===
2830
1. add gas notice
2931
2. remove currency settings ,pls use WooCommerce Customize ERC20 Currency Plugin

woocommerce-erc20-payment-gateway.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
* Plugin Name: WooCommerce ERC20 Payment Gateway
4-
* Version: 0.0.4
4+
* Version: 0.0.5
55
* Plugin URI: http://www.inkerk.com/woocommerce-erc20-payment-gateway
66
* Description: This Plugin will add ERC20 Token Payment Gateway
77
* Author: inKerk Blockchain Inc.
@@ -146,7 +146,6 @@ public function __construct() {
146146
add_action('wp_enqueue_scripts', array($this, 'payment_scripts'));
147147
add_action('woocommerce_api_compete', array($this, 'webhook'));
148148
add_action('admin_notices', array($this, 'do_ssl_check'));
149-
add_action('woocommerce_email_before_order_table', array($this, 'email_instructions'), 10, 3);
150149
add_action('woocommerce_thankyou', array($this, 'thankyou_page'));
151150

152151
}

0 commit comments

Comments
 (0)