Skip to content

Commit

Permalink
Remove obsolete snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Sep 20, 2024
1 parent 26becd4 commit b698865
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,3 @@ exports[`toTokenRequest > convert a payment card and billing address to a token
},
}
`;

exports[`toTokenRequest convert a payment card and billing address to a token request 1`] = `
{
"billingAddress": {
"address": "123 Fake Street",
"city": "Oak Lawn",
"country": "US",
"firstName": "Marge",
"lastName": "Simpson",
"postalCode": "60453",
"region": "IL",
},
"method": "payment-card",
"paymentInstrument": {
"cvv": "123",
"expMonth": 1,
"expYear": 3030,
"pan": "4111111111111111",
},
}
`;

0 comments on commit b698865

Please sign in to comment.