Title: Conversion rate not working
Last modified: October 30, 2017

---

# Conversion rate not working

 *  [winlinwcn](https://wordpress.org/support/users/winlinwcn/)
 * (@winlinwcn)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/)
 * I just installed this pluin to try, it doesn’t seem to work.
    1st problem) there
   is no place to add Destination Tag 2nd problem) the convertion rate is always(
   1 USD = -999.999999 XRP)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Albertus59](https://wordpress.org/support/users/albertus59/)
 * (@albertus59)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-9760912)
 * -1000 EURO’s, but same problem
 *  [beuchertengineer](https://wordpress.org/support/users/beuchertengineer/)
 * (@beuchertengineer)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-9815604)
 * I have the same problem. Bummer.
 *  [beuchertengineer](https://wordpress.org/support/users/beuchertengineer/)
 * (@beuchertengineer)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-9816090)
 * I got the amount of Ripple to display correctly.
 * Edit class-ripple-exchange.php.
    Change: $url = ‘[https://api.coinmarketcap.com/v1/ticker/xrp/?convert=&#8217](https://api.coinmarketcap.com/v1/ticker/xrp/?convert=&#8217);.
   to $url = ‘[https://api.coinmarketcap.com/v1/ticker/ripple&#8217](https://api.coinmarketcap.com/v1/ticker/ripple&#8217);.
 * Change:
    $result = json_decode(wp_remote_get($url)); to $result = json_decode(
   wp_remote_retrieve_body(wp_remote_get($url)));
 * Change
    $rate = isset($result->error) ? false : $result->$key; to $rate = isset(
   $result->error) ? false : $result[0]->$key;
 *  [ts00](https://wordpress.org/support/users/ts00/)
 * (@ts00)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-9990765)
 * for me it worked with
    $url = “[https://api.coinmarketcap.com/v1/ticker/ripple&#8221](https://api.coinmarketcap.com/v1/ticker/ripple&#8221);;
   without . and any currency after that.. I know that like that it is working only
   for USD
 *  [ChrisCantwell](https://wordpress.org/support/users/chriscantwell/)
 * (@chriscantwell)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-10018736)
 * Same problem, and the solutions listed above don’t solve it. Blanks my whole 
   website out.
 * Pay online using your favorite crypto currency, Ripple.
 * AMOUNT (1 USD = -999.999999 XRP)
    -999.999999
 *  [dealer58](https://wordpress.org/support/users/dealer58/)
 * (@dealer58)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-10198299)
 * Can someone please tell me where to edit this coding. Having same issue but I’d
   like to give it a shot
 *  [hamedrx](https://wordpress.org/support/users/hamedrx/)
 * (@hamedrx)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-10508573)
 * Payment Confirmation Not Working
 *  [hamedrx](https://wordpress.org/support/users/hamedrx/)
 * (@hamedrx)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-10508811)
 * timeout reload not works fine

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Conversion rate not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-ripple-gateway.svg)
 * [Woocommerce Ripple Gateway](https://wordpress.org/plugins/woo-ripple-gateway/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-ripple-gateway/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-ripple-gateway/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-ripple-gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-ripple-gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-ripple-gateway/reviews/)

 * 8 replies
 * 7 participants
 * Last reply from: [hamedrx](https://wordpress.org/support/users/hamedrx/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/conversion-rate-not-working/#post-10508811)
 * Status: not resolved