Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
744
stars
388
forks
source link
refactor(opf): rename `callbacksArray` to `callbacks` #19577
Closed
Platonn closed 1 week ago
In a recent PR we changed it from an array to an object, but forgot to change the property name. The leftover
Array
in the name is confusing.