Handle handle_onepay_querydr

This commit is contained in:
Dat Hoang
2020-09-01 23:46:50 +07:00
parent d039192043
commit 9bc9726151
2 changed files with 32 additions and 12 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ abstract class WooViet_OnePay_Abstract extends WC_Payment_Gateway {
wp_schedule_single_event(
time() + 20 * 60,
'wooviet_handle_onepay_querydr',
$this->id . '_handle_querydr', // wooviet_onepay_international_handle_querydr | wooviet_onepay_domestic_handle_querydr
array( $vpc_MerchTxnRef )
);