Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test.beforeAll( async ( { utils, pcpApi } ) => {
} );

test.fixme(
'PCP-0000 | Settings - Pay Later Messaging - Default UI',
'PCP-4336 | Settings - Pay Later Messaging - Default UI',
async (
{
utils,
Expand Down Expand Up @@ -98,7 +98,7 @@ test.fixme(
);

test.fixme(
'PCP-0000 | Settings - Pay Later Messaging - Disabled on all pages',
'PCP-4337 | Settings - Pay Later Messaging - Disabled on all pages',
async ( {
utils,
payPalUi,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const acdcClassicCheckoutExcludingTax: ShopOrder[] = [
export const acdcClassicCheckoutIntentAuthorized: ShopOrder[] = [
{
// https://inpsyde.atlassian.net/browse/
title: 'PCP-0000 | Transaction - Classic checkout - ACDC - Order with Intent Authorized',
title: 'PCP-2343 | Transaction - Classic checkout - ACDC - Order with Intent Authorized',
...orders.default,
payment: {
...payments.acdc,
Expand All @@ -55,7 +55,7 @@ export const acdcClassicCheckoutIntentAuthorized: ShopOrder[] = [
export const acdcClassicCheckout3ds: ShopOrder[] = [
{
// https://inpsyde.atlassian.net/browse/
title: 'PCP-0000 | Transaction - Classic checkout - ACDC - Contingency for 3D Secure = Always trigger 3D secure',
title: 'PCP-5429 | Transaction - Classic checkout - ACDC - Contingency for 3D Secure = Always trigger 3D secure',
...orders.default,
payment: payments.acdc3ds,
customer: guest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const acdcPayByLink: ShopOrder[] = [
export const acdcPayByLinkExcludingTax: ShopOrder[] = [
{
// https://inpsyde.atlassian.net/browse/
title: 'PCP-0000 | Transaction - Pay by link - ACDC - Order with price excluding tax',
title: 'PCP-5430 | Transaction - Pay by link - ACDC - Order with price excluding tax',
...orders.excludingTax,
payment: payments.acdc,
customer: guest,
Expand All @@ -42,7 +42,7 @@ export const acdcPayByLinkExcludingTax: ShopOrder[] = [
export const acdcPayByLinkIntentAuthorized: ShopOrder[] = [
{
// https://inpsyde.atlassian.net/browse/
title: 'PCP-0000 | Transaction - Pay by link - ACDC - Order with Intent Authorized',
title: 'PCP-5431 | Transaction - Pay by link - ACDC - Order with Intent Authorized',
...orders.default,
payment: {
...payments.acdc,
Expand All @@ -56,14 +56,14 @@ export const acdcPayByLinkIntentAuthorized: ShopOrder[] = [
export const acdcPayByLink3ds: ShopOrder[] = [
{
// https://inpsyde.atlassian.net/browse/
title: 'PCP-0000 | Transaction - Pay by link - ACDC - Contingency for 3D Secure = Always trigger 3D secure',
title: 'PCP-5432 | Transaction - Pay by link - ACDC - Contingency for 3D Secure = Always trigger 3D secure',
...orders.default,
payment: payments.acdc3ds,
customer: guest,
},
{
// https://inpsyde.atlassian.net/browse/
title: 'PCP-0000 | Transaction - Pay by link - ACDC - Order paid with card requiring 3DS',
title: 'PCP-5433 | Transaction - Pay by link - ACDC - Order paid with card requiring 3DS',
...orders.default,
payment: payments.acdc3ds,
customer: guest,
Expand Down
Loading