Jacek Kowalski
2022-08-15 279758dc82cc4993e90d948b86234b0f1339ba2f
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();