From ec40f9f6b3dffd5f3a8af31448e5d90c5c38aa40 Mon Sep 17 00:00:00 2001 From: Jonathan Itakpe Date: Fri, 5 Oct 2018 21:57:05 +0100 Subject: [PATCH] Fixing button irregularities on Payment Page The "Cancel order & Restore Cart" button on the Payment page is not on the same line as the "Pay Now" button. --- includes/class-paystack.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-paystack.php b/includes/class-paystack.php index 43364ae..11f7b5c 100644 --- a/includes/class-paystack.php +++ b/includes/class-paystack.php @@ -795,7 +795,7 @@ public function receipt_page( $order_id ) { echo '

Thank you for your order, please click the button below to pay with Paystack.

'; - echo '
Cancel order & restore cart
+ echo '
'; } @@ -1137,4 +1137,4 @@ public function save_subscription_payment_token( $order_id, $paystack_response ) } -} \ No newline at end of file +}