Open
Description
hello Guys,
There is a problem with Vulcan Payments package it is not working nor the membership example working and when I use the same checkout example in the membership example it throws an error saying UsersCurrent fragment already defined.
<Components.Checkout
productKey="membership"
associatedCollection={Users}
associatedDocument={currentUser}
fragmentName="UsersCurrent"
button={<Components.Button variant="primary">Buy membership</Components.Button>}
Did someone test this first or use it somewhere?
Thanks