Skip to content

Commit a37f945

Browse files
committed
udpate widget version to v0.6.2
1 parent 1e560fd commit a37f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-woo-kyber-payment-gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public function get_order_total_amount_by_token( $order ) {
386386
*/
387387
public function get_checkout_url( $order ) {
388388
// $version = $this->get_option( 'version' );
389-
$endpoint = "https://widget.kyber.network/v0.6/?type=pay&theme=light&paramForwarding=true&";
389+
$endpoint = "https://widget.kyber.network/v0.6.2/?type=pay&theme=light&paramForwarding=true&";
390390

391391

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

0 commit comments

Comments
 (0)