Jacek Kowalski
2022-01-01 07255c94d7a6b1c0f86be83f5755bf239614cc2c
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();