Skip to content

Optie giraal overmaken #37

@bartvanderwal

Description

@bartvanderwal

Toevoegen betaalmogelijkheid zelf overmaken, naast iDeal,

Voor buitenlanders en niet iDealers. ZIe onderstaand voorbeeld query wat er ongeveer in database moet gebeuren

Tevens administreren betalingen zie ook issue #24

update sportseventparticipation 
    set DatePaymentReceived = DateRegistered,
    VirtualRegistrationDateForOrdering = DateRegistered,
    ParticipationAmountPaidInEuroCents=3000,
    PaymentType=2,
    HasPaid=1,
    where id=1337 and sportseventId=3 and ParticipationAmountPaidInEuroCents is null

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions