Jacek Kowalski
2026-03-17 67e4ab9dfca8a5cf647b4204c6534546d029706a
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();