ICheck_IBAN Number : check bank account (iban)

improve code CARD_PROPERTY
This commit is contained in:
sparkyx 2025-10-26 13:33:05 +01:00
parent 6188762a6e
commit 9322113b80
9 changed files with 350 additions and 51 deletions

View file

@ -374,6 +374,8 @@ $path = array(
, 'payment_status'=>'ajax_payment_status'
// email setting
, 'email_setting'=>'ajax_email_setting'
// check iban number
, 'check_ibannumber'=>'ajax_check_ibannumber'
) ;
if (array_key_exists($op, $path)) {