mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix phpcs warning
This commit is contained in:
parent
de842543cd
commit
b7199dbbbf
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue