Change record status: 
Project: 
Introduced in branch: 
8.x-2.x
Introduced in version: 
8.x-2.0-rc2
Description: 

Changed methods:

Old method New method
addUsage($order, $promotion, $coupon = NULL) register($order, $promotion, $coupon = NULL)
deleteUsage(array $promotions) delete(array $promotions)
getUsage($promotion, $coupon = NULL, $email = NULL) load($promotion, $mail = NULL)
getUsageMultiple($promotions, $coupons = [], $mail = NULL) loadMultiple($promotions, $mail = NULL)

New methods:

  • deleteByCoupon(array $coupons)
  • loadByCoupon($coupon, $mail = NULL)
  • loadMultipleByCoupon(array $coupons, $mail = NULL)
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done