j7-dev/woomp

PAYUNI ATM 付款會失敗

j7-dev opened this issue · 1 comments

j7-dev commented

付款失敗
圖片

j7-dev commented

v3.0.8
a9f4d44

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

原本

if(card_data){
  apply_filters...
}

改為

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