Twaambo Haamucenje
Twaambo Haamucenje
Have I done something wrong? Just installed S3-Uploads & can't get verify or create-iam-user to work because of ``` Fatal error: Uncaught Error: Class 'Aws\Common\Aws' not found ``` When I...
https://github.com/Flutterwave/rave-woocommerce/blob/db639f41c311154aeb516725b3eafd7a9d4a58f1/includes/eventHandler.php#L36 https://github.com/Flutterwave/rave-woocommerce/blob/db639f41c311154aeb516725b3eafd7a9d4a58f1/includes/eventHandler.php#L37 https://github.com/Flutterwave/rave-woocommerce/blob/db639f41c311154aeb516725b3eafd7a9d4a58f1/includes/eventHandler.php#L41 It would be useful to be able to customise the message displayed to the customer on a successful payment. The second parameter for `wc_add_notice` should perhaps also...
The plugin would benefit from an option to enable the gateway for admin and shop manager users only in order to allow for better acceptance testing before launching live for...
https://github.com/Flutterwave/rave-woocommerce/blob/db639f41c311154aeb516725b3eafd7a9d4a58f1/includes/eventHandler.php#L39 The note added to orders indicating that orders are "_now being processed_" should be optional. Not all stores use that workflow. Digital products (as in my use case) are...
Makes use of Carbon to do some more reliable checking of token expiration. Addresses the issue experienced in #79