12345678910111213141516171819 |
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- var config = {
- shim: {
- acceptjs: {
- exports: 'Accept'
- },
- acceptjssandbox: {
- exports: 'Accept'
- }
- },
- paths: {
- acceptjssandbox: 'https://jstest.authorize.net/v1/Accept',
- acceptjs: 'https://js.authorize.net/v1/Accept'
- }
- };
|