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
|
||||
amount={pop}
|
||||
name='Protospace Donation'
|
||||
custom={JSON.stringify({ category: 'Donation', member: user.member.id })}
|
||||
name='Protospace Snacks / Pop'
|
||||
custom={JSON.stringify({ category: 'Snacks', member: user.member.id })}
|
||||
/>
|
||||
</Grid.Column>
|
||||
</Grid>
|
||||
|
|
Loading…
Reference in New Issue
Block a user