Skip to content

Conversation

@cezarsmpio
Copy link

No description provided.

public function capture_payment_action() {
$order = wc_get_order(WC_EBANX_Request::read('order_id'));
$status = WC_EBANX_Request::read('status');
public function capture_payment_action($id, $status) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy wants $order_id instead of $id 😛

Copy link
Contributor

@SparK-Cruz SparK-Cruz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM... but correct codacy

@ebanx ebanx deleted a comment Jun 26, 2017
@ebanx ebanx deleted a comment Jun 26, 2017
@cezarsmpio cezarsmpio merged commit 6dcccd9 into develop Jun 26, 2017
@gpressutto5 gpressutto5 deleted the bugfix/book-actions branch July 20, 2017 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants