Skip to content

Commit

Permalink
udpate widget version to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halink0803 committed Mar 8, 2019
1 parent 1e560fd commit a37f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-woo-kyber-payment-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public function get_order_total_amount_by_token( $order ) {
*/
public function get_checkout_url( $order ) {
// $version = $this->get_option( 'version' );
$endpoint = "https://widget.kyber.network/v0.6/?type=pay&theme=light&paramForwarding=true&";
$endpoint = "https://widget.kyber.network/v0.6.2/?type=pay&theme=light&paramForwarding=true&";


$callback_url = get_site_url() . '/wc-api/kyber_callback';
Expand Down

0 comments on commit a37f945

Please sign in to comment.