Jacek Kowalski
2026-03-31 797f70689539add5d9a891f8234a29b29a79cf3d
1
2
3
4
5
6
7
8
9
<?php
require_once(__DIR__ . '/vendor/autoload.php');
 
$helper = new \SIPL\UCRM\wFirma\UcrmHelper();
$attributes = $helper->getAttributes();
if ($attributes->updateMapping()) {
    $attributes->saveMapping();
}
$paymentMethods = $helper->getPaymentMethods();