unregistered pay stand
Vars | |
force_fee | Replaces the "pay whatever" functionality with a set amount when non-zero. |
---|---|
linked_card | ID linked to the holopay |
Procs | |
alert_buyer | Account checks If the user has enough money, ask them the amount or charge the force fee Exit checks in case the user cancelled or entered an invalid amount Success: Alert the buyer Alerts the owner of the transaction. |
default_unfasten_wrench | Pay the owner Make alerts |
process_payment | Initiates a transaction between accounts. |
ui_interact | Users can pay with an ID to skip the UI Users can also pay by holochip Account checks Charges force fee or uses pay what you want Exit sanity checks Success: Alert buyer Throws errors if they try to use space cash |
Var Details
force_fee
Replaces the "pay whatever" functionality with a set amount when non-zero.
linked_card
ID linked to the holopay
Proc Details
alert_buyer
Account checks If the user has enough money, ask them the amount or charge the force fee Exit checks in case the user cancelled or entered an invalid amount Success: Alert the buyer Alerts the owner of the transaction.
Parameters:
- payee - The user who initiated the transaction.
- amount - The amount of money that was paid. Returns:
- TRUE - alert was successful.
default_unfasten_wrench
Pay the owner Make alerts
process_payment
Initiates a transaction between accounts.
Parameters:
- mob/living/user - The user who initiated the transaction. Returns:
- TRUE - transaction was successful
ui_interact
Users can pay with an ID to skip the UI Users can also pay by holochip Account checks Charges force fee or uses pay what you want Exit sanity checks Success: Alert buyer Throws errors if they try to use space cash