initialize()
initialize()
Callback to initialize settings.
Stripe payment processing in Cairn
authorize_invoice(array $request) : array
Authorizes a post_set from submitted credit card information.
| array | $request | The posted request variables. |
process_invoice(array $request) : array
Processes a post_set with the status of a cart and changes it to a status of hold and saves information from $request to the database.
| array | $request | Request variables posted from the order form. |
status_invoice(object $order, array $request) : array
Updates the status of a post_set and returns an assocative array of the status of the posts set.
| object | $order | The posts_set object. |
| array | $request | Request variables posted from the order form. |