Fix phpcs warning

This commit is contained in:
Alex P 2022-07-21 15:25:30 +03:00
parent de842543cd
commit b7199dbbbf

View file

@ -128,7 +128,7 @@ class OXXOGateway extends WC_Payment_Gateway {
* @return array * @return array
*/ */
public function process_payment( $order_id ) { public function process_payment( $order_id ) {
$wc_order = wc_get_order( $order_id ); $wc_order = wc_get_order( $order_id );
$purchase_unit = $this->purchase_unit_factory->from_wc_order( $wc_order ); $purchase_unit = $this->purchase_unit_factory->from_wc_order( $wc_order );
$payer_action = ''; $payer_action = '';