mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +00:00
fix(amazon-oayments): use production url
This commit is contained in:
parent
dbce6f7676
commit
8747cf4cce
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
|
|||
|
||||
// Amazon Payments
|
||||
var amazonPaymentsUrl = 'https://static-na.payments-amazon.com/OffAmazonPayments/us/' +
|
||||
(window.env.NODE_ENV === 'production' ? 'sandbox/' : '') + 'js/Widgets.js';
|
||||
(window.env.NODE_ENV === 'production' ? '' : 'sandbox/') + 'js/Widgets.js';
|
||||
$.getScript(amazonPaymentsUrl);
|
||||
|
||||
// Stripe
|
||||
|
|
|
|||
Loading…
Reference in a new issue