Add source to invoice criteria. Modify invoice rules to get service fees from... #1701

Merged
arcticzero merged 217 commits from 746-resq-2-0-final into master 2023-11-22 08:54:48 +00:00
Showing only changes of commit ff753d5452 - Show all commits

View file

@ -28,7 +28,7 @@ class PayMongoConnector
// build billing info // build billing info
$billing = [ $billing = [
'name' => implode(" ", [$cust->getFirstName(), $cust->getLastName()]), 'name' => implode(" ", [$cust->getFirstName(), $cust->getLastName()]),
'phone' => "0" . $cust->getPhoneMobile(), 'phone' => $cust->getPhoneMobile(),
]; ];
if ($cust->getEmail()) { if ($cust->getEmail()) {