Move locker rentals to "Purchase" category

This commit is contained in:
2022-03-29 22:04:04 +00:00
parent 715e7c6de2
commit f25fa9f025
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ export function Paymaster(props) {
<PayPalSubscribe
amount={locker}
name='Protospace Locker'
custom={JSON.stringify({ memo: 'Locker Rental', category: 'OnAcct', member: user.member.id })}
custom={JSON.stringify({ memo: 'Locker Rental', category: 'Purchases', member: user.member.id })}
/>
</Grid.Column>
</Grid>