Skip to content

Commit

Permalink
加入_get_curr_unix_time
Browse files Browse the repository at this point in the history
  • Loading branch information
AllennChang committed Mar 6, 2024
1 parent 9883340 commit 41e1e14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ECPAY_Payment_node_js/lib/ecpay_payment/exec_grant_refund.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ class ECpayExecRefundAndGrant{
throw new ECpayError.ECpayInvalidParam(`Received parameter object must be a Object.`);
}
}

_get_curr_unix_time(){
return this.helper.get_curr_unixtime();
}

_act_pos_proc(params, apiname){
let verify_act_api = new verify.ActParamVerify(apiname);
Expand Down

0 comments on commit 41e1e14

Please sign in to comment.