<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: (E_WC_03) Accept.js is not loaded correctly in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/70224#M43084</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_1" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.authorize.net/t5/user/viewprofilepage/user-id/33560" target="_self"&gt;jonathan2019&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I can tell you that I use Accept on a regular basis for various testing and debugging purposes and have never seen this error occur, in any environment outside of 3rd party sites that had incorrectly implemented Accept.js and had saved and loaded the library locally. While I can't say with any certainty what happened in this isolated occurrence that you observed, I do know what causes it to occur and as a result I could only offer the known resolution.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;If you are able to reproduce it and provide the details you are welcome to open a support case from within the Merchant Interface in the Production account. In Sandbox you can email developer@authorize.net. Please make sure to mask any secure data within the repro details; such as CC#, Transaction Key.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Elaine&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2020 17:09:54 GMT</pubDate>
    <dc:creator>ElaineM</dc:creator>
    <dc:date>2020-01-03T17:09:54Z</dc:date>
    <item>
      <title>(E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/57171#M31903</link>
      <description>&lt;P&gt;Today I was back at work after a few days off and when I tested paying via Accept.Js on my local environment, I had the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(E_WC_03) Accept.js is not loaded correctly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But after refreshing the page the error was gone. I was not able&amp;nbsp;to reproduce the bug because I ran out of time. I believe this lies in this hash-logic which ensures compatibility between Accept.js and AcceptCore.js. Are you sure this pairing is robust against browser caching?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why wouldnt you allow passing query parameters to&amp;nbsp;&lt;A href="https://jstest.authorize.net/v1/Accept.js&amp;nbsp;" target="_blank"&gt;https://jstest.authorize.net/v1/Accept.js&amp;nbsp;&lt;/A&gt;? I think is it very important that the front end can force the JS file not to be loaded from the cache&amp;nbsp;with some inclusion like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript" src="https://jstest.authorize.net/v1/Accept.js?version=&amp;lt;?php echo time(); ?&amp;gt;" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, as third-part developers implement your library and you have no control over their front end code, you cannot ensure backward compatibility.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;-------------------&lt;/P&gt;&lt;P&gt;FYI: steps to reproduce&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I exactly did before having this bug:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I openend my browser (Firefox, under OSX) and made some payments (on my local dev environment) from my website to my sandbox account.&lt;/P&gt;&lt;P&gt;2) Three days later, I try to&amp;nbsp;another payment, but on the page load (my app runs with PHP) an error "&lt;/P&gt;&lt;P&gt;(E_WC_03) Accept.js is not loaded correctly" is thrown&lt;/P&gt;&lt;P&gt;3) Assuming this is a caching issue, I change&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript" src="https://jstest.authorize.net/v1/Accept.js" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript" src="https://jstest.authorize.net/v1/Accept.js?version=&amp;lt;?php echo time(); ?&amp;gt;" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;in my page to force refreshing the JS file.&amp;nbsp;When refreshing the page, my console says "Library is not coming from Accept CDN."&lt;/P&gt;&lt;P&gt;4) After reverting my change and refreshing the page, the initial error&amp;nbsp;E_WC_03 was gone and I could place the payment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 11:26:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/57171#M31903</guid>
      <dc:creator>felixmaier1989</dc:creator>
      <dc:date>2017-03-07T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/57180#M31911</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21345"&gt;@felixmaier1989&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Within the last day, we've updated the Accept.js and AcceptCore.js components, so if your browser was indeed caching an old version, that might have caused some problems. If there's any time that you'd see a similar issue when we &lt;EM&gt;haven't&lt;/EM&gt; just updated the script, we'd definitely need to look into that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime, I'll pass on your suggestions to see if there's anything else we can do to avoid cache-related errors around the time of an update to the scripts on our end.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 18:29:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/57180#M31911</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-03-07T18:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/57324#M32050</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanted to add a +1 for cache-busting for Accept.js. &amp;nbsp;Our site has had several users, both customers and administrators, report&amp;nbsp;E_WC_03 over the last couple of weeks. &amp;nbsp;In each case, clearing browser cache or opening a private session has resolved the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's definitely a problem we'd like to see addressed sooner than later, as it's costing us at least some business.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 23:47:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/57324#M32050</guid>
      <dc:creator>msupko88</dc:creator>
      <dc:date>2017-03-20T23:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/57338#M32064</link>
      <description>&lt;P&gt;In my testing, the jstest and js.authorize.net servers both respond properly to browser requests when the browser has a cached version in play &lt;EM&gt;and the browser is doing the right thing&lt;/EM&gt;. The browser will send an etag, and ask for a changed version if there's a change after the specified date, the server will respond with a 304 status code if it's not changed, and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, there are browser versions that may be buggy, and there are browser misconfigurations, and misbehaving proxies, and all manner of other things that could go wrong there. So, if we can improve things with the right Cache-control: header in the response, for example, that would be nice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Edit: I originally suggested a workaround here that won't actually work since the AcceptCore.js script verifies the URL it was called from. If I had a better memory than a gnat, I would have remembered that Felix already tried the same thing with the same results upthread.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 17:59:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/57338#M32064</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-03-21T17:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60169#M34732</link>
      <description>&lt;P&gt;I actually still getting this error the only solution was to clear the cache of the browser but its on AccceptCore.js so maybe its just better if you guys can add a header to remove the cache completly on that file its not a big file so will not affect the performance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I'm including the file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;script &lt;/SPAN&gt;&lt;SPAN&gt;type=&lt;/SPAN&gt;&lt;SPAN&gt;"text/javascript" &lt;/SPAN&gt;&lt;SPAN&gt;src=&lt;/SPAN&gt;&lt;SPAN&gt;"https://js.authorize.net/v1/Accept.js" &lt;/SPAN&gt;&lt;SPAN&gt;charset=&lt;/SPAN&gt;&lt;SPAN&gt;"utf-8"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;BTW: Testing with chrome&amp;nbsp;&lt;SPAN&gt;Version 61.0.3163.100 (Official Build) (64-bit)&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:31:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60169#M34732</guid>
      <dc:creator>nadin</dc:creator>
      <dc:date>2017-10-12T14:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60176#M34739</link>
      <description>&lt;P&gt;Just want to say this is happening to me as well as of this morning. Several customers&amp;nbsp;called up complaining. Hopefully someone at authorize.net sees this soon.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:26:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60176#M34739</guid>
      <dc:creator>losrobots</dc:creator>
      <dc:date>2017-10-12T18:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60177#M34740</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're experiencing issues with your live production account, for fastest service we recommend contacting customer support by phone at 877-447-3938.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:51:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60177#M34740</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-10-12T18:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60178#M34741</link>
      <description>&lt;P&gt;We've gotten reports of this from customers today as well. The Accept.js libraries need to be robust against browser caching.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:55:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60178#M34741</guid>
      <dc:creator>ryanhoerr</dc:creator>
      <dc:date>2017-10-12T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60180#M34743</link>
      <description>&lt;P&gt;The same thing is occurring for us. It looks like inconsistent versions of Accept.js and AcceptCore.js are being served from the CDN, which causes the failure.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 19:17:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60180#M34743</guid>
      <dc:creator>ncallaway</dc:creator>
      <dc:date>2017-10-12T19:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60186#M34749</link>
      <description>&lt;P&gt;Contacting support by phone was absolutely useless. Phone support was not remotely technical, and was not able to escalate the issue. More problematic, phone support didn't seem aware that Accept.js was a first-party product supported by Authorize.net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This definitely appears to be a CDN based issue;&amp;nbsp;our team's best&amp;nbsp;guess is a failed rollout of an update to the AcceptCore.js file to some servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on interaction with support, we will be moving payment processing to another provider.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 19:42:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60186#M34749</guid>
      <dc:creator>wkirby</dc:creator>
      <dc:date>2017-10-12T19:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60190#M34750</link>
      <description>&lt;P&gt;Thanks for posting here everyone, and sorry about any difficulties you've been experiencing. We're investigating, and it looks like there was a CDN caching issue that's now been resolved. In the short term, refreshing the browser cache should clear up any lingering effects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22475"&gt;@wkirby&lt;/a&gt;, I'm so sorry about your experience with support. The heads of the support organization have been made aware so that they can investigate whatever retraining might be necessary.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 20:37:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60190#M34750</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-10-12T20:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60191#M34751</link>
      <description>&lt;P&gt;Hey everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I confirm that AcceptCore.js has changed on the CDN (not sure about Accept.js).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both files of the older version work, and both files of the newer version work. But since the URLs are the same I'm guessing for whatever reason we are having one of the files being cached and not the other, causing a version mismatch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;is troubling because we have no control over our user's browser cache. Unfortunately cache busting Accept.js doesn't propagate the same effect to AcceptCore.js&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get around this issue I decided to try forcing the cacheless loading of both files (Accept.JS and AcceptCore.js).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still confirming that this indeed clutched the issue but I here is what (appears) to have worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Original Code:&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript" src="https://js.authorize.net/v1/Accept.js" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;New Code:&lt;/P&gt;&lt;PRE&gt;&amp;lt;script&amp;gt;
                $.ajaxSetup({
                    cache: true
                });

                function loadScript(script) {
                    jQuery.ajax({
                        async: false,
                        type: 'GET',
                        url: script,
                        data: null,
                        success: function () {
                            console.log(script + ' force loaded');
                        },
                        dataType: 'script',
                        error: function (xhr, textStatus, errorThrown) {
                            console.log(script + ' ' + textStatus);
                        }
                    });
                }

                loadScript('https://js.authorize.net/v1/AcceptCore.js');
                loadScript('https://js.authorize.net/v1/Accept.js');
            &amp;lt;/script&amp;gt;
            &amp;lt;script type="text/javascript" src="https://js.authorize.net/v1/Accept.js" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;This, I hope, forces the&amp;nbsp;fetching of the new versions of the Javascript files, which should then be used when the &amp;lt;script&amp;gt; tag requests it. Requesting it only with jQuery.ajax seems to trigger some sort of CDN enforcement protection so the &amp;lt;script&amp;gt; is still needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping this helps anyone who is pulling their hairs out like I was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally in the future Authorize.net would be more careful with version changes on their CDN.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 21:13:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60191#M34751</guid>
      <dc:creator>aviseu</dc:creator>
      <dc:date>2017-10-12T21:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60201#M34760</link>
      <description>&lt;P&gt;Can you specify the amount of time this would impact customers without having cleared their browser cache?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 15:10:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60201#M34760</guid>
      <dc:creator>JoshK1</dc:creator>
      <dc:date>2017-10-16T15:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60215#M34773</link>
      <description>&lt;P&gt;Just checking in. We are still having this issue with users using iOS (safari) and OS X (chrome or safari). No idea what else I can do.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 02:07:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/60215#M34773</guid>
      <dc:creator>aviseu</dc:creator>
      <dc:date>2017-10-18T02:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69515#M42521</link>
      <description>&lt;P&gt;This happened again, our test envionment got same error.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 18:15:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69515#M42521</guid>
      <dc:creator>wangleitj77</dc:creator>
      <dc:date>2019-10-24T18:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69548#M42551</link>
      <description>&lt;P&gt;I confirm that this exact issue is back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the past week or so.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 20:24:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69548#M42551</guid>
      <dc:creator>icible</dc:creator>
      <dc:date>2019-10-29T20:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69549#M42552</link>
      <description>&lt;P&gt;Yes, this issue is back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the past week or so&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 20:25:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69549#M42552</guid>
      <dc:creator>icible</dc:creator>
      <dc:date>2019-10-29T20:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69615#M42606</link>
      <description>&lt;P&gt;It's happening for us in our Test environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is not happening for all users but some users are affected and not able to submit test payments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 13:04:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69615#M42606</guid>
      <dc:creator>piyush_kt</dc:creator>
      <dc:date>2019-11-06T13:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69630#M42619</link>
      <description>&lt;P&gt;The same is here and also lasts for several days...&lt;/P&gt;&lt;P&gt;Our testing environment is affected.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 12:57:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/69630#M42619</guid>
      <dc:creator>dusanmisic</dc:creator>
      <dc:date>2019-11-08T12:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: (E_WC_03) Accept.js is not loaded correctly</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/70192#M43054</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Wouldn't you use cache: false to prevent the script from being cached?&lt;/LI&gt;&lt;LI&gt;When I used this method of loading the script in a sandbox environment, the transaction went through normally.&amp;nbsp; The test credit card was accepted.&amp;nbsp; But it did not show up in a transaction search.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 02 Jan 2020 18:17:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E-WC-03-Accept-js-is-not-loaded-correctly/m-p/70192#M43054</guid>
      <dc:creator>jonathan2019</dc:creator>
      <dc:date>2020-01-02T18:17:50Z</dc:date>
    </item>
  </channel>
</rss>

