blob: e6b02017170325ef29703ae2427db5bcdc00925b [file] [log] [blame]
PASS Smoke test
FAIL An invalid enum value for PaymentDetailsInit.total's type throws TypeError assert_throws: function "() => {
new PaymentRequest(validMethods, invalidDetails);
}" did not throw
FAIL Invalid enum value for PaymentItem.type member throws a TypeError assert_throws: function "() => {
new PaymentRequest(validMethods, invalidDetails);
}" did not throw
PASS Valid enum values for PaymentItem.type member does not throw