All files / app/giftCertificate giftCertificate.mock.ts

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12    1x 1x                
import { GiftCertificate } from '@bigcommerce/checkout-sdk';
 
export function getGiftCertificate(): GiftCertificate {
    return {
        code: 'savebig2015',
        remaining: 20,
        used: 80,
        balance: 100,
        purchaseDate: '',
    };
}