Skip to content

Commit

Permalink
Fixed testing https URI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish committed Aug 21, 2023
1 parent 9b7fd28 commit 10ed5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/gateway/class-omise-payment-alipayplus.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function charge($order_id, $order)
'type' => $this->source_type,
'platform_type' => Omise_Util::get_platform_type(wc_get_user_agent())
],
'return_uri' => 'https://opn.ooo', //$this->getRedirectUrl('omise_' . $this->source_type . '_callback', $order_id, $order),
'return_uri' => $this->getRedirectUrl('omise_' . $this->source_type . '_callback', $order_id, $order),
'metadata' => $this->getMetadata($order_id, $order)
]);
}
Expand Down

0 comments on commit 10ed5d5

Please sign in to comment.