We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d2f2b commit 41a4a1dCopy full SHA for 41a4a1d
test/spec/test.js
@@ -92,11 +92,11 @@ describe('Environments', function () {
92
});
93
94
it('Should be a sandbox button', function () {
95
- sandbox.action.should.include('//sandbox.');
+ sandbox.action.should.include('//www.sandbox.paypal');
96
97
98
it('Should be a www button', function () {
99
- www.action.should.include('//www.');
+ www.action.should.include('//www.paypal');
100
101
102
0 commit comments