Skip to content

Commit b6613e3

Browse files
committed
feat(common): PAYPAL-7 Pass in merchant ID on PayPal button script for PayPal Express Checkout
1 parent fe07c6e commit b6613e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/script-loader.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ describe('ScriptLoader', () => {
8080
it('attaches script tag to document with data attributes', async () => {
8181
await loader.loadScript(
8282
'https://code.jquery.com/jquery-3.2.1.min.js',
83+
undefined,
8384
{'data-attribute1': '1', 'data-attribute2': '2'});
8485

8586
expect(script.attributes.getNamedItem('data-attribute1')!.value)

0 commit comments

Comments
 (0)