This commit is contained in:
Nino
2025-11-21 17:10:51 +01:00
5 changed files with 835 additions and 7 deletions

View File

@@ -153,7 +153,7 @@ export class CrmSearchService {
const parsed = AddCardSchema.parse(params);
const req$ = this.#customerService
.CustomerAddLoyaltyCard({
.CustomerMergeLoyaltyAccounts({
customerId: parsed.customerId,
loyaltyCardValues: {
cardCode: parsed.loyaltyCardValues.cardCode,