Move custom snack purchase to "Snacks" category
This commit is contained in:
parent
4b5d0181b5
commit
bad09f54b4
|
@ -58,8 +58,8 @@ export function Paymaster(props) {
|
||||||
|
|
||||||
<PayPalPayNow
|
<PayPalPayNow
|
||||||
amount={pop}
|
amount={pop}
|
||||||
name='Protospace Donation'
|
name='Protospace Snacks / Pop'
|
||||||
custom={JSON.stringify({ category: 'Donation', member: user.member.id })}
|
custom={JSON.stringify({ category: 'Snacks', member: user.member.id })}
|
||||||
/>
|
/>
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user