Skip to content

Commit

Permalink
Update class.gateway.php
Browse files Browse the repository at this point in the history
  • Loading branch information
maukoese authored Jun 22, 2022
1 parent eded19b commit a5869c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function create_order(WC_Order $order, $phone, $timestamp)
"utilityref" => $order->get_id(),
"transid" => $order->get_order_key(),
"amount" => round($order->get_total()),
"vendor" => $this->vendor,
"vendor" => $this->get_option('vendor_id'),
"order_id" => $order->get_id(),
"buyer_email" => $order->get_billing_email(),
"buyer_name" => $order->get_billing_first_name() . " " . $order->get_billing_last_name(),
Expand Down

0 comments on commit a5869c1

Please sign in to comment.