mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
5472aa61ac
commit
a3e7a7b3ea
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const getPlanHashSeed = (plan, product) => {
|
|||
return product.id + plan.interval + plan.currency + plan.amount;
|
||||
};
|
||||
|
||||
const getProductHashSeed = product => product.name;
|
||||
const getProductHashSeed = () => 'Ghost Subscription';
|
||||
const getCustomerHashSeed = member => member.email;
|
||||
|
||||
const plans = createApi('plans', isActive, getPlanAttr, getPlanHashSeed);
|
||||
|
|
Loading…
Reference in a new issue