Skip to content

Commit

Permalink
deprecated addEcommerce doc update, points to new method
Browse files Browse the repository at this point in the history
  • Loading branch information
lysy-vlc committed Jan 24, 2024
1 parent e09e1c7 commit 0439034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/e-commerce/e-commerce.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { PaqService } from '../paqService/paq.service'
import { Product } from '../../interfaces/product'
import { PaymentInformation } from '../../interfaces/payment'
/**
* @deprecated since version 1.3.1. Please use the newMethod instead.
* @deprecated since version 1.3.1. Please use the ecommerceAddToCart instead.
*/
export function addEcommerceItem(
productSKU: string,
Expand Down

0 comments on commit 0439034

Please sign in to comment.