Jacek Kowalski
2024-10-24 2b276040c31fb8cab7ff19e968dab4064450d74b
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();