j7-dev / woomp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAYUNI ATM 付款會失敗

j7-dev opened this issue · comments

付款失敗
圖片

v3.0.8
a9f4d44

原本 card data 他沒傳資料 後面 條件判斷錯 整個參數都沒帶到

原本

if(card_data){
  apply_filters...
}

改為

if(card_data){
  ...
}
apply_filters...