Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/www/wp-content/plugins/mycryptocheckout/src/actions/ |
Upload File : |
<?php namespace mycryptocheckout\actions; /** @brief Action for when WooCommerce is busy creating the order. @details The order has not been saved to disk yet, so the meta can still be modified. @since 2019-08-05 21:35:09 **/ class woocommerce_create_order extends action { /** @brief IN: The WooCommerce order. @since 2019-08-05 21:34:27 **/ public $order; /** @brief IN: The MCC API Payment object. @since 2019-08-05 21:34:36 **/ public $payment; }