Skip to content

Commit

Permalink
MOL-134/PICT-214: update cases for profileID check
Browse files Browse the repository at this point in the history
  • Loading branch information
tdang1-shopmacher committed Aug 6, 2024
1 parent c53f8b4 commit 0a9c100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/tests/service/payment.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ describe('Test listPaymentMethodsByPayment', () => {
expect(response?.actions?.[0]).toEqual({
action: 'setCustomField',
name: 'sctm_mollie_profile_id',
value: 'pfl_12345',
value: process.env.MOLLIE_PROFILE_ID,
});
expect(JSON.stringify(response)).not.toContain('creditcard');
});
Expand Down

0 comments on commit 0a9c100

Please sign in to comment.