Plugin Directory

Changeset 3071803


Ignore:
Timestamp:
04/16/2024 04:31:11 PM (23 months ago)
Author:
phcwordpress
Message:

ft_nif_by_plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • drivefx-woocommerce/trunk/settings/syncro_gate.php

    r3059006 r3071803  
    886886                $ft->billing_phone = $wooOrder->billing_phone_ft;
    887887                $ft->billing_postcode = $wooOrder->billing_postcode_ft;
    888                 $ft->billing_nif = $wooOrder->billing_nif_ft;
     888                $ft->billing_nif = $wooOrder->ft_nifName;
    889889                $ft->shipping_name = $wooOrder->shipping_name;
    890890                $ft->shipping_value = $wooOrder->shipping_value;
Note: See TracChangeset for help on using the changeset viewer.