Skip to content

Commit

Permalink
Merge pull request #70 from chnutzen/master
Browse files Browse the repository at this point in the history
Update reepay-woocommerce-payment.php
  • Loading branch information
markusbrunke authored Apr 16, 2020
2 parents 377848d + 7ce487d commit 50ae68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reepay-woocommerce-payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function add_valid_order_statuses( $statuses, $order ) {
* Add meta boxes in admin
* @return void
*/
public static function add_meta_boxes() {
public function add_meta_boxes() {
/*global $post_id;
if ( $order = wc_get_order( $post_id ) ) {
$payment_method = $order->get_payment_method();
Expand Down

0 comments on commit 50ae68f

Please sign in to comment.