adistler
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Reviews
In reply to: [BackUpWordPress] Backup progress freeze for couple hoursAfter moren than 4 days no still backup in progress…. any ideas?
Still getting strings like below and longer for the iban & bic values.
"def50200473f769aae77ae2ba5e585ca74fca1e708d792043758b1dc1460f50ac7f00042faf829745b3555c9af1c489c2a4cf48a574f98e92e060396ba8c6665beab974dd023ce9177429f4d"Thanks.
I’ve tried it – din’t work unfortunately.Also modified it a bit to the following, but not success:
add_filter('woe_get_order_value_direct_debit_iban', "woe_German_decrypt",10,3); add_filter('woe_get_order_value_direct_debit_bic', "woe_German_decrypt",10,3); function woe_German_decrypt($value,$order,$field){ include_once WC_GERMANIZED_ABSPATH . 'includes/gateways/direct-debit/class-wc-gzd-gateway-direct-debit.php'; $instance = new WC_GZD_Gateway_Direct_Debit(); return $instance->maybe_decrypt( wc_gzd_get_crud_data( $order, $value )); }Thank you algol!
Do you have any suggestion where to best place this code? At the end of /view/tab/export.php ?Thank you Dennis! 🙂
Viewing 5 replies - 1 through 5 (of 5 total)