for pikpay send only integer num
This commit is contained in:
@@ -12,7 +12,7 @@ var sha1 = require('sha1');
|
|||||||
var PikpayButton = React.createClass({
|
var PikpayButton = React.createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
var total = this.props.amount + this.props.deliveryCost;
|
var total = this.props.amount + this.props.deliveryCost;
|
||||||
total = total * 100;
|
total = total.toFixed(2) * 100;
|
||||||
var order_info = "Info";
|
var order_info = "Info";
|
||||||
var order_number = this.props.cartId;
|
var order_number = this.props.cartId;
|
||||||
var key = Globals.PikpayKey;
|
var key = Globals.PikpayKey;
|
||||||
|
|||||||
Reference in New Issue
Block a user