Skip to content

Commit

Permalink
chore: update file name for apple pay transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrdi committed Aug 22, 2024
1 parent b881c17 commit 86aa147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import type { ApplePayPayment } from '../models/applepay/ApplePayPayment.js';
import type { MobilePaymentMethodSpecificInput } from '../models/MobilePaymentMethodSpecificInput.js';
import { ApplePayPaymentMethodType } from '../models/applepay/ApplePayPaymentMethodType.js';
import { Network } from '../models/Network.js';
import { transformApplePayPaymentToMobilePaymentMethodSpecificInput } from '../transformer/applepay.js';
import { transformApplePayPaymentToMobilePaymentMethodSpecificInput } from './ApplePayTransformer.js';

describe('applepay transformer', () => {
describe('ApplePayTransformer', () => {
describe('transformApplePayPaymentToMobilePaymentMethodSpecificInput', () => {
test('converts a full ApplePayPayment correctly', () => {
const payment: ApplePayPayment = {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/transformer/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { transformApplePayPaymentToMobilePaymentMethodSpecificInput } from './applepay.js';
export { transformApplePayPaymentToMobilePaymentMethodSpecificInput } from './ApplePayTransformer.js';

0 comments on commit 86aa147

Please sign in to comment.