2020-04-15 00:05:01 +00:00
|
|
|
export const previewSavedPaymentMethods = {
|
|
|
|
cc: [
|
|
|
|
{
|
|
|
|
method: {
|
2022-01-11 10:53:38 +00:00
|
|
|
gateway: 'credit-card',
|
2020-04-15 00:05:01 +00:00
|
|
|
last4: '5678',
|
|
|
|
brand: 'Visa',
|
|
|
|
},
|
|
|
|
expires: '12/20',
|
|
|
|
is_default: false,
|
2020-05-10 23:41:10 +00:00
|
|
|
tokenId: '1',
|
2020-04-15 00:05:01 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
};
|