File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ public void TestDeserializePaymentRequestIdeal() throws Exception {
9393
9494 // paymentMethod
9595 assertEquals (IdealDetails .TypeEnum .IDEAL , parsedCheckoutPaymentRequest .getPaymentMethod ().getIdealDetails ().getType ());
96- assertEquals ("issuerName" , parsedCheckoutPaymentRequest .getPaymentMethod ().getIdealDetails ().getIssuer ());
9796 // amount
9897 assertEquals (1000L , parsedCheckoutPaymentRequest .getAmount ().getValue ().longValue ());
9998 assertEquals ("EUR" , parsedCheckoutPaymentRequest .getAmount ().getCurrency ());
Original file line number Diff line number Diff line change 55 },
66 "merchantAccount" :" myMerchantAccount" ,
77 "paymentMethod" :{
8- "issuer" :" issuerName" ,
98 "type" :" ideal"
109 },
1110 "reference" :" merchantReference" ,
You can’t perform that action at this time.
0 commit comments