Skip to content

Commit

Permalink
fix(parcelado): remove unexpected brace (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell authored Oct 25, 2023
1 parent b925382 commit 3efd3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-openpix-pix-parcelado.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public function process_payment($order_id)
'pixKey' => $data['charge']['pixKey'],
],
];
{

foreach ($meta_data as $key => $value) {
$order->update_meta_data($key, $value);
}
Expand Down

0 comments on commit 3efd3be

Please sign in to comment.