mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(amazon-oayments): use production url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user