Fix guideline UI
This commit is contained in:
parent
a8065be63f
commit
39c3a85bd3
5 changed files with 87 additions and 48 deletions
|
|
@ -169,9 +169,9 @@ angular.module('copayApp.services').factory('amazonService', function($http, $lo
|
|||
};
|
||||
|
||||
root.createGiftCard = function(dataSrc, cb) {
|
||||
var sandbox = credentials.AMAZON_SANDBOX ? 'T' : 'P'; // T: test - P: production
|
||||
var environment = credentials.AMAZON_SANDBOX ? 'T' : 'P'; // T: test - P: production
|
||||
var now = moment().unix();
|
||||
var requestId = dataSrc.creationRequestId || credentials.AMAZON_PARTNER_ID + sandbox + now;
|
||||
var requestId = dataSrc.creationRequestId || credentials.AMAZON_PARTNER_ID + environment + now;
|
||||
|
||||
var data = {
|
||||
'creationRequestId': requestId,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
display: inline-block;
|
||||
background-color: #E4E8EC;
|
||||
padding: 3px 10px;
|
||||
width: 60px;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue